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 Docs template

Docs

Docs site

Neutral · light

A documentation site: changelog home, guides-style blog, an article, FAQ and about — composed from validated content blocks, not a marketing landing.

What's inside

  • Changelog home, guides index, article, FAQ, and about
  • Site chrome (navbar + footer) — not a compact-hero marketing landing
  • blog-post--with-sidebar for the article route
  • Neutral theme, light mode
$ bunx create-cronus-app my-app --template docs

Landing

Marketing site

Aurora · dark

A composed marketing page: hero, features, pricing, testimonials, FAQ, and CTA — one command, then edit the installed blocks.

What's inside

  • Hero, feature grid, pricing, testimonials, FAQ, CTA
  • Navbar and footer chrome from the registry
  • Same token system as the rest of Cronus UI
  • Swap block variants with `--variant` on compose
$ bunx create-cronus-app my-app --template landing

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.

Studio

AI design tool

Midnight · dark

Dark atmospheric hero, logo marquee, bento features, stats, pricing, and a split product CTA.

What's inside

  • hero--atmosphere + logo-cloud marquee
  • Bento feature grid, stats, three-tier pricing
  • Midnight theme, dark mode
  • Same add-page / upgrade loop as landing
$ bunx create-cronus-app my-app --template landing-studio
View Care template

Care

Healthcare

Emerald · light

Waitlist capture hero, bento features, testimonials, contained CTA. Emerald light.

What's inside

  • waitlist hero + bento features
  • Emerald theme, light mode
$ bunx create-cronus-app my-app --template landing-care

Docs product

Developer tool

Aurora · dark

Compact hero, logo cloud, features, integrations, CTA.

What's inside

  • hero--compact + integrations
  • Aurora theme, dark mode
$ bunx create-cronus-app my-app --template landing-docs

Premium SaaS

Full marketing page

Aurora · light

Split hero, logos, features, monthly/annual pricing, testimonials, FAQ, CTA. Aurora light.

What's inside

  • hero--split + pricing--toggle + FAQ
  • Aurora theme, light mode
$ bunx create-cronus-app my-app --template landing-premium

Agents

Automation

Emerald · light

Split hero, marquee logos, bento, stats, proof, pricing, FAQ, banner CTA. Emerald light.

What's inside

  • Marquee + bento + stats
  • Emerald theme, light mode
$ bunx create-cronus-app my-app --template landing-agents

Agency

Studio site

Midnight · dark

Split hero, logos, about story, services, stats, testimonials, CTA. Midnight dark.

What's inside

  • about + feature-grid + stats
  • Midnight theme, dark mode
$ bunx create-cronus-app my-app --template landing-agency

Starters

Bundled directories when you want a smaller surface and will add pieces yourself.

Default

Single-page starter

Aurora · dark

The smallest useful app: one page wired with the theme provider, anti-flash script, and a sample of metrics, a table, and cards to build from.

What's inside

  • One page: metric cards, orders table, invite card
  • CronusUIProvider + anti-flash CronusThemeScript
  • Tailwind v4 + token CSS pre-wired
  • cronus-ui.json so `npx cronus-ui add` just works
$ bunx create-cronus-app my-app

Marketing

Hand-built landing

Aurora · dark

A complete landing page from the bundled marketing template: hero, feature grid, pricing, testimonials, FAQ, and a waitlist capture.

What's inside

  • Sticky header, hero & feature grid
  • Pricing tiers with a featured card
  • Testimonials grid + FAQ accordion
  • Waitlist CTA (the only client island) + footer
$ bunx create-cronus-app my-app --template marketing

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.