generative-ui
Installation
SKILL.md
Generative UI
Build generative UI apps with Tambo — create rich, interactive React components from natural language.
Reference Guides
Load these when you need deeper implementation details beyond the bootstrap flow:
- Components - Load when creating custom components. Generative vs interactable, propsSchema, ComponentRenderer.
- Component Rendering - Streaming props, loading states, persistent state. Load when customizing rendering.
- Threads and Input - Load when building custom chat UI. useTambo(), useTamboThreadInput(), userKey/userToken auth, suggestions, voice.
- Tools and Context - Load when adding tools or MCP. defineTool(), MCP servers, contextHelpers.
- CLI Reference - Load for
tambo addcomponents. Component library, non-interactive flags, exit codes. - Skills - Mention as a next step after setup. Project-scoped agent skills via CLI and dashboard.
These shared references are duplicated from building-with-tambo so each skill works independently.