Live data from Hacker News

Ask HN: Where should I host my startup?

news.ycombinator.com

21–30 of 101 posts

Re: Ask HN: Where should I host my startup?

#21

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…

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.

Re: Ask HN: Where should I host my startup?

#22
post #6

Cheap: 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.

I've been using for more than 2 years with 100% uptime.

Re: Ask HN: Where should I host my startup?

#23
Depending on your application and stack, you may want to consider Google Cloud or AWS. While I really like DigitalOcean, Linode, Vultr, etc they lack production features like a centralized firewall and IAM security. Additionally AWS and Google have a slew of complimentary services so maybe you don't need raw physical machines. For example, instead you may be able to use Elasticache, RDS, and Elastic Container Service and don't have to manage any servers.

Re: Ask HN: Where should I host my startup?

#25

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…

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 host static pages on GitLab.com for free, with TLS certificates and custom domains.

You can use _any_ static site generator.

Re: Ask HN: Where should I host my startup?

#27
post #8
post #3

If "$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.

I've been with Linode for over six years and the only security incident I've have was my own fault. Follow the guides for securing new VPSs - I recommend that SSH be configured to disallow root logins and only allow certificates for authentication. There are many great guides available.

Re: Ask HN: Where should I host my startup?

#30
No one has mentioned Heroku yet. Starting at $7 they are a bit more expensive than DigitalOcean, but with that extra $2 you'll get their platform, their tooling for deploying the app, their database backups. Adding other services later on is also easy with their addons. By choosing Heroku you can save hundreds or thousands of dollars in ops costs over a course of a few months.

The 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.

Post reply on HN