This is the Vue 3 renderer for json-render, which turns JSON specs into live Vue component trees with state management, data binding, and actions. You'd reach for it when building UIs from AI-generated or dynamic JSON specs instead of hardcoded templates. It ships with providers for state, actions, visibility, and validation, plus composables like useStateStore and useBoundProp for wiring everything up. The two-way binding support via $bindState and the ability to plug in external stores like Pinia makes it more flexible than a basic templating solution. It's opinionated about structure but gets out of your way once you've defined your component catalog and registry.
npx skills add https://github.com/vercel-labs/json-render --skill vue