Step 1 — Sign in
Go to app.major.build and sign up or sign in. From the dashboard you can create a new app by describing what you need, manage your existing apps, or configure resources.Step 2 — Create an app
- Click New App in the dashboard
- Enter a name and description for your app
- Choose a template:
- Vite — React single-page application
- Next.js — Full-stack with server components
- Click Create
Step 3 — Add connectors
Connect the databases and APIs your app needs:- Go to Organization Settings > Connectors
- Click Add Connector and select the type (Postgres, S3, Custom API, etc.)
- Configure the connection details
Resource credentials are encrypted and never exposed in your application code.
Step 4 — Open the live editor
- Navigate to your app in the dashboard
- Click Edit to open the live editor
- Code panel — Full file browser and editor
- Preview panel — Live preview of your running app
- AI assistant — Full context of your codebase to help you build
Step 5 — Build with AI assistance
Click the chat icon to open the AI assistant. You can:- Describe features to build
- Attach screenshots or mockups for reference (paste with Cmd+V or drag and drop)
- Ask it to explain, refactor, or fix existing code
Step 6 — Preview your changes
The preview panel shows your app running with the latest changes. Every edit you make is reflected immediately—no manual refresh needed.Step 7 — Deploy
When you’re ready to ship:- Click the
Git Branch icon in the left sidebar to open version control
- Find the version you want to deploy
- Click Deploy
Next steps
Core Concepts
Learn about Apps, Connectors, and RBAC.
Editor Features
Explore the full capabilities of the live editor.
CLI Workflow
Try developing locally instead.
Access Control
Manage who can view and edit your apps.