Get started

Quickstart

Quickstart

Get your app online in 5 simple steps.

No code yet? Start here.

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.

  1. Unzip the downloaded file β€” you'll get a normal folder of source code.
  2. Open that folder in an AI coding tool (Claude Code, Cursor, Windsurf, Antigravity). The tool reads every file in the folder, so it knows what it's working with.
  3. Describe what you want in plain words β€” "Make this a coffee-tracking page where I log each cup." The AI fills in the code. Keep asking until it looks right.
  1. 1

    Create an account and organization

    Sign up and create an organization β€” it’s where your projects and team live.

  2. 2

    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.

  3. 3

    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.

  4. 4

    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.
  5. 5

    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!

Build states

During deployment, your build progresses through these states:

pending→queued→analyzing→building→deploying→ready

If something goes wrong, the state becomes error with a description of what happened.