AI AGENT ADDONS
AI & Agent Building
4,463installs

A React renderer turns JSON specs into real React components. You define a catalog of components and their expected properties. Then you feed the renderer a simple JSON structure and it builds the user interface for you.

This is great for creating component catalogs or rendering specs from AI systems. Each component can have visibility rules based on state, so parts of the UI appear or disappear automatically.

You can also connect your own state management like Redux or Zustand. The renderer supports two-way data binding, actions, and validation. It makes building dynamic UIs from data easy and flexible.

Add React skill to your workflow

Global

mkdir -p ~/.claude/skills/react

Project

mkdir -p .claude/skills/react

Source Repository

Stars
15,587
Forks
841
Watchers
15,587
License
Apache-2.0
Last Push
2 months ago
Created
7 months ago