Fetching from the wire…
Public story · 2026-08-03 · high
aisdk.StreamText streams straight into useChat, letting teams drop the TypeScript backend built to translate protocols.
Why now: The repo is six days old and already past 198 stars, the kind of early signal worth watching before calling this a standard.
Grafana released a Go SDK on July 28 that streams straight into React's useChat hook. It's wire-compatible with Vercel's AI SDK, per the project's GitHub page.
Teams running Go on the backend with an AI SDK frontend have usually needed a translation layer. Sometimes that's an entire TypeScript service built for no other reason than to speak the stream protocol. Grafana's library cuts that layer out.
The SDK, licensed Apache-2.0, covers model calls, streaming, tool use, structured output, and multi-step agents. It copies Vercel AI SDK's design on purpose instead of inventing its own shape. The repo has already picked up 198 stars less than a week after shipping.
Two calls do the core work. aisdk.StreamText generates the response, and aisdk.WriteUIMessageStream writes it out as server-sent events formatted exactly the way useChat expects. No adapter, no translation step in between.
The GitHub page doesn't say whether the SDK matches every hook in Vercel's frontend library or just the chat-streaming path. It also doesn't say who besides Grafana is running it in production. A six-day-old repo hasn't had time to answer either question yet.
Watch whether Grafana's own products start dropping their BFFs first.
Each link below shares sources, entities, or timing with this story.
Vercel released AI SDK / Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Vercel released AI SDK); both cover AI SDK, Vercel AI SDK; reported by the same outlet (github.com).
Vercel released AI SDK / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Vercel released AI SDK); both cover AI SDK, July; reported by the same outlet (github.com).
Vercel partners with Cursor / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Vercel partners with Cursor); both cover Apache, July; reported by the same outlet (github.com).
Vercel released AI SDK / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Vercel released AI SDK); both cover AI SDK, Vercel; overlapping topics (agent, call, vercel).
Linked by a graph relationship (Vercel released AI SDK); both cover AI SDK, Vercel; overlapping topics (agent, protocol, vercel).
Vercel released AI SDK / Shared entities / Earlier coverage
Linked by a graph relationship (Vercel released AI SDK); both cover SSE, Vercel, Vercel AI SDK; earlier SSE coverage from 2026-03-15.
Vercel partners with OpenCode / Shared entities / Same source domain / Earlier coverage
Linked by a graph relationship (Vercel partners with OpenCode); both cover Apache, July; reported by the same outlet (github.com).
Vercel released AI SDK / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Vercel released AI SDK); both cover AI SDK, Vercel; overlapping topics (agent, vercel).