Author Archives: Jane Liu

Re: Supabase vs Firebase vs PocketBase – which backend-as-a-service should I pick?

Building SaaS on Supabase for 2 years. Here’s the deal: Supabase: Real PostgreSQL (can migrate anytime!), Great DX, Open source, Realtime is solid. Firebase: Locked into Google ecosystem, NoSQL = headaches later, But auth + functions are great. PocketBase: Perfect for MVPs, Self-host = free forever, Less scalable. My pick: Supabase. Best balance of power + portability.

Re: OpenAI vs Anthropic vs Google – which AI API for production app in 2026?

startup founder here. cost is real.

real talk on pricing:

  • OpenAI – most expensive but reliable
  • Anthropic – good pricing, great for long context
  • Gemini – cheapest, good enough for simple tasks

we use Anthropic as primary (better reasoning = less token waste) + Gemini for simple stuff.

worth noting: pricing changes often. check current rates before deciding.