What problem does it solve? It removes the guesswork of setting up a scalable design system with Tailwind CSS v4, where the configuration model changed significantly from v3 (CSS-first @theme blocks instead of tailwind.config.ts), and provides ready-made component patterns for React 19. ## Core Features & Use Cases - CSS-first theming: Define semantic color, radius, and animation tokens with @theme, OKLCH colors, and @custom-variant dark mode. - Component patterns: CVA-based Button, compound Card, form Input/Label with validation, and responsive Grid/Container components using React 19 ref-as-prop. - Advanced references: Native CSS animations with @starting-style, ThemeProvider dark mode, custom @utility directives, and a v3-to-v4 migration checklist. - Use Case: When building a new React component library, apply the provided @theme token setup and CVA button pattern to get consistent, accessible, dark-mode-ready UI primitives. ## Quick Start Ask the AI to set up a Tailwind CSS v4 design system with semantic color tokens, dark mode, and a CVA-based Button component for your React 19 project.