Hi, if I want to build an app similar to Nextdoor using Next.js, what database would you recommend? I’ve come across solutions like Firebase or Sanity, but I’m not sure what stack to go with. I come from php world and I’m used to ORMs like Doctrine. I also have a some experience with Sequelize and Mongoose
The goal is to keep things simple, develop quickly, and avoid a tech stack that becomes too expensive to scale. The app will include things like nested categories, KYC, document storage, etc.
What do you use in production for apps like this that are reliable and scalable?
Thanks! 🙏