What problem does it solve? Frontend development involves repetitive scaffolding, manual bundle inspection, and inconsistent application of React and Next.js best practices, slowing down feature delivery and code review. ## Core Features & Use Cases - Component Generator: Scaffolds React components with configurable templates and built-in quality checks via scripts/component_generator.py. - Bundle Analyzer: Inspects project bundles, reports performance metrics, and outputs findings as JSON via scripts/bundle_analyzer.py. - Frontend Scaffolder: Bootstraps project structures with production-oriented configurations via scripts/frontend_scaffolder.py. - Reference Guides: Provides React patterns, Next.js optimization workflows, and frontend best practices for code reviews and implementation decisions. - Use Case: When building a new Next.js feature, generate the component scaffold, implement it following the React patterns reference, then run the bundle analyzer and visually verify the rendered page in the existing Chrome session. ## Quick Start Ask the assistant to scaffold a new React component in your project and then run the bundle analyzer on the project directory to review performance findings.