ℹ️ About This Demo
This application demonstrates json-render by Vercel Labs — a library that enables AI-generated UIs with guardrailed components.
Below, each recipe is defined as a JSON specification and
rendered through the Renderer component
using our type-safe component catalog.
In production, AI would generate these specs from user prompts—safely constrained to only use components we've defined (RecipeHeader, ChefInfo, IngredientList, etc.).
✓ Guardrailed
AI can only use components in your catalog
✓ Predictable
JSON output matches your schema, every time
✓ Fast
Stream and render progressively as the model responds