Keel examples and templates
The repository currently has no keel/apps/examples/ gallery and does not
ship five end-to-end-verified sample apps. Do not reference the former
01-todo-list through 05-amap-nearby paths or claim that CI builds them.
Current scaffolds
The create-keel-project source lives at
keel/tools/create-keel-project/:
npm create keel-project@latest my-app
npm create keel-project@latest my-app -- --template tabs
Use src/cli.ts for current status:
| Template | Status | Meaning |
|---|---|---|
blank | stable | minimal single-screen project |
tabs | stable | Home / Settings tab example |
wechat-pay | preview | limited placeholder, not a payment E2E |
map | preview | depends on the AMap module and needs platform verification |
im | preview | not currently a complete runnable IM example |
A preview template does not prove its native module, backend, or store flow is delivered.
Verifying templates
Generate every template in a temporary directory outside the repository. Stable templates must at least install, typecheck, and build. Preview templates must still produce a structurally complete project rather than a README-only placeholder.
Use the currently published packages, CLI help, and project templates as the source of truth for additional capabilities and parameters.