Skip to content
Templates

Start from a real app

Live previews of composed Cronus blocks — themed, scrollable, the same stack install writes. Open a card, then Open Preview for the full site.

bunx create-cronus-app my-app --template saas

Generated products

Default base plus compose: every page is installed blocks stacked in a main. This is the product loop.

View Store template

Store

9-page storefront

Aurora · dark

A navigable shop: home, catalog, product, cart, checkout, auth, and account — the same blocks as the gallery, wired into real routes.

What's inside

  • Nine routes with site chrome (navbar + footer)
  • Catalog, product detail, cart, and checkout
  • Shared demo-store data across product surfaces
  • Brand wordmark baked into chrome at compose time
$ bunx create-cronus-app my-app --template store

Landing pages

Named marketing looks composed from the same blocks as landing — swap the stack, keep the upgrade path. Click a card to open the live site.

View Shop template

Shop

Storefront

Sunset · light

Compact hero, editorial product showcase, banner CTA. Sunset light.

What's inside

  • hero--compact + product-grid--showcase
  • Sunset theme, light mode
$ bunx create-cronus-app my-app --template landing-shop

Every template prompts for (or accepts) --theme and --mode, bakes your pick into the app, and ships a cronus-ui.json so the registry CLI works from the first commit.

Keep building

Grow the app after you scaffold

Add a route with cronus-ui add-page, switch presets with theme set, or pull a single primitive with add. Upstream fixes land through upgrade without wiping local edits.