The Vercel Workflow Development Kit (WDK) is an open-source TypeScript framework that makes "durable code" a language-level concept. It allows developers to turn standard async functions into long-running processes that can suspend for minutes or months, survive crashes or deployments, and automatically resume without managing infrastructure.
I am aware cloudflare has their own durable workflows/functions now but for specifically nextjs/vinext i see this as an opportunity
The Vercel Workflow Development Kit (WDK) is an open-source TypeScript framework that makes "durable code" a language-level concept. It allows developers to turn standard async functions into long-running processes that can suspend for minutes or months, survive crashes or deployments, and automatically resume without managing infrastructure.
I am aware cloudflare has their own durable workflows/functions now but for specifically nextjs/vinext i see this as an opportunity