Workflow SDK now supports TanStack Start (opens in new tab)
**Published:** June 16, 2026 | **Authors:** Pranay Prakash, Peter Wielander --- Workflow SDK now supports TanStack Start applications on Vercel. TanStack Start is built on Vite and Nitro, so the existing `workflow/vite` plugin works directly. Add it to `vite.config.ts` alongside `tanstackStart()`. **vite.config.ts** ```typescript import { tanstackStart } from "@tanstack/react-start/plugin/vite"; import { defineConfig } from "vite"; import { workflow } from "workflow/vite"; export default ...
Read the original article