Skip to main content
Because there is no FirstFlow server to operate, the operational surface is small. You are running your app against your Supabase FirstFlow is library code inside it. This page is the division of labor.

You own

FirstFlow owns

Nothing at runtime. The packages are MIT-licensed code you vendor into your build. There is no FirstFlow-operated service in the data path, no telemetry sent anywhere, and no account required. Upgrades are package version bumps you choose to take.

Supabase owns

The auth schema (if you use Supabase Auth), Postgres operations, and the managed backups you configure. FirstFlow only ever touches the public.firstflow_* tables never hand-edit rows it manages while a flow run is active.

Next

Harden the deployment with the production checklist, or contribute improvements via Contributing.