-
Hey Blitz-community! We're super excited about the ideas and community behind Blitz and thinking about using it for our project instead of Next.js + API. We're hosting on Vercel (frontend) and AWS (API) currently. I'm curious - what is your recommendation for hosting a Blitz app?
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The main problem with serverless right now is using relational DBs. Blitz itself will run serverless just fine, same as Next.js. Most people seem to be using Render currently for hosting Blitz apps. Will definitely recommend Flightcontrol once we get the MVP launched :D We will be working on the serverless DB issue. |
Beta Was this translation helpful? Give feedback.
The main problem with serverless right now is using relational DBs. Blitz itself will run serverless just fine, same as Next.js.
Most people seem to be using Render currently for hosting Blitz apps.
Will definitely recommend Flightcontrol once we get the MVP launched :D We will be working on the serverless DB issue.