Quickstart
Build and deploy your first app. This guide walks through creating a project from scratch using conversational mode. By the end you'll have a running application at a public URL.
Last updated
Build and deploy your first app. This guide walks through creating a project from scratch using conversational mode. By the end you'll have a running application at a public URL.
You need a CodeMate account on any plan, including free. No local tooling, runtime, or database setup is required everything runs in the browser.

Open Build and Write your first prompt
Navigate to Build and describe what you want to make. Be specific about pages, user roles, and any key features. A useful format:
Review Generated Code
Build will plan the architecture and generate files. The file explorer on the left shows the project structure as it's created. Click any file to inspect it.
Test in the live preview
The preview pane on the right runs your app live. Click through the UI, create test accounts, and verify flows work as expected. If something looks wrong, describe the fix in the chat.
Deploy
Click Deploy in the top-right corner. Choose a subdomain name, confirm, and your app will be live at your-name.codemate.build within a few seconds.
Once you have a running app, you can continue building by sending follow-up prompts add features, change the design, or connect a different database. See Conversational build for how iterative generation works, or Design mode if you want to redesign the UI before your next round of changes.
Last updated
Build a task manager where users can sign up, create projects,
add tasks with due dates and priority levels, and mark them
complete. Include a dashboard showing tasks due today.