Ask HN: What's your Supabase stack look like?
3 alwaysunday 1 8/24/2025, 2:55:51 PM
Curious what folks here are pairing with Supabase these days.
We’ve been building Dreambase.ai on Supabase for the past few months, and have a pretty light stack to avoid bloating with too many tools:
- Supabase for database, auth, and storage
- Next.js + Tailwind for the app frontend
– Vercel for build/deploy
– Polar + Stripe for payments
– Posthog for event tracking
– Dreambase for product analytics (our own tool)
- Resend for email
What's in yours? Anything you consider essential?
Shameless plug - I created https://pgflow.dev to run jobs/workflows on supabase edge functions and queues much easier, without any additional infrastructure.