What is the best hosting solution for an organisation's website that has a member's area?

1 day ago 1
ARTICLE AD BOX

I've recently joined a small non-profit organisation and we're going to get a website up and running. I was planning on using a typical next.js stack: typescript, prisma, postgresql. Files held on a git repository using vercel to publish the site. Part of the website we want to have a member's area. Each user will sign in and based on their permissions they will see different things they can vote one, get involved with etc. This requires the postgresql database referred above. Doing some research into vercel is it right that the database wouldn't be hosted by vercel? What tools would I use to host and then connect the database to the vercel front-end? Neon? What dependencies does neon have if that's the tool?

Read Entire Article