HACKER Q&A
📣 playfantasydraw

Best auth provider and db for a Next.js project?


Best auth provider for a Next.js project? Repo is here if that helps: https://github.com/playfantasydraw/ably-nextjs-starter-kit

Project also uses Ably and is deployed on Vercel.

I have a good amount in Azure credits so if there's a good Azure solution, that would be cool.

With the db, each logged in user should be able to have more than one unique entry in the contest.


  👤 jkcorrea Accepted Answer ✓
Not sure about Azure ecosystem but huge fan of https://clerk.com/.

Trying out https://stack-auth.com/ which just launched on HN, mostly out of OSS solidarity


👤 crooked-v
I'm a big fan of Supabase. It's a SAAS but you can self-host the open-source stack if you want, and their big goal is to have an array of out-of-the-box services (auth, realtime push, etc) built on tight integration with a Postgres database.