Skip to content

Instantly share code, notes, and snippets.

@Descent098
Last active October 19, 2022 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Descent098/603616e7e470ecf604f90d7a6b640468 to your computer and use it in GitHub Desktop.
Save Descent098/603616e7e470ecf604f90d7a6b640468 to your computer and use it in GitHub Desktop.
Docker Hosting

Docker/VPS

Name URL Pricing (lowest tier)
Appfleet https://appfleet.com/ $10/month 1GB 1vCPU 20GB & $0.04 per GB of traffic
Dockerize https://dockerize.io/ $ 2/month 500MB of RAM 100mCPU 100-300MB (can't tell from site) 5GB of traffic
Vultr https://www.vultr.com/apps/docker $2.5/month 1 vCPU 0.5GB RAM 0.50TB Bandwidth 10GB Storage
Hostinger https://www.hostinger.com/vps-hosting $3.50/month 1GB RAM 20GB SSD 1TB Bandwidth
Linode https://www.linode.com/pricing/ $5/month 1GB RAM 1vCPU 25GB storage 1TB Bandwidth
Azure https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/ $ 3.8/month 1vCore 500MB RAM 500 Mb Storage
Digital Ocean https://www.digitalocean.com/pricing/droplets $4/month 1vCPU 500GB bandwidth, 10GB SSD
AWS https://calculator.aws/ $0.39 (static site on amplify) ~$5 2vCPU 1GB 10GB Storage (ECS t4g.micro)

SSG/CI hosts

Name URL Pricing (lowest tier)
Cloudflare pages https://www.cloudflare.com/plans/developer-platform/#overview (free) $20/month unlimited
Github pages https://pages.github.com/ (free) $4/user/month for pro if you need more than 3k CI/CD minutes
Forestry https://forestry.io/ (free) $29/month up to 20 sites (includes frontend editor)

PaaS and PaaS-lite

Name URL Pricing (lowest tier)
Railway https://railway.app/ (free or) $5/month (though with a DB closer to $12/month)
Render https://render.com/pricing (free) or $7/month 500MB 0.5 CPU
Vercel https://vercel.com/ Free(non commercial), $20/month 1Tb bandwidth
Heroku https://www.heroku.com/ (there is currently a free tier, but it will be gone soon) $25/month from what I can tell

Wordpress hosts & integrated builders

Name URL Pricing (lowest tier)
Hostinger https://www.hostinger.com/web-hosting $1.99/month 50GB storage, 10k visitors, 100GB of bandwidth
Wix https://www.wix.com/ (free tier) or $7.5/month 1GB Bandwidth, 500MB storage (custom builder)
Hostgater https://www.hostgator.com/ $2.75 (cPanel/Wordpress) $3.85/month (custom builder)
Shopify https://www.shopify.com/ca $38/month (custom platform, ecommerce focused)
Squarespace https://www.squarespace.com/pricing $16/month (custom platform)
BlueHost https://www.bluehost.com/ $4/month 10Gb Storage, $27.65/month 2cores 30GB SSD 2GB RAM 1TB Bandwidth
OVH cloud https://www.ovhcloud.com/en-ca/vps/ $5.7/month 1vCore 2GB RAM 20GB SSD

Serverless

Name URL Pricing (lowest tier)
AWS Lambda https://aws.amazon.com/lambda/ (free tier) $0.03/1Mil requests (assumed 500ms delay with 500MB memoray and 500MB ephemeral) $0.80/mil on edge (30ms delay, 128Mb memory)
Cloudflare workers https://workers.cloudflare.com/ (free tier) $0.15/mil (on edge)

Database

Name URL Type Pricing (lowest tier)
railway https://railway.app/ Different options (free tier) tiered
CockroachDB https://www.cockroachlabs.com/ SQL (free tier) Up to 5GiB free with 250M requests/month then $1/GiB @1/10M requests
DynamoDB https://aws.amazon.com/dynamodb/ No-SQL (key-value) (free tier 25Gb and 200m read/write requests) Go figure it out yourself this is so complicated
Fly IO https://fly.io/ Different options (free tier) more info
Workers KV https://www.cloudflare.com/products/workers-kv/ No-SQL (Key-value) (free tier) $5/month (minimum) with $0.15 per million requests
redis(gcp) https://redis.com/redis-enterprise-cloud/pricing/ No-SQL (Key-value) (Free tier) $7/month 100MB 256 concurrent connections)
D1 https://blog.cloudflare.com/introducing-d1/ SQL Not sure until released
Neo4j https://neo4j.com/ No-SQL (graph) No public info 😠
MongoDB atlas https://www.mongodb.com/atlas/database No-SQL (document store) No public info 😠

Domain providers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment