I feel like my site (https://whiteowleducation.com ) is starting to outgrow Netlify. The site has interactive web pages with Mapbox and video that is coming from Cloudflare, and I am starting to go through bandwidth fast.<p>I am looking for some sort of hosting solution that can host not only the static site stuff that I have today (Gatsby, React), but that will allow me to expand to building out forums , responses to blog posts, or long term some type of ElasticSearch that will allow people who visit the site to search for appropriate blog posts.<p>The next step seems like going with Heroku, Digital Ocean, Google Cloud or AWS. If I go with Google or AWS, seems like process is to place my web app in a Docker container and deploy that to machines that run 24/27.<p>I am on a razor thin budget, and I need budget friendly advice on what a deployment roadmap would look like. Thanks in advance.
I think your solution is easy to solve with Cloudflare.<p>Pages is free and good for static site hosting. You can bind functions to Cloudflare Workers for more dynamic API type stuff. Shortly you’ll see access to D1 for their database solution using sqlite, etc.<p>AWS et al are just so pricey and I feel people jump to those solutions too quick. If you need a VPS, I’ve enjoyed Hetzner. I run docker containers on it with some pretty beefy software for cheap. Where are you hosting video?