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
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
