Helloo 🙂 Looking to use Supabase for my next project. Does supabase have web hosting, like Firebase does?
brandondeo
06/07/2022, 1:21 PM
I'm really looking for a 1 stop shop to host my app, as well as run the backend for it. If not, are there recommendations?
b
burggraf
06/07/2022, 1:23 PM
Hi @brandondeo! No, we prefer to refer you to Vercel or Netlify or someone like that for the hosting. You can use Supabase for the entire backend though, Database, Auth, Storage, Functions, Realtime...
burggraf
06/07/2022, 1:24 PM
I host my stuff personally on Vercel, on the free tier, and it's been super easy and solid. I just push code to Github and it handles everything automatically, even with my custom domains.
b
brandondeo
06/07/2022, 1:24 PM
Awesome thanks. Is there any blog posts or docs on how that’s setup?
b
burggraf
06/07/2022, 1:24 PM
Vercel?
burggraf
06/07/2022, 1:25 PM
There may be blog posts, but it's really simple -- if you just sign up you'll get it right away. Hit me up if you have questions, but you should be able to do it.
burggraf
06/07/2022, 1:26 PM
I don't remember much about it because once I set it up, I never really have to think about it or even go to the Vercel dashboard again. So I kinda forget about it after a while. I just push to Github, and the new version gets deployed automatically.