Is there a guide or best practices about hosting a web app build with T3?
Really curios about how you guys go about this. You host database + backend + frontend in the same place? Or do you like to split things.
7 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Create T3 App
Vercel 🚀 Create T3 App
Create T3 App is the quickest way to start a new web app with fullstack typesafety
backend + frontend is in the same next.js app
database can be anywhere but yeah serverless dbs like pscale and cockroachdb are great
when choosing their location make sure they are close to the vercel servers
Would railway also work?
It's between pscale and railway for me.
yeah
but i wouldn't recommend it for serious apps
Alright. Then Next.js + Pscale it is. Thanks for answering both matee and nexxel.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View