Templates
Pick one with --template (default: default).
npm create volt@latest my-app -- --template starter
| Template | What you get |
|---|---|
| default | Counter + Todos demo on the signal engine. Add-ons off; turn them on in the wizard. |
| blog | A content site: markdown posts (/blog, categories, tags, RSS), an /about page, a theme, and per-post SEO. Boots ready — no wizard. |
| docs | A documentation site: markdown pages in a sidebar layout. Add a page + a NAV entry. |
| starter | A full app shell, on out of the box: nav + Home, magic-link Account, per-user Notes (CRUD), realtime Chat. |
| guestbook | A focused real app: magic-link auth + a Socket.io message board over Mongo/MySQL/Postgres. |