What problem does it solve? Frontend developers repeatedly write the same boilerplate for new projects, components, and hooks, and often ship bloated bundles with heavy dependencies and missing accessibility or performance optimizations. ## Core Features & Use Cases - Project Scaffolding: Generate complete Next.js 14+ or React + Vite projects with TypeScript, Tailwind CSS, and optional features like auth, API clients, forms, testing, and Storybook. - Component Generation: Create client components, server components, and custom hooks with optional test files and Storybook stories. - Bundle Analysis: Score project bundle health, detect heavy dependencies like moment or lodash, and recommend lighter alternatives and Next.js config optimizations. - Use Case: When starting a new dashboard, run the scaffolder to generate a Next.js project with auth and React Query, then generate typed UI components and audit the bundle before deployment. ## Quick Start Ask the assistant to scaffold a new Next.js project named my-app with TypeScript, Tailwind CSS, and authentication enabled.