Why I Use It
I've used Supabase for Agency CRM and client projects that need backend without building one. The PostgreSQL foundation means I can run raw SQL when ORMs get in the way. Real-time subscriptions work well for collaborative features. I chose it over Firebase because I prefer SQL to NoSQL—data migrations and debugging are easier.
When I Recommend It to a Client
When they need a complete backend quickly—auth, database, storage—without managing servers. Also when they want SQL instead of NoSQL but still need real-time features.