Ask HN: Small teams and solopreneurs, how are you hosting your apps?
I'm a solo dev working on both my own apps and a product as part of a small team. I'm interested to hear how others are running their apps?
- Self hosted on a VPS? - Managed infrastructure like AWS, Fly, Render, Digital Ocean App Platform, GCP? - Full-stack platform like Vercel, Firebase, Supabase?
54 comments
[ 2.8 ms ] story [ 105 ms ] threadI also have an SSR app for the homepage which required some dynamic functionality. Basic Node app hosted in a Cloudflare worker essentially for free, hitting the App Runner hosted API for data.
1) Google App Engine Standard. Datastore for DB.
2) For anything that won’t work with the above, then it’s Google Cloud Run
Cloudflare/Vercel for the UI
Increasingly moving the important stuff to Cloudflare
I have VPSs with Ionos, they're cheap and for the rest its all over GCP, functions, scheduler, firestore, storage, CDN and Cloud run are convenient tools.
Namecheap for domains, feels reliable.
Maybe switching to Hetzner for VPS if I need bigger ones, feels reliable and good priced.
I’ve never understood the k8s hate. We have been running this for a few years and it is rock solid. We can bring the entire cluster up on any provider anywhere in the world in about an hour. The DR is great.
Varying types of platforms and degrees of control. Ansible is the most unanimous thing I can name
One command and it’s in another region, with my data thanks to litefs. It works great for my read heavy e-commerce app
You sometimes can even get those for free - https://free-for.dev/#/?id=major-cloud-providers
For example, I have some (really) free instances on Oracle Cloud that I host pages, experiments, and so many things.