Domain costs are separate but I don't think that belong here.
Ask HN: Cheapest/easiest way to host a static site?
101–110 of 507 posts
Re: Ask HN: Cheapest/easiest way to host a static site?
#102I personally use Firebase for all my static sites. Completely free and fast. If you need to run some backend function they have Firebase functions which is free to a certain degree too. Example site: https://jeremyshaw.co.nz Other than that I'm sure Github Pages and Netlify are fine, both very popular options. Worst case you put it on Amazon S3 and get charged a fraction of a dollar every month .
The fact that you cannot put a cap on your spending is infuriating (the official AWS answer is "we do not want to break your business" (even if I want to)).
To be fair, some complaining or crying in such cases usually gets your bill reversed.
Re: Ask HN: Cheapest/easiest way to host a static site?
#103> jumping through AWS hoops I found S3 static hosting to be fairly straightforward. Once set up, a single `aws s3 sync . s3://my-bucket/path` updates the content.
Re: Ask HN: Cheapest/easiest way to host a static site?
#104- Go to repl.new/html
- Write code
- Hit run, deployed!
- (optional) link domain
Re: Ask HN: Cheapest/easiest way to host a static site?
#105Don't get me wrong: I enjoy complex services as well. But for simple web hosting, NearlyFreeSpeech is the best I've found, and whatever is second isn't close.
Re: Ask HN: Cheapest/easiest way to host a static site?
#106Google App Engine has a very generous free quota. The setup isn't as easy as good old FTP, because you need to define your static files in a configuration file. Once the config is written the deployment is a single command though. https://cloud.google.com/appengine
Yes, you're right - the deployment is a single command for something as simple as a static website until the next time you need to make changes (then you'll have to root around your terminal again) or you decide to upgrade from static to something a bit more complex. Shameless plug here - my site, https://nocommandline.com, allows you to just select and click deploy; no routing around in terminal/commandline.
Re: Ask HN: Cheapest/easiest way to host a static site?
#107Earlier quoted context omitted.
My favorite feature is automatic deployment of pull requests. I love it, and I wish there was something as cheap and easy for backend services as well. Though I guess it's not too necessary if you implement testing properly :p
LayerCI[1] maybe? [1] - https://layerci.com/
Re: Ask HN: Cheapest/easiest way to host a static site?
#108Re: Ask HN: Cheapest/easiest way to host a static site?
#109Check out Vercel! [1] You can deploy for free, with a single command, in a few minutes. Disclaimer: I work at Vercel, happy to answer any questions. [1]: http://vercel.com/