What problem does it solve? Turning Stitch design exports into production React code by hand is slow and error-prone: download URLs fail on Google Cloud Storage, hex values get hardcoded, and components end up as monolithic files without proper TypeScript interfaces. ## Core Features & Use Cases - Reliable design retrieval: Uses a system-level curl script to download Stitch HTML and full-resolution screenshots, bypassing TLS/SNI issues on Google Cloud Storage. - Structured component generation: Scaffolds modular components from a template with Readonly TypeScript props interfaces, custom hooks, and decoupled mock data. - Automated quality validation: Runs an AST-based check via @swc/core to reject hardcoded hex colors and missing Props interfaces, plus a 20-point architecture checklist. - Use Case: Ask the agent to convert a Landing Page screen from your Stitch project, and it fetches the design, generates themed Tailwind components, validates them, and wires them into App.tsx. ## Quick Start Convert my Landing Page screen in my Podcast Stitch project into a validated React component system.