workflow
Build durable, resumable workflows for JavaScript and TypeScript apps
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Workflow SDK skills?โผ
Run `npx skills add vercel/workflow --all -g -y` in your terminal to install all skills in this suite globally.
What does the Vercel Workflow SDK do?โผ
It makes JavaScript and TypeScript functions durable, so long-running workflows persist progress, retry failed steps, and resume after crashes or deploys without extra infrastructure code.
How to migrate from Temporal or Inngest to Workflow SDK?โผ
The migrating-to-workflow-sdk skill converts Temporal, Inngest, Trigger.dev, and AWS Step Functions code into Workflow SDK patterns, mapping signals, waits, and retries to hooks, webhooks, and sleep.
Which frameworks does Workflow SDK support?โผ
It works with Next.js, Express, Hono, Fastify, NestJS, Nitro, Nuxt, Astro, SvelteKit, and Vite, and the workflow-init skill sets up the right one automatically.
Can I self-host Workflow SDK without Vercel?โผ
Yes. Local development uses a bundled filesystem backend, and you can self-host with the Postgres backend or a custom World implementation.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core