Skip to content
Appunvs Mobile

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:

TemplateStatusMeaning
blankstableminimal single-screen project
tabsstableHome / Settings tab example
wechat-paypreviewlimited placeholder, not a payment E2E
mappreviewdepends on the AMap module and needs platform verification
impreviewnot 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.