Upstash Documentation home page
Search...
⌘K
Ask AI
Discord
Blog
Twitter
Console
Console
Search...
Navigation
Quickstarts
Supported Platforms
Overview
Redis
Vector
QStash
Workflow
Search
Developer API
Workflow
Getting Started
Quickstarts
Supported Platforms
TypeScript
Python
Basics
Agents
How To
REST API
Integrations
Examples
Pricing
Troubleshooting
Changelog
Roadmap
llms.txt
On this page
Using Workflow with another platform
Quickstarts
Supported Platforms
Upstash Workflow natively supports the following platforms:
workflow-js
Next.js
Cloudflare Workers
Nuxt (H3)
Solidjs
Svelte
Hono
Express.js
Astro
workflow-py
FastAPI
Next.js & FastAPI
Flask
Next.js & Flask
Using 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:
TypeScript
Python
Copy
Ask AI
import
{
serve
}
from
"@upstash/workflow"
;
and adjust this method for your platform. For details, see our platform-specific method implementations in
workflow-js
or
workflow-py
.
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Getting Started
Next.js
Assistant
Responses are generated using AI and may contain mistakes.