--showcase (TypeScript fullstack)
When enabled on typescript-fullstack, the CLI keeps demo-oriented routes and writes SHOWCASE.mdx at the project root for portfolio sync.
terminal
bun run dev:cli -- my-app --yes --preset=typescript-fullstack --showcase --dir=../projectsUse --no-showcase for a lean product tree—template-cleanup removes demo apps, landing pages, and related components (see toolings/scripts/template-cleanup.ts).
Portfolio metadata
Every serious monorepo scaffold updates root package.json:
terminal
"portfolio": {
"slug": "my-app",
"title": "My App"
}Sync workflow: template repo docs/portfolio-sync.md and apps/cli/CLI-SPEC.md.
Examples on the website
Static snippets that mirror generated wiring live at /examples—useful before you scaffold.