Talk to your design system.
A Storybook addon, powered by Tambo, that automatically detects all your React components.
Just tell your design system what you need:
- Show me a primary button with a loading state.
- Create a card with an image, title, and two actions.
- Display a modal with a destructive confirmation.
Tambook understands your components, reads your Storybook setup, and renders the right combination instantly.
![]() |
![]() |
![]() |
|
git clone https://github.com/your-username/tambook.git
cd tambook
npm install
npm run example:installAdd your API key (get one free at tambo.co):
echo "STORYBOOK_TAMBO_API_KEY=your-api-key" > examples/storybook-demo/.envRun Storybook:
npm run example:storybookOpen http://localhost:6006 and find the Tambook panel.
MIT


