Run the Example
See pgflow in action in 5 minutes using the scaffolded GreetUser flow.
Quickstart
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!
Run the Example
See pgflow in action in 5 minutes using the scaffolded GreetUser flow.
Quickstart
For single-step tasks without orchestration, see background jobs.