- Self hosted on a VPS? - Managed infrastructure like AWS, Fly, Render, Digital Ocean App Platform, GCP? - Full-stack platform like Vercel, Firebase, Supabase?
Ask HN: Small teams and solopreneurs, how are you hosting your apps?
1–10 of 55 posts
Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#2Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#3Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#4Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#5Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#6Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#7Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#8Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#9Fully managed so I can spend my time on actually building features. In my case, AWS is my go to cloud, and even with a couple of thousand users, Lambda for compute, DynamoDB for database and SNS+SQS for eventing is costing me less than 5€ per month. Yes, there are risks with serverless if you get DDOSed or whatever, but it’s a risk I’m fine with, and can mitigate with gateways in front if necessary. And Lambdas are n…
Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#10Fully managed so I can spend my time on actually building features. In my case, AWS is my go to cloud, and even with a couple of thousand users, Lambda for compute, DynamoDB for database and SNS+SQS for eventing is costing me less than 5€ per month. Yes, there are risks with serverless if you get DDOSed or whatever, but it’s a risk I’m fine with, and can mitigate with gateways in front if necessary. And Lambdas are n…
I 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.