← knowledge.oriz.in

Free hosting — web services (Render, Fly, Railway, Koyeb, Replit, Cyclic, Glitch)

runbook runbookhostingfree-tierweb-servicesrenderkoyebfly-iorailway

Web services + containers — free tiers (2026-06-22)

This is the most-eroded category. Fly.io perma-free, Cyclic.sh, Glitch hosting all died 2024–2025. Two no-card survivors remain.

The table

# Provider Free tier Card@signup Sleep / cold start Custom domain Commercial OK Verdict
1 Render Free Web service: 750 hrs/mo, 512 MB RAM, 100 GB egress, 500 build min/mo NO Sleep after 15-min idle, 30–60 s cold start YES + free TLS YES KEEP
2 Koyeb Free 1 Nano Instance (0.1 vCPU / 256 MB) + 1 free Postgres, scale-to-zero Conditional (only if anti-fraud can't auto-verify humanity) Scale-to-zero YES YES (never expires) KEEP (with caveat)
3 Fly.io Trial only: ~2 VM-hrs OR 7 days, then card required YES n/a (trial) YES YES DROP — perma-free killed Oct 2024
4 Railway $5 one-time trial credit (expires 30 days); then $1/mo Free plan NO for trial usage-based YES YES (trial) EVALUATE — trial-only, not durable
5 Replit Free: 512 MB–1 GB RAM, ~1 GB storage, shared CPU; no custom domains on free NO Sleep ~5 min idle; always-on requires paid NO on free restricted on free EVALUATE — no custom domain = blocker for prod
6 Cyclic.sh SHUT DOWN May 31 2024 DROP (dead)
7 Glitch HOSTING DISCONTINUED Jul 8 2025 (IDE only) DROP (dead)

How the family uses this category today

We mostly avoid persistent web services. The pattern is:

If we cross 2 services, the next slot goes to a Cloudflare Workers Cron Trigger or a GitHub Actions scheduled workflow before paying for a third Render instance.

Quirks per provider

Recommendation for the family

  1. Slot 1 (Render Free): Discord bot / webhook receiver / scheduled poller that needs to be always-listening.
  2. Slot 2 (Koyeb Free): A second always-on tiny service (e.g., metrics scrape relay).
  3. Slot 3 onwards: Re-architect as Cloudflare Workers Cron Trigger OR GitHub Actions scheduled workflow — both are free, both are durable. Don't pay for Render slot #3.

Sources