<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/vercel-native-tanstack-ai-using-ag-ui--srzu4wa2e" -->

---
title: Vercel Native + TanStack AI using AG-UI! | daily.dev
description: A demo showcasing interoperability between Vercel&#x27;s new native desktop SDK (built on Zig and XML) and TanStack AI, connected via the AG-UI protocol. The AG-UI...
canonical: https://daily.dev/posts/vercel-native-tanstack-ai-using-ag-ui--srzu4wa2e
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Vercel Native + TanStack AI using AG-UI! | daily.dev
og:description: A demo showcasing interoperability between Vercel&#x27;s new native desktop SDK (built on Zig and XML) and TanStack AI, connected via the AG-UI protocol. The AG-UI...
og:url: https://daily.dev/posts/vercel-native-tanstack-ai-using-ag-ui--srzu4wa2e
og:image: https://api.daily.dev/og/posts/srZU4WA2E.png
og:image:alt: Vercel Native + TanStack AI using AG-UI!
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Vercel Native + TanStack AI using AG-UI!

**[Jack Herrington](https://daily.dev/sources/jherr)** · 6 min read · 1 upvotes · 0 comments

## Summary

A demo showcasing interoperability between Vercel's new native desktop SDK (built on Zig and XML) and TanStack AI, connected via the AG-UI protocol. The AG-UI spec standardizes how chat messages are exchanged between clients and servers over SSE, enabling a Zig-based desktop app to communicate seamlessly with a Node.js TanStack AI backend. The walkthrough covers the TanStack AI server setup with multi-provider support (Anthropic, OpenAI, Gemini, Ollama), the React useChat hook consuming AG-UI-formatted SSE streams, and the Zig client parsing AG-UI packets including tool calls for guitar recommendations.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=aWxaTKh5UrI>

---

Tags: [#vercel](https://daily.dev/tags/vercel), [#zig](https://daily.dev/tags/zig), [#tanstack](https://daily.dev/tags/tanstack), [#server-sent-events](https://daily.dev/tags/server-sent-events)

[View this post on daily.dev](https://daily.dev/posts/vercel-native-tanstack-ai-using-ag-ui--srzu4wa2e)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Vercel Native + TanStack AI using AG-UI!","url":"https://daily.dev/posts/vercel-native-tanstack-ai-using-ag-ui--srzu4wa2e","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/vercel-native-tanstack-ai-using-ag-ui--srzu4wa2e"},"datePublished":"2026-07-13T16:41:13.745Z","dateModified":"2026-07-13T16:41:50.158Z","description":"A demo showcasing interoperability between Vercel's new native desktop SDK (built on Zig and XML) and TanStack AI, connected via the AG-UI protocol. The AG-UI...","image":"https://i.ytimg.com/vi/aWxaTKh5UrI/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/aWxaTKh5UrI/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Jack Herrington","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Jack Herrington","logo":"https://media.daily.dev/image/upload/s--Fuk-ONjA--/f_auto/v1718349299/logos/jherr","url":"https://daily.dev/sources/jherr"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/vercel-native-tanstack-ai-using-ag-ui--srzu4wa2e","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"vercel,zig,tanstack,server-sent-events","timeRequired":"PT6M","video":{"@type":"VideoObject","name":"Vercel Native + TanStack AI using AG-UI!","description":"A demo showcasing interoperability between Vercel's new native desktop SDK (built on Zig and XML) and TanStack AI, connected via the AG-UI protocol. The AG-UI...","thumbnailUrl":"https://i.ytimg.com/vi/aWxaTKh5UrI/sddefault.jpg","uploadDate":"2026-07-13T16:41:13.745Z","duration":"PT6M","url":"https://api.daily.dev/r/srZU4WA2E","embedUrl":"https://www.youtube.com/embed/aWxaTKh5UrI"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Jack Herrington","item":"https://daily.dev/sources/jherr"},{"@type":"ListItem","position":3,"name":"Vercel Native + TanStack AI using AG-UI!"}]}
```

