Running Supabase locally feels like having a full backend βstarter kitβ living right next to your code.
I spin it up and suddenly Iβve got Postgres, auth, file storage, and realtime all running together, plus a clean web dashboard so Iβm not wrestling with random containers or config files. It still feels like my stack though - itβs just Postgres and open-source services under the hood, so thereβs no weird lock-in or mystery billing later.
For side projects and experiments, local Supabase has basically become my default backend: I start it, point my app at it, and Iβm off building features instead of wiring up yet another database + auth + storage combo.