1
Authenticate & pick an org
Run
major user login to authenticate into your account.2
Create or clone the app
major app createscaffolds from templates, provisions a GitHub repo, attaches resources, and generates your first.env.major app cloneto clone into any existing application in your org.
3
Iterate locally
- Use
major app startto install deps, mint a JWT, and bootpnpm dev. - Edit code/UI as usual; requests to internal resources automatically tunnel through Major.
- Use any existing IDE or setups you have locally to develop code with full context into your application stack.
4
Refresh resources as needed
Call
major resource manage whenever you attach or remove databases/APIs. The CLI will autogenerate clients for you to use against those resources5
Deploy with confidence
major app deploy checks git status, prompts for a commit message if needed, pushes main, then creates a new version and streams deployment status until it’s live.Treat apps as your own! You can develop normally in them, use git, etc. We aren’t opinionated about how you build your apps.