Give each agent a full, isolated Supabase instance in 1 second, with Postgres, Auth, and Storage. Run migrations and database operations against the real stack, not mocks.
Give this to your coding agent Discord
How it works
npx @supapool/cli run -- npm run dev
Wrap any command. Supapool leases a clean instance, injects its credentials, keeps it alive, and releases it when the command exits.
Why
Real Supabase. Postgres, Auth, and S3-compatible Storage.
Postgres, Auth, and S3-compatible Storage. Parallel agents need this. Agents never wipe each other's databases mid-run.
Agents never wipe each other's databases mid-run. No mocks. Test migrations and database operations against a real, isolated Supabase stack without touching production.
Test migrations and database operations against a real, isolated Supabase stack without touching production. Branching is slow and expensive. Branches can take minutes to create and bill as if they were production instances.
... continue reading