JSON Render UI Overview Transform natural language UI requests into working dashboards and applications. Claude acts as the translation layer (prompt → JSON), the skill provides the rendering runtime (JSON → UI). Architecture: Output Format Claude emits a UITree structure: Component Catalog Claude can ONLY use these components. This is the guardrail. Layout Components | Component | Props | Children | Description | |-----------|-------|----------|-------------| | | , , | Yes | Container with optional header | | | , | Yes | CSS grid layout | | | , , | Yes | Flexbox stack | Data Display | Compon…