https://github.com/nicolasmondain/tambook
Talk to your design system
https://github.com/nicolasmondain/tambook
dx generative-ui storybook tambo
Last synced: 3 months ago
JSON representation
Talk to your design system
- Host: GitHub
- URL: https://github.com/nicolasmondain/tambook
- Owner: nicolasmondain
- Created: 2026-02-02T21:15:35.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-02-02T22:32:42.000Z (5 months ago)
- Last Synced: 2026-02-03T11:42:33.550Z (5 months ago)
- Topics: dx, generative-ui, storybook, tambo
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tambook
**Talk to your design system.**
A Storybook addon, powered by [Tambo](https://tambo.co), 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.
## Try It
```bash
git clone https://github.com/your-username/tambook.git
cd tambook
npm install
npm run example:install
```
Add your API key (get one free at [tambo.co](https://tambo.co)):
```bash
echo "STORYBOOK_TAMBO_API_KEY=your-api-key" > examples/storybook-demo/.env
```
Run Storybook:
```bash
npm run example:storybook
```
Open http://localhost:6006 and find the **Tambook** panel.
## License
MIT