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.

Prerequisites

You need a CodeMate account on any plan, including free. No local tooling, runtime, or database setup is required everything runs in the browser.


Create a project

  1. 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:

  1. 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.

  1. 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.

  1. 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.


Next steps

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