tambo
Build React apps where AI renders and updates your UI components
All Skills in This Repository (16)
Pure Emerald Level Indicatorsbuilding-with-tambo
Integrates Tambo generative UI into existing React, Next.js, and Vite applications.
generative-ui
Scaffolds new Tambo generative UI React apps with registered components and CLI authentication.
building-settings-ui
Guides placement and styling of settings sections in the Tambo Cloud dashboard.
validating-accessibility
Validates React TSX components against accessibility standards using grep-based violation checks.
api-resource-lifecycle
Implements CRUD operations with cascading deletes, validation errors, and orphan prevention for API resources.
add-to-existing-project
Detect an existing React project's tech stack and automate Tambo integration and provider wiring.
component-rendering
Render streaming UI props and persistent state for Tambo-based React components.
start-from-scratch
Recommend stacks and setup steps for starting a new Tambo project.
cli
Automate Tambo project setup and component management via CLI.
components
Register AI-driven UI components with TamboProvider and propsSchema.
threads
Manage multi-thread chat state with React hooks for messages, suggestions, and voice input.
add-components-to-registry
Register React components with Tambo registry and generate Zod prop schemas.
Frequently Asked Questions
FAQPage SchemaHow to install Tambo?▼
Run `npx skills add tambo-ai/tambo --all -g -y` in your terminal to install all skills in this suite globally.
What is generative UI in React?▼
Generative UI lets an AI agent pick your registered React components and stream props into them based on user messages. For example, asking 'show sales by region' renders your chart component with live data.
How do I add AI chat to an existing React app?▼
The building-with-tambo skill detects your stack, installs @tambo-ai/react, wires the TamboProvider, and adds a pre-built chat interface via the tambo CLI.
Which LLM providers does Tambo support?▼
Tambo works with OpenAI, Anthropic, Google Gemini, Mistral, Groq, Cerebras, and any OpenAI-compatible provider. You bring your own API key.
Can I self-host Tambo instead of using Tambo Cloud?▼
Yes. The same backend runs on your own infrastructure via Docker, giving you full control over conversation state and agent execution.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core