If you're talking about hosting your startup's landing page, stick with Github Pages: https://pages.github.com/ . Free, super quick & easy, with custom domains to boot. Personally, for almost any product I start here. Even if you do need server-side infrastructure for the product, hosting all your marketing pages on GH pages is probably the right choice - they're going to be better at reliably hosting and serving sta…
Ask HN: Where should I host my startup?
21–30 of 101 posts
Re: Ask HN: Where should I host my startup?
#22Cheap: browse through the listings on lowendbox.com, you will find some amazing deals for both VPS and dedicated servers. Reliable: AWS / Rackspace / DigitalOcean / Google cloud / basically any famous one. When you're starting, it's probably better to rent a cheap VPS server. If you start growing fast, you can always move to the cloud. But modern cheap VPSs are quite powerful. I have 7 websites running on one that co…
Has DigitalOcean gotten better for reliability? I took my company off of them about 2 years ago specifically because of their frequent downtime.
Re: Ask HN: Where should I host my startup?
#23Re: Ask HN: Where should I host my startup?
#24Also do apply for things like BizSpark https://bizspark.microsoft.com/
if you have a static marketing page, you can also host it for free ( almost ? ) on https://firebase.google.com/docs/hosting/
Re: Ask HN: Where should I host my startup?
#25If you're talking about hosting your startup's landing page, stick with Github Pages: https://pages.github.com/ . Free, super quick & easy, with custom domains to boot. Personally, for almost any product I start here. Even if you do need server-side infrastructure for the product, hosting all your marketing pages on GH pages is probably the right choice - they're going to be better at reliably hosting and serving sta…
Since Github Pages doesn't support SSL/TLS certificates for custom domains, I don't think anyone should be using it. It's simply outdated technology.
You can use _any_ static site generator.
Re: Ask HN: Where should I host my startup?
#26Re: Ask HN: Where should I host my startup?
#27If "$10 / month" counts as cheap in your book, check out a Linode VPS. I've been using them for a couple years now, and I have been extremely satisfied (although I've upgraded to a beefier VPS as my project has grown in popularity). Another good VPS option is DigitalOcean, which offers a smaller (and cheaper) plan for $5 / month. There are also a lot of shared hosting providers out there that will sell you cheaper sp…
If you're considering Linode, you should read up on their history of security incidents and make sure it's a risk you're willing to take.
Re: Ask HN: Where should I host my startup?
#28[0] https://developers.openshift.com/getting-started/index.html?...
Re: Ask HN: Where should I host my startup?
#29Re: Ask HN: Where should I host my startup?
#30The hosting cost may go up quickly, but if your business is successful you can either absorb it, or spend time and money to migrate away. They run on AWS, so picking the same location means you can run mixed infrastructure (part on Heroku, and part on AWS) without a latency hit. Thus, a hybrid configuration is very viable.