Skip to main content

supabase

Browse all articles, tutorials, and guides about supabase

5posts

Posts

Cloud
|12 min read

Firebase Alternatives in 2026: Choose by Why You Are Leaving, Not by a Ranking

Most "Firebase alternatives" lists rank tools you cannot compare, because Firebase is five products in a trench coat. The useful question is which part you are replacing and why you are leaving: the Firestore bill that scales with reads, or the data model you cannot port. Here is an honest map of Supabase, Appwrite, Convex, PocketBase, Nhost, Amplify and the rest, grouped by the reason you are actually switching.

DevOps
|12 min read

Neon vs Supabase in Production: We Benchmarked the Operations That Page You at 3am

Two benchmark sessions against Neon and Supabase Pro measured what spec sheets never show: compute resizes cost 39 seconds of real downtime on one platform and zero on the other, read replicas differ by 23x, and branch creation has a tail you should know about.

DevOps
|10 min read

Neon vs Supabase Pricing: What the Same App Costs From Launch to Scale

We priced one application through five growth stages on both platforms using verified June 2026 list prices. The result is three distinct cost regimes, two crossover points, and a surprise: at scale the biggest line item is not the database.

DevOps
|11 min read

Neon vs Supabase Free Tiers: We Benchmarked Both So You Don't Have To

We ran 320 timed operations against the Neon and Supabase free tiers from a same-region client: query latency, project creation, cold starts, and branching. The latency race is a tie, and the real differences are nothing like the marketing.

DevOps
|7 min read

node-postgres Silently Ignores Your TLS Config When the URL Says sslmode

If your connection string contains sslmode=require, the pg library throws away the ssl options object where you loaded your CA certificate, and verification fails with "self-signed certificate in certificate chain". Here is the trap, the fix, and the v9 changes coming.