Documentation
Everything you need to build, ship, and scale apps with Lampcode.
Getting Started
Lampcode is an AI vibe coder that turns natural-language prompts into production-ready apps. To start, go to the Dashboard, write what you want to build, and pick a mode:
- Fast Mode — quick single-shot generation. Great for landing pages and prototypes.
- Editor Mode (coming soon) — surgical edits to an existing project.
Your first app in 60 seconds
- Click New App in the sidebar.
- Describe your idea in the prompt box.
- Optionally attach a screenshot, paste a URL, or import from Figma.
- Hit Send and watch the agent work in the workspace.
Workspace Guide
The workspace has two panels:
- Left panel — agent activity during build, then a persistent prompt box for changes.
- Right panel — switch between Preview (live iframe with desktop/tablet/mobile toggle) and Code (read-only file tree + syntax-highlighted viewer).
Use Open in new tab for a full-screen preview, and the Publish menu to deploy to Vercel or push to GitHub.
Usage & Billing
Lampcode bills real usage, not a fixed price list. Every build, fix round, or deploy costs whatever it actually took the AI to do the work — there's no flat per-action price, so a quick fix costs less than a full build. Each plan includes a monthly usage budget (see Pricing); the Power plan rolls over up to $100 of unused balance into the next period, while Free, Pro, and Max reset each period. Run out mid-project? Top up anytime from the Pricing page.
Security
- Every project gets isolated storage and per-user RLS by default.
- Secrets are stored encrypted and never exposed to the client bundle.
- Enable Two-Factor Authentication in Settings → Security.
- Review every login and key action in your Audit Log.
Tips & Tricks
- Attach a screenshot for pixel-faithful designs.
- Paste a URL to clone a reference site's layout.
- Keep prompts specific — colors, fonts, sections, and behaviors.
- Iterate in small steps — one change per send beats a 20-item wishlist.