Templates
What App, Game, and Website include.
Every project starts from a template. Three are available to create from:
| Template | What you get | Runtimes | Backend |
|---|---|---|---|
| App | Accounts and real data, on web and phone | Web, iOS | Yes |
| Game | A playable arcade game with a live leaderboard | Web, iOS | Yes |
| Website | A landing page and docs | Web only | No |
- App and Game are full-stack: each comes with the in-browser data stack and renders on both web and native.
- Website is frontend only (no backend, no auth, web only) and does not support production web deploy yet.
A template sets a project’s default runtimes, which gate everything downstream: which preview panes appear, which deploy targets are available, and which native tools agents can use. You can change a project’s runtimes later in Project Settings → Runtimes.
Where each one appears
- The first-run welcome cards offer App, Game, and Website.
- Project → New Project lists all three, including Website.
- New accounts also get a seeded Todos starter project to land in. It is a sandbox rather than a create-from template, so move real work into a fresh project.
The list above is the current visible set, sourced from the template registry. Treat it as the source of truth over any longer list elsewhere.