examples/vercel-workflow/README.md
A minimal Vercel Workflows app backed by Rivet Actors.
This integration is in beta.
cp .env.example .env
pnpm build
pnpm dev
Start an order with curl -X POST http://localhost:3000/orders/42. The first
World operation lazily starts Rivet in the same process and waits until it is
ready; there is no separate Rivet server command.
Run pnpm test for Vercel's official @workflow/vitest integration test.
The World package itself runs Vercel's @workflow/world-testing suite against
an owned Rivet engine.
MIT