惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
量子位
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
V
Visual Studio Blog
雷峰网
雷峰网
T
Tailwind CSS Blog
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale
有赞技术团队
有赞技术团队
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
T
The Blog of Author Tim Ferriss
U
Unit 42
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
Y
Y Combinator Blog

TanStack Blog

TanStack AI Enters the RC Phase | TanStack Blog Inside a TanStack Router Navigation | TanStack Blog Form v2 is here: All you need to know about the alpha | TanStack Blog Announcing TanStack Table V9 | TanStack Blog TanStack Has a New Look | TanStack Blog Introducing TanStack Markdown and TanStack Highlight | TanStack Blog We Removed React Server Components from TanStack.com | TanStack Blog We Stopped Using RSC on TanStack.com | TanStack Blog Inside TanStack Table V9 Reactivity | TanStack Blog Run Any Coding Agent in a Sandbox, With One chat() Call | TanStack Blog TanStack Start and TanStack AI Win 2026 Open Source Awards | TanStack Blog How an Underrated Refactor Saved 90% Memory Usage | TanStack Blog TypeScript Performance in TanStack Table V9 | TanStack Blog TanStack AI Beta: The Switzerland of AI Tooling Grows Up | TanStack Blog TanStack Table V9: Taking Form | TanStack Blog TanStack AI: Your MCP, your way | TanStack Blog TanStack Start Adds First-Class Rsbuild Support | TanStack Blog Introducing Experimental Workflows and Orchestrators in TanStack AI | TanStack Blog Chat UIs Are Lists Until They Aren't | TanStack Blog Structured Output That Remembers Across Turns | TanStack Blog TanStack Virtual just got a lot faster, and finally handles iOS | TanStack Blog TanStack AI now fully speaks AG-UI | TanStack Blog Stop Waiting on JSON: Stream Structured Output with One Schema | TanStack Blog Hardening TanStack After the npm Compromise | TanStack Blog Postmortem: TanStack npm supply-chain compromise | TanStack Blog Who Owns the Tree? RSC as a Protocol, Not an Architecture | TanStack Blog TanStack AI Just Learned to Compose Music | TanStack Blog Your AI Tool Calls Should Fail at Compile Time, Not in Production | TanStack Blog One Flag, Every Chunk: Debug Logging Lands in TanStack AI | TanStack Blog How We Test TanStack AI Across 7 Providers on Every PR | TanStack Blog
TanStack + Vercel Partnership | TanStack Blog
Tanner Linsley · 2026-09-08 · via TanStack Blog

by Tanner Linsley on Sep 8, 2026.

TanStack + Vercel

Vercel is now a Gold TanStack partner! Their support helps fund our open-source work, and there are already a few ways to use the two together, from deploying a TanStack Start app to running model calls and coding agents with TanStack AI.

You can deploy a full-stack TanStack Start app on Vercel, with Git-based deployments and preview URLs for reviewing changes before they go live. Vercel's TanStack Start deployment guide covers the setup, and our hosting guide has the configuration details alongside the other deployment options Start supports.

The @tanstack/ai-vercel-gateway adapter connects TanStack AI to Vercel AI Gateway for chat, embeddings, image generation, and summarization. You can route requests across model providers with one API key and configure provider preferences and fallback models per request, while keeping TanStack AI's existing chat and streaming APIs.

Vercel's AI Gateway guide covers authentication, streaming a chat response, and configuring those routing options.

Model calls are one part of building an agent, giving it somewhere to run commands and edit files is another. @tanstack/ai-sandbox-vercel plugs Vercel's managed microVMs into TanStack AI's sandbox system, so you can choose where an agent runs separately from which agent you use.

The integration supports resuming a sandbox by ID with its files intact and exposing a dev server port for previews. Your workspace definition stays with TanStack AI, and Vercel provides the environment it runs in.

Thanks to the Vercel team for supporting TanStack and putting these guides together. You can find the deployment and AI integration docs on our Vercel partner page.