Use Forge to build your first app from a description
Describe an app in plain English, watch Forge scaffold the project, and deploy it live — no prior coding experience required.
Open Forge from your dashboard
Click Forge in the product navigation. You'll land on the Forge workspace — a split view with an AI chat panel on the left and a live preview on the right.
Describe your app
In the chat panel, type a plain-language description of what you want to build. Be as specific as you like: "A task manager with a Kanban board, due dates, and the ability to assign tasks to team members." Then press Enter.
Review the scaffold
Forge will generate a project structure, database schema, and starter UI. The live preview updates in real time. Click through the preview to see how it feels. Forge automatically creates a checkpoint here so you can always roll back.
Iterate with Agent mode
To make changes, describe what you want to adjust in the chat: "Add a priority field to each task" or "Make the sidebar collapsible." Forge's Agent mode will update the code and refresh the preview automatically.
Deploy your app
When you're happy with the result, click Deploy in the top toolbar. Choose your target (Cloudflare Pages, Vercel, or your own server), connect your account if prompted, and click Confirm. Your app will be live on a public URL within seconds.