Hey! I'm not sure if this is the best place to ask...
# help
l
Hey! I'm not sure if this is the best place to ask... I understand Supabase is great for handling scaling of a database, and even storage. But any recomendations on how to scale the actual hosting of a site? What would be the best option there? thanks!
b
Hosting is usually something you don’t need to worry about. Most of the major hosters such as Vercel and Netlify take care of that for you automatically. Site hosting is easy to scale since it’s usually just static files (html css js and images) so there little processing involved and it’s easy to cache with CDNs, etc.
l
Thanks! It's been a while since I hosted something myself (usually have someone else worry about that) and last time I did it, I had to run my own servers, keep things updates, deal with spikes in traffic, etc... I was just looking at AWS Amplify, which sounds like a good choice. Will check Vercel and Netlify
thanks for the suggestions!
j
@User Vercel is a great choice 😉
l
Yes!!! I published there last night!! Thanks so much!!