Ask HN: What's your Supabase stack look like?

3 points by alwaysunday 16 hours ago

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?

jumski 11 hours ago

Really curious what folks are using for background jobs / workflows?

Shameless plug - I created https://pgflow.dev to run jobs/workflows on supabase edge functions and queues much easier, without any additional infrastructure.