This is a thin adapter that lets you use a Zustand vanilla store as the state backend for json-render, a library that renders UIs from JSON schemas. You wire up your Zustand store through the StateStore interface, and json-render reads and writes state through it instead of managing its own. Supports slicing into nested parts of your state tree if you don't want to hand over the whole thing. Only works with Zustand v5+, not v4, due to breaking changes in the vanilla store API. Honestly pretty niche unless you're already committed to both json-render and Zustand, but if you are, this is the glue code you need.
npx skills add https://github.com/vercel-labs/json-render --skill zustand