frontend-stack-selection
Installation
SKILL.md
Frontend Stack Selection
The CTO platform supports two frontend stack philosophies. Use this skill to choose the appropriate stack when generating Blaze tasks.
Quick Reference
| Stack | Best For | Router | Data Layer | Tables | Forms |
|---|---|---|---|---|---|
| shadcn (Default) | Marketing, SEO, SSR, e-commerce | Next.js App Router | Server Actions + React Query | shadcn Table | React Hook Form |
| tanstack | Dashboards, real-time, local-first | TanStack Router | TanStack DB + Query | TanStack Table | TanStack Form |
Option A: shadcn Stack (Default)
Best for: Marketing sites, SEO-focused apps, content-heavy sites, e-commerce, SSR applications