shadcn-stack
Installation
SKILL.md
shadcn Stack
Modern Next.js architecture optimized for server-side rendering, SEO, and progressive enhancement.
Core Technologies
| Library | Purpose | Install |
|---|---|---|
| Next.js 15 | Full-stack React framework | next |
| shadcn/ui | Accessible UI components | npx shadcn@latest add [component] |
| React Query | Client-side data caching | @tanstack/react-query |
| React Hook Form | Form state management | react-hook-form |
| Effect | Type-safe validation & errors | effect, @hookform/resolvers |
| Tailwind CSS | Utility-first styling | tailwindcss |