Vercel has open‑sourced json‑render, a framework it calls "Generative UI" that lets AI models produce structured user interfaces from natural language prompts. The library uses Zod schemas to define a catalog of allowed components and actions, and an LLM generates a JSON specification that the renderer maps to real implementations. json‑render supports React, Vue, Svelte, Solid, React Native and more, and ships with 36 pre‑built shadcn/ui components. The project has already garnered 13,000 stars and 200 releases, and has sparked discussion on the future of constraint‑based UI generation and the role of AI in the rendering layer.