if you want something like "use workflow" but for existing code and with no architecture change check out durablefetch.com it makes any fetch request durable and resumable
Workflow Dev Kit: reliability-as-code โ€ข "๐šž๐šœ๐šŽ ๐š ๐š˜๐š›๐š”๐š๐š•๐š˜๐š " + "๐šž๐šœ๐šŽ ๐šœ๐š๐šŽ๐š™" โ€ข Open source and MIT-licensed โ€ข Designed for AI agents and backends โ€ข Backend-agnostic (Vercel or self-hosted) โ€ข Framework-agnostic (Next.js, Nitro & more) useworkflow.dev
1
4
it even works with @aisdk it's a thin layer on top of existing API requests to make sure they are not aborted when the user closes the page when the user comes back and they repeat the request the response is replayed from scratch and resumed

Oct 30, 2025 ยท 2:39 PM UTC

1