type: runbook
status: active
timestamp: 2026-06-22
tags: [runbook, hosting, free-tier, web-services, render, koyeb, fly-io, railway]

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

Web services free tiers: Render (sleep) and Koyeb (1 nano)

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

#ProviderFree tierCard@signupSleep / cold startCustom domainCommercial OKVerdict
1Render FreeWeb service: 750 hrs/mo, 512 MB RAM, 100 GB egress, 500 build min/moNOSleep after 15-min idle, 30–60 s cold startYES + free TLSYESKEEP
2Koyeb Free1 Nano Instance (0.1 vCPU / 256 MB) + 1 free Postgres, scale-to-zeroConditional (only if anti-fraud can’t auto-verify humanity)Scale-to-zeroYESYES (never expires)KEEP (with caveat)
3Fly.ioTrial only: ~2 VM-hrs OR 7 days, then card requiredYESn/a (trial)YESYESDROP — perma-free killed Oct 2024
4Railway$5 one-time trial credit (expires 30 days); then $1/mo Free planNO for trialusage-basedYESYES (trial)EVALUATE — trial-only, not durable
5ReplitFree: 512 MB–1 GB RAM, ~1 GB storage, shared CPU; no custom domains on freeNOSleep ~5 min idle; always-on requires paidNO on freerestricted on freeEVALUATE — no custom domain = blocker for prod
6Cyclic.shSHUT DOWN May 31 2024DROP (dead)
7GlitchHOSTING 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


Edit on GitHub · Back to index