Gold path: split auth plus forgot-password, Items and Team in a sidebar shell. Catalog demo pages (analytics, billing, settings, welcome, setup wizard, checklist) ship as files, not in the nav — composed from validated blocks, ready to re-theme.
What's inside
Split login/signup and forgot-password plus an (app) shell with sidebar nav
Live nav: Items and Team. Analytics, billing, and settings stay as files, off the nav
Catalog activation files: welcome, setup wizard, and get-started checklist
Aurora theme by default — `theme set` re-skins the tree
Grow with `cronus-ui add-page`; upgrade keeps local edits
Gold path: split login/signup, password reset, Items in a sidebar shell. Catalog demo pages (users, analytics, board, audit) ship as files, not in the nav — composed from validated blocks.
What's inside
Split login/signup and forgot-password plus an (app) shell with sidebar nav
Live nav: Items. Users, analytics, board, and audit stay as files, off the nav
Admin-overview dashboard and engagement analytics variants
Midnight theme, dark mode
Grow with `cronus-ui add-page`; upgrade keeps local edits
$ bunx create-cronus-app my-app --template admin
Starters
Bundled directories when you want a smaller surface and will add pieces yourself.
A real application skeleton: an icon-collapsible sidebar shell with route-aware nav, a KPI + chart + data-table overview, and a settings page of forms.
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.