Create New Application
Build complete applications from scratch with the /create wizard.
Overview
The /create command is your application creation wizard.
It guides you through an interactive dialogue, understands your requirements,
plans the architecture, and orchestrates specialist agents to build your app.
From idea to running app: Just describe what you want, and the wizard handles tech stack, file structure, database schema, and implementation.
The Process
1
Describe Your App
Tell the wizard what you want to build. It will ask clarifying questions if needed.
/create e-commerce site with product listing and cart
2
Review Plan
The project-planner agent creates a detailed plan. Approve to proceed.
3
Agents Build
Specialist agents work in parallel: database-architect, backend, frontend.
Example Session
User: /create todo app with dark mode
Agent: Analyzing request...
Tech Stack: Next.js + Tailwind + Zustand
Proceed? (Y/N)User: Y
Backend: Creating store...
Frontend: Building components...
Agent: 🚀 App Created!
Preview: http://localhost:3000Pro Tips
Be Specific
"E-commerce with Stripe" beats "online store".
Start Simple
Create MVP first, use /enhance to iterate.
Next Steps
- Run
/createfollowed by your app idea - Use Add New Feature to extend