Skip to main content

Documentation Index

Fetch the complete documentation index at: https://upstash.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Upstash Workflow natively supports the following platforms:

Javascript / Typescript

Next.js

Cloudflare Workers

Nuxt (H3)

Solid.js

Svelte

Hono

Express.js

Astro

TanStack Start

Python

FastAPI

Next.js & FastAPI

Flask

Next.js & Flask

Using Upstash Workflow with another platform

If you’d like to use Upstash Workflow for a platform not listed above, you can do so using the base serve method:
import { serve } from "@upstash/workflow";
and adjust this method for your platform. For details, see our platform-specific method implementations in Javascript or Python.