Workflow SDK now supports TanStack Start
Vercel's Workflow SDK now works with TanStack Start. Durable, resumable operations built into your framework.

Why it matters
Vercel expands developer tooling for AI agents and workflow automation by integrating Workflow SDK with TanStack Start, lowering friction for developers building durable, resumable operations at the application layer.
The key facts
9 to knowWorkflow SDK now supports TanStack Start applications on Vercel
Built on Vite; existing workflow/vite plugin works directly
Write workflows in standard TypeScript with 'use workflow' and 'use step' hooks
Durable, resumable operations that survive restarts and handle multi-day sleep/retry
Compilation, queue configuration, and persistence handled by plugin
Workflow SDK support added for TanStack Start applications
Built on Vite; existing vite plugin works directly
Durable, resumable operations with automatic retry and persistence
Native TypeScript API via 'use workflow' and 'use step' hooks
Go to the source
Vercel Blogvercel.com
Publisher excerpt: Workflow SDK now supports applications on Vercel.TanStack Start TanStack Start is built on Vite and , so the existing plugin works directly. Add it to alongside .Nitroworkflow/vitevite.config.tstanstackStart() From there, write workflow and step functions in standard TypeScript with and . They run…