Simulacrum

Templates overview

All seven Simulacrum templates, CLI commands, and customization tips before you specialize further.

Commands and fit

| Template | Command | Best for | | --- | --- | --- | | E-commerce | npx simulate ecommerce <name> | Stores, carts, Stripe checkout | | SaaS | npx simulate saas <name> | Subscriptions, orgs, billing | | Blog | npx simulate blog <name> | MDX, newsletters, editorial roles | | Portfolio | npx simulate portfolio <name> | Case studies, leads | | Docs | npx simulate docs <name> | Product or API documentation | | Corporate | npx simulate corporate <name> | Marketing, careers, inquiries | | Landing | npx simulate landing <name> | High-conversion marketing pages |

Customization tips

  1. Lock adapters early — switching later is supported, but you reconcile migrations.
  2. Keep RBAC names stable until tests and seed data are updated.
  3. Use template dashboards as the KPI source of truth; each vertical ships different charts.
  4. i18n — message files are structured for clean additions across eight locales.

Explore each template’s dedicated doc and the marketing templates gallery for visuals and route maps.

Start from the template closest to your business model, then remove unused modules rather than merging multiple templates.

Deep dives