Turns JSON specifications into live React component trees with full type safety via Zod schemas and TypeScript. You define a catalog of components with their prop schemas, then feed it JSON specs that get rendered as actual React elements. Handles two-way data binding through `$bindState` expressions, conditional visibility, state management via JSON Pointers, and an event system that maps component events to actions. The controlled mode lets you plug in external stores like Redux or Zustand. Honestly most useful when you're building tools that generate UIs programmatically or need to let non-developers configure interfaces through JSON. The developer experience is solid once you understand the binding model, though the mix of declarative JSON and imperative React can feel odd at first.
npx skills add https://github.com/vercel-labs/json-render --skill react