Startups Stack Exchange Archive

I created an app and now I need some web hosting

Short story, Single person startup from Sweden - I created an app and now I need some web hosting to get a domain name and website for my users. Where should I start?

App:

Backend:

Requirement:

Future:

What do you think a good start web host is considering I never done this before?

Answer 12506

Amazon AWS has a free tier and makes it relatively easy to manage your budget as you scale.

Using their elastic beanstalk service, setup and deployment is pretty user friendly for new users (you’d still have to be technical or at least understand some terms enough to look up help). Only really gets complicated if you have to edit config files like nginx.conf as then you have to write YAML to edit the file with each deployment (stackoverflow is far easier to get help from than their own docs)

And it has teething problems like the free tier runs out of memory resources when deploying cos it can’t handle its own full health check (on by default)…

(I’ve only done this myself with nodejs and postgres)

But i use it myself, have always been able to solve problems myself with a bit of googling and am still managing to control my costs to a couple of dollars per month (have not yet gone full production)

If you have a budget but are not technical then rackspace will offer their famous support for AWS too.

Answer 12505

Any services exist that can provide this for you. First things first don’t use anything that is a website builder. You are selling and app that you made and if you have a weekly site people will look poorly on you like you can’t program.

So either learn html and css on your own or pay someone to make a site for you.

As far as web hosting if you Wanna have freedom digitalocean and vultr offer pretty nice $5 a month VPS and if not do a shared hosting plan with GoDaddy or Bluehost, for a domain I use name cheap, the UI is awesome and huge selection of domain names for a fair price.

Lookup tutorials they will show you how to do all of this

Answer 12510

You are using Firebase, so why wouldn't you host it on Google?

Google Firebase Hosting

It's native to Google and Google has one, if not the fastest CDN's in the world. The first "Spark" for Firebase hosting is free. Not to mention, they give you $300 to start the Google Cloud Platform (GCP). GCP is the most reasonably priced cloud in the world, you pay only for what you use. Having done much research about hosting as of late, these are the facts that have come to surface.

If you are already familiar with Firebase, why switch to something new?

Google Domains, for your domain. G Suites for everything else for $5 a month. With Google Sites you can make and host a website. Get a domain with G Suites, and have everything ready to go with Gmail or Inbox, Docs, Sheets, Slides, and Drive.

Having accounts on Digital Ocean, Vultr, Bitnami, GCP, Gandi, and even Github for hosting. For simplicity, security, and compatibility, in your situation using Firebase, Google would be the clear answer for myself anyway.


All content is licensed under CC BY-SA 3.0.