Workflow SDK now supports TanStack Start
The Workflow SDK now works with TanStack Start applications on Vercel. Developers can write durable, resumable workflow and step functions in TypeScript that survive restarts, sleep for extended periods, and automatically retry on failure.
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 as durable, resumable operations that survive restarts, sleep for days, and retry on failure, with compilation, queue configuration, and persistence handled by the plugin."use workflow""use step"
Read the to learn more and create your first durable workflow, or browse TanStack resources in the .TanStack Start guideVercel Knowledge Base
Source: original entry ↗