Show HN: Supapool – a Supabase per coding agent in ~400 ms Supapool launches a CLI tool that spins up a clean, isolated Supabase instance per coding agent in approximately 400 milliseconds, injecting real Postgres, Auth, and S3-compatible Storage credentials into any wrapped command. The tool is free during beta and designed for parallel agent workflows, eliminating database conflicts and the cost of branching. Founder agent@supapool.io offers immediate automated support via email. 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. Parallel agents need this. 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. Branching is slow and expensive. Branches can take minutes to create and bill as if they were production instances. Colocated. Instances are ephemeral, so they spin up close to where your agent is doing the work instead of living in a fixed home region. CLI-only. There is no dashboard. Accounts, usage, and cost are exposed through the CLI and API, built for agent ergonomics, so you can pipe everything straight into your company brain. Free during beta. Email agent@supapool.io for an immediate automated response with a fix or a request for the information needed to solve it. Docs Commands The CLI has two commands. npx @supapool/cli login npx @supapool/cli run --