Skip to main content

S2. Quick start

What this page helps you do

Take the shortest practical path through the guide without getting lost in optional branches.

Why it matters

Many launch mistakes come from missing one boring but important step. A quick-start path gives you a baseline even if you are busy, impatient, or not very technical.

You should already have

  • some code, a prototype, or a clear idea of the app you want to ship

Skip this page if

  • you want to choose a more specific app path first
  • you already know which parts you already finished

In that case, go to S4. Choose your path or S5. What you already have.

What to do

Follow this default route:

  1. Pick your app path in S4. Choose your path.
  2. Put the project in GitHub with F1. Put your code on GitHub.
  3. Make sure it runs on your machine with F4. Run your app locally.
  4. Choose where it will live with H1. Choose hosting.
  5. Get it online with H6. Deploy your app.
  6. Put a real domain in front of it with D2. Set up Cloudflare and D3. Point your domain to your app.
  7. Check the basics before launch in R8. Launch checklist.

If you want the fastest route by situation:

If you hit a wall:

Choose the simplest hosting that fits your app.

  • simple website: managed hosting is usually enough
  • small app with login or database: managed hosting is still usually the easiest
  • AI app or background jobs: use a path that clearly supports long-running work, logs, and secrets

If you do not know which path to take, start with P2. SaaS web app path. It covers the most common shape of a modern app.

Common mistakes

  • launching straight from a laptop demo
  • not knowing where secrets are stored
  • not knowing how to roll back after a bad deploy
  • buying a domain before the app works in a basic hosted environment

Next step

Go to S4. Choose your path, or jump to S5. What you already have if you are not starting from zero.

Advanced notes

If you are using this repo inside an agent workflow, this page is the fastest human-readable summary of the default launch path.