Deployment options for Next (aside from vercel) for a small SAAS app
I know vercel is prob best for NEXT, just recently found however out that their free tier explicitly disallows commercial use which is such a bummer.
What other alternatives are there for Next? Ideally, i'm looking for something that allows me to consume their free tier first, then as my app scales/grows, then i would really need to upgrade to their paid plans.
This is basically because i don't (yet) have the money to fund my own apps so it doesn't make sense for me to try out vercel's $20/mo subscription if i'll get like ~2-5 paying users per month.
---
My (planned) tech stack if relevant:
NEXT, TS, supabase/planetscale, prisma
6 Replies
afaik, firebase allows commercial use even on their free tier, i'd like to avoid noSQL for now tho (but I really will use firebase if I'm left with no other option)
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
oh nice, just checked and they indeed allow commercial use
and they support NEXT as well, i'll add it to my list of options
oh, and just thought of it, but, regarding firebase, i don't really have to use firestore now do i?
although unconventional (i think), it's possible to simply use firebase for hosting right?
so firebase hosting + supabase/planetscale DB? is that possible/reasonable?
cloudflare pages
netlify
yeah, will definitely consider cloudflare now
about netlify, i thought they only deployed full-frontend apps, didn't know they also provide deployment for node? will def check that out
jeez, i shouldn't have listened to the guy who told me netlify was only for frontend ðŸ˜