What problem does it solve?
This Skill helps you turn structured JSON UI specs into interactive SolidJS interfaces with predictable components, bindings, and actions, reducing the complexity of hand-coding dynamic generation flows.
Core Features & Use Cases
- Renderer Integration: Mount JSON-rendered specs into Solid component trees with
Renderer and JSONUIProvider.
- Catalog and Registry Setup: Define component schemas, action contracts, and registry mappings for guardrailed UI generation.
- Reactive Bindings and Validation: Support live state, bound props, visibility rules, and field validation in Solid-specific reactive patterns.
- Streaming and Chat Flows: Build progressive UI generation experiences with streamed specs and chat-driven interfaces.
- Use Case: A dashboard app can generate cards, buttons, and forms from a prompt while keeping state updates, action execution, and validation fully controlled.
Quick Start
Create a Solid registry for your catalog and render the incoming spec inside a JSONUIProvider so your app can display reactive generated UI.