Worlds
The World abstraction allows workflows to run anywhere — locally, on Vercel, or on any cloud. The runtime, queues, and persistence are modular and entirely swappable.
Zero-config world bundled with Workflow for local development. No external services required.
Production-ready, self-hosted world using PostgreSQL for durable storage and pg-boss for reliable job processing.
Fully-managed world for Vercel deployments. Zero configuration with automatic storage, queuing, and authentication.
Jazz Cloud world for local-first sync and real-time collaboration
MongoDB World using native driver
Redis World using BullMQ for queues, Redis Streams for output
Starter template for building Workflow DevKit Worlds
Turso/libSQL World for embedded or remote SQLite databases
Provider Benchmarks
See how workflows compare across the different worlds deployed on different providers. Lower execution time means faster workflows.
For illustration purposes only
What is a World?
Workflow Storage
Persists workflow state and event logs across function invocations.
Step Execution
Manages step function invocations with retries and error handling.
Message Passing
Handles communication between the orchestrator and step functions.
Build Your Own World
Want to create a World for your infrastructure? Check out the World interface documentation and add your implementation to this dashboard.