Where would you host full T3 stack, besides vercel or netlify?
Let's say, I want to create an e-commerce website, I will use next auth just for the admin panel, trpc, connect stripe.
What should I use for that?
I've only ever deployed 1 static website made with vue and api made with express, and realized that namecheap vps might've been an overkill.
6 Replies
What is your motivation for not using vercel or netlify? The experience will be significantly smoother on Vercel than anywhere else
Just want to explore other options
fly.io exists if you want to work with a VPS/Docker deployment
you can host on VMs
sst to deploy to aws lambdas
cloudflare pages+workers
Honestly, I wouldn't host it anywhere else, until and if there's a scaling issue. If you have a problem where Vercel is too expensive for you because your website/product has that much traffic - that's a nice problem to have. At that point you can hire a DevOps team to take care of that for you.
This 100%