Step 1 — Sign in
Go to app.major.build and sign up or sign in. If you’re part of an organization, you’ll land on your team’s dashboard.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 — Connect resources
Connect the databases and APIs your app needs:- Go to Organization Settings > Resources
- Click Add Resource 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 ask it to:- Explain existing code
- Implement new features
- Refactor components
- Fix bugs
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