Problem
I am creating a Next.js application for a non-profit org and am going through a Next.js + Supabase course on Udemy to achieve the same.
Question
I was wondering - If I need to have a domain name, the-non-profit.com to deploy to, can I:
- Use the free tier of
Supabase(with no custom domain for the backend). - Use a custom domain on the free tier of
Vercelfor theNext.jsfront-end.
I am a bit not sure going about the deployment on 2 different systems for which I need to showcase the-non-profit.com - any thoughts would be appreciated.