Live data from Hacker News

Ask HN: What free or low-cost static site hosting do you use most?

news.ycombinator.com

31–40 of 229 posts

Re: Ask HN: What free or low-cost static site hosting do you use most?

#31
Wordpress.com or Blogger.com

Fully operational, all the important stuff (text editors, analytics, pictures hosting...), nice themes, well indexed by google, zero maintenance, free, and unlimited traffic.

I run blogs so obviously it is particularly appropriate. But that works as well for small static sites with a couple pages.

Re: Ask HN: What free or low-cost static site hosting do you use most?

#33

middleman -> s3 -> cloudfront. About $0.15/mo. Pros: Generally works well, speedy enough, free ssl with Cloudfront, cheap for many sites (most hosts charge per site which catches me out for little projects). I've mostly got the process figured out now... Cons: not easy or quick to set up, lots of steps to get right, AWS is a terrible UI, Cloudfront invalidations are apparently sent by carrier pigeon so asset hashing…

> Cons: not easy or quick to set up, lots of steps to get right, AWS is a terrible UI, Cloudfront invalidations are apparently sent by carrier pigeon so asset hashing is a must, even then it can take a while to see your site updates

Check out the s3_website Docker container by attensee. We have it in our BitBucket pipeline, so that any push to the hosted repo will automatically copy the latest updates to our S3 bucket AND invalidate the respective assets quite quickly.

Any website refresh our developer in the US does now is usually available to look at within a minute here in Australia.

Re: Ask HN: What free or low-cost static site hosting do you use most?

#35

Wordpress.com or Blogger.com Fully operational, all the important stuff (text editors, analytics, pictures hosting...), nice themes, well indexed by google, zero maintenance, free, and unlimited traffic. I run blogs so obviously it is particularly appropriate. But that works as well for small static sites with a couple pages.

Zero maintenance on WordPress? What do you do? I have several updates all the time + themes and plugins.

I do like WordPress though

Re: Ask HN: What free or low-cost static site hosting do you use most?

#37
Uberspace.de

Shell Access, pretty much every common language available, service running, databases, mail, etc..

No bullshit hosting in germany, Pay what you want (1€/month minimum).

Absolute best, I'm hosting about 25 projects with them for various bands, etc. and haven't had any problems whatsoever.

Re: Ask HN: What free or low-cost static site hosting do you use most?

#38

Wordpress.com or Blogger.com Fully operational, all the important stuff (text editors, analytics, pictures hosting...), nice themes, well indexed by google, zero maintenance, free, and unlimited traffic. I run blogs so obviously it is particularly appropriate. But that works as well for small static sites with a couple pages.

Zero maintenance on WordPress? What do you do? I have several updates all the time + themes and plugins. I do like WordPress though

Wordpress.com hosted wordpress?

Re: Ask HN: What free or low-cost static site hosting do you use most?

#40

I host my static stuff (with my own domains) at FastMail, it's included in my "standard" plan. Upload is possible via FTP and DAV, the quota is currently 5GB disk space, 2GB or 80K files daily traffic.

I knew I had some free space with my Fastmail account but didn't realise how much - or that I could use my own domains. That's pretty cool.
Post reply on HN