Get your app online in 5 simple steps.
These starters are tiny working apps β a single "Hello World" page (or one API endpoint) plus the DEPLOY.md your AI will need later. You don't edit them by hand. You hand the folder to an AI coding tool and tell it what to build, the same way you'd brief a teammate. The deploy comes after, in the steps below.
Create an account and organization
Sign up and create an organization β itβs where your projects and team live.
Create a project
Go to Projects β + New. Choose web if your app has pages users can see, or api if it works behind the scenes with no pages.
Copy or download DEPLOY.md
Open your project and click Copy or Download in the How to Deploy section. This guide tells your AI exactly how to deploy your app.
Paste it into your coding AI and deploy
Open your coding AI (Claude Code, Cursor, Windsurf, or Antigravity), paste the guide, and say:
Read DEPLOY.md and deploy this project.Done β your app is live
Your AI reads the guide, prepares your code, and deploys it. Your app goes live with its own URL β thatβs it!
During deployment, your build progresses through these states:
If something goes wrong, the state becomes error with a description of what happened.