Skip to content

Templates

Templates are the fastest way to start a deadline project without designing the same skeleton repeatedly.

Available templates

TemplateUse case
blankMinimal project.
landingProduct or portfolio landing page.
dashboardAdmin panels and internal tools.
mobile-appMobile-first app layout.
music-appMusic player or media app base.
api-toolInterface around external APIs.
adminAuth-like admin starter.

Create with a template

bash
zz create my-app --template landing
zz create admin-panel --template admin --vercel

Template 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

Released under the MIT License.