{PuruVijay}.svelte @puruvj.dev ยท Mar 6

๐Ÿš€ Introducing aibind โ€” AI SDK bindings for every JS framework โšก Reactive streaming ๐ŸŒฟ Branching chat history ๐Ÿค– Agents & tool calling ๐Ÿ”„ Model switching & racing ๐Ÿ“ Streaming markdown ๐Ÿ’พ Durable streams SvelteKit ยท Next.js ยท Nuxt ยท SolidStart ยท TanStack ยท React Router

11 likes 3 replies

?

Replies

Axel Rock ยท Mar 7

Iโ€™ll take a deep look, it sounds very interesting. I tried to build all of this myself, not that easy

Michael ยท Mar 16

This looks interesting, but you should have added the GitHub link or live docs page

{PuruVijay}.svelte ยท Mar 6

Why does this exist? Every time I built an AI feature, I was writing the same plumbing: - wire up the stream - parse chunks into state - handle errors mid-response - manage conversation history - figure out markdown rendering None of that is the actual product. aibind handles all of it.