Templates
Templates are the fastest way to start a deadline project without designing the same skeleton repeatedly.
Available templates
| Template | Use case |
|---|---|
blank | Minimal project. |
landing | Product or portfolio landing page. |
dashboard | Admin panels and internal tools. |
mobile-app | Mobile-first app layout. |
music-app | Music player or media app base. |
api-tool | Interface around external APIs. |
admin | Auth-like admin starter. |
Create with a template
bash
zz create my-app --template landing
zz create admin-panel --template admin --vercelTemplate aliases
Some templates have shorter aliases.
bash
zz create my-app --template music
zz create my-app --template mobile
zz create my-app --template api