What problem does it solve? Building property editors and configuration UI for the Rierino page builder requires strict adherence to platform conventions like LabeledEditor wrappers, data/onChange patterns, and Rie- prefixed CSS classes, which is error-prone when done by hand. ## Core Features & Use Cases - Editor Component Generation: Produces ready-to-paste React components that embed directly into Rierino pages as widget editors, property panels, or settings forms. - Convention Enforcement: Applies Rierino naming standards, esm.sh import rules, JavaScript-only output, and component-scoped Rie- CSS classes automatically. - MCP Integration: Reads existing component definitions via the Rierino MCP server and saves approved components, returning a browser URL for review. - Use Case: Ask for a text editor that accepts string, number, or integer data based on a valueType prop, and receive raw paste-ready component code with correct type coercion. ## Quick Start Ask the assistant to create a Rierino editor component, for example a color picker property editor that uses data and onChange props.