Build Multi-Step Flows
Coordinate multiple steps with dependencies, data flow between steps, and real-time progress tracking. Perfect for AI pipelines, data processing, and complex automation.
Create your first flow
Let’s set up pgflow in your Supabase project. This setup needs to be done only once per project.
Run the installer with npx:
npx pgflow@latest installWant to understand what’s happening? See the manual installation guide.
Restart your Supabase instance to apply the configuration changes:
npx supabase stopnpx supabase startApply the migrations to create the pgflow schema and tables:
npx supabase migrations upYour Supabase project now has everything needed to create and run flows with pgflow!
Build Multi-Step Flows
Coordinate multiple steps with dependencies, data flow between steps, and real-time progress tracking. Perfect for AI pipelines, data processing, and complex automation.
Create your first flow
Need simple background jobs?
For single-step tasks without orchestration - just reliable task queue processing on Supabase with retries and observability.
Use background jobs