Hi HN — I’m Michael. We created tambo-ai after hitting the same wall:
LLMs are great at generating text, but awkward at driving interactive UI with state.
Tambo is a React package that lets AI generate components that:
* Persist state via context + hooks
* Stream responses
* Preserve history
* Suggest next actions
* Component library
You import components directly — no black boxes. Everything’s inspectable and customizable.
This is our first release. We’d love feedback on the dev experience, architecture, or anything that’s unclear.
* Site: [https://tambo.co](https://tambo.co)
* GitHub: [https://github.com/tambo-ai/tambo](https://github.com/tambo-ai/tambo)
* UI Library: [https://ui.tambo.co](https://ui.tambo.co)
— Michael