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

推荐订阅源

博客园 - 聂微东
GbyAI
GbyAI
S
SegmentFault 最新的问题
H
Hackread – Cybersecurity News, Data Breaches, AI and More
V
Visual Studio Blog
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
B
Blog
宝玉的分享
宝玉的分享
Last Week in AI
Last Week in AI
雷峰网
雷峰网
爱范儿
爱范儿
Vercel News
Vercel News
人人都是产品经理
人人都是产品经理
U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
Microsoft Security Blog
Microsoft Security Blog
Jina AI
Jina AI
P
Proofpoint News Feed
A
About on SuperTechFans
I
InfoQ
F
Fortinet All Blogs
L
LangChain Blog
T
Tailwind CSS 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.