What problem does it solve? Building Wix Editor-integrated site components requires coordinating four synchronized files (manifest.json, component.tsx, style.css, types.ts) with strict selector, data, and CSS property alignment, which is error-prone when done manually. ## Core Features & Use Cases - Manifest Generation: Produces editor manifests defining editorElement configuration, CSS properties, data APIs, nested elements, and behaviors for visual customization. - React Component Architecture: Generates functional components with sub-component patterns, element removal state handling, and strict TypeScript typing. - Editor-Compliant CSS: Creates responsive stylesheets using CSS variables, container-based layouts, and selectors synchronized with the manifest. - Use Case: Ask for a product card with image, title, price, and buy button, and receive a complete component folder with manifest, React code, styles, types, and extension registration ready for the Wix Editor. ## Quick Start Create a Wix site component for a hero section with a background image, headline, subtitle, and CTA button.