Guide
Deploy your first app
Connect a repository and ship to production with a single git push.
1
Create a free account
Sign up with a passkey, Google, or email — no credit card on the free plan. You land in the console with a project ready to fill.
2
Create a project and connect your repository
Point the project at your Git repo. Popular frameworks are detected automatically, so there's usually nothing to configure.
3
Push to your default branch
Run git push. Every push triggers an atomic blue-green release — the new version is fully healthy before any traffic moves to it, so there's never a half-deployed state.
4
Verify and roll back if needed
Watch the deploy go live at your project URL. If anything looks wrong, roll back to any previous deploy in one click — releases are atomic, so there's nothing to clean up.
Ready to build?
Create a free account and follow along.