Your hosting options

A portfolio or personal site · no database · steady traffic · up to about $10/month · start over

Top match Serverless platform

Netlify

≈$9/mo Personal

1,000 credits/month; extra 500-credit packs cost $5.

Free option
Free: 300 credits per month with a hard stop. Commercial use is allowed; enough for a small site with modest traffic and few production deploys.
Why it fits
Static sites and frontend apps that deploy from Git and want a generous, mature workflow.
How deploys work
Connect the Git repo; pushes build and deploy automatically with previews for every pull request.
The tradeoff
The credit system makes bills hard to predict — traffic, deploys, and compute all drain one pool.

Option 2 Serverless platform

Cloudflare Workers

≈$5/mo Workers Paid

Includes 10M requests and 30M CPU-milliseconds per month.

Free option
Free: unlimited static requests and bandwidth, 100,000 Worker requests per day, 3,000 build minutes per month.
Why it fits
Static sites and JS/TS apps where bandwidth costs matter or a global edge is a plus.
How deploys work
Deploy from Git or with the wrangler CLI; framework adapters handle SSR apps.
The tradeoff
More platform-specific setup than the git-push hosts — adapters, wrangler config, and Workers-flavored storage.

Option 3 App platform

Render

≈$7/mo Starter

Move to Standard ($25, 1 CPU / 2 GB) if 512 MB gets tight; a managed database adds more.

Free option
Hobby workspace: $0 — static sites, free web services (0.1 CPU, 512 MB), a 30-day free Postgres, a 25 MB free key-value store, 5 GB bandwidth, 500 build minutes, 1 seat.
Why it fits
Apps and APIs that want git-push deploys with a fixed, understandable instance price.
How deploys work
Connect the Git repo; Render builds and deploys on push, with Docker support and instant rollbacks.
The tradeoff
The workspace-plus-services model means several line items, and bandwidth overage is pricey.

Ranked by ease of deploy for your stack, then by monthly cost — never by commissions. Estimates come from hand-checked public prices; the linked provider pages show every number and its caveats.