From Idea to Code in 4 Steps

Speak it. Generate it. Refine it. Ship it.

01šŸŽ™ļø

Prompt or Speak

Tell Lume what you want to build. Type a prompt or use voice. "Build me a landing page with dark theme and pricing section."

Works with natural language. No boilerplate, no setup. Just describe what you want and Lume figures out the rest.

step 01
$ lume
šŸ”„ Lume — ready
šŸŽ™ļø "Build a SaaS landing page with hero, features, and pricing"
⚔ Understanding request...
02⚔

Generate

Lume creates the entire project structure. Files, components, styles — everything wired up and ready to run.

Full-stack generation. Not just snippets — complete, working code that follows best practices and your chosen framework.

step 02
āœ“ Created src/app/page.tsx
āœ“ Created src/components/Hero.tsx
āœ“ Created src/components/Features.tsx
āœ“ Created src/components/Pricing.tsx
āœ“ Created src/styles/globals.css
šŸ“¦ 5 files, 342 lines
03šŸ”„

Iterate

Refine with follow-up prompts. "Make the hero bigger. Add a gradient. Change the pricing to 3 tiers." Each change is instant.

Conversational refinement. Talk to Lume like a teammate. It understands context from previous prompts and builds on top of what exists.

step 03
> "Make the pricing section 3 tiers instead of 2"
⚔ Updating...
āœ“ Modified src/components/Pricing.tsx
šŸ”„ Preview updated
04šŸš€

Ship

Your code is real, local, and yours. Push to git, deploy to Vercel, or keep iterating. No lock-in.

Standard code output. No proprietary formats, no platform dependency. Everything Lume generates is clean, idiomatic code you own completely.

step 04
$ git add . && git commit -m "initial landing page"
$ vercel deploy
šŸš€ Deployed to https://myapp.vercel.app

Watch Lume Build a Full App

From a voice prompt to a deployed application in under 2 minutes.

Demo video coming soon

Quick Start

Up and running in under 60 seconds.

quick-start.sh
# Launch Lume
lume

# Or with voice mode
lume --voice

# Start building immediately
> "Create a todo app with React and Tailwind"