Hacker News new | ask | show | jobs
by mintplant 3710 days ago
It looks like those are static sites. Why host them on Heroku? You could stick them on GitHub Pages [1] for free.

[1] https://pages.github.com/

2 comments

The S3 Free Tier can be a good alternative as well. https://aws.amazon.com/s3/
Even off the free tier, S3 + Cloudfront is now my static host of choice. Incredibly cheap for my low traffic side projects and free (and instant) SSL certificate setup.
AWS free tier is free for 12 months only. Its basically a "new customer" special. Github pages is not time limited.
now they are static sites built with grunt. Before they were dynamic so the documentation and tests could be joined and runned dynamically. Now I just do that before push, which had me change the organization of few things. I converted them and I'm now hosting them in Github Pages for that same reason. I learned a lot about grunt, phantomjs and SSL with cloudflare on the process though, so I'm happy with the result.