Recommended Free Stacks

Which combination of free services should you use for an AI-coded website? Here are three battle-tested stacks.


Stack A: The Simple Choice (Static Site)

LayerServiceFree Limit
Frontendcloudflare-pagesUnlimited bandwidth, 500 builds/mo
Domain*.pages.dev subdomainFree
ExtrasNo backend needed

Best for: Landing pages, blogs, docs, portfolios.


LayerServiceFree Limit
Frontendcloudflare-pagesUnlimited bandwidth, 500 builds/mo
DomainCloudflare Pages domain + optional custom DNSFree
Databasesupabase500 MB Postgres, auth (50K MAU), 1 GB storage
BackendSupabase Edge Functions (Deno)Included in Supabase free tier
Total$0/month

Best for: Full web apps — user accounts, data storage, real-time features. Supabase covers DB, auth, storage, and serverless compute in one service.


Stack C: Custom Backend (More Control)

LayerServiceFree Limit
Frontendvercel100 GB bandwidth, 6K builds/mo
Custom backendsrender512 MB RAM, 100 GB bandwidth, 500 builds/mo
Databaseneon0.5 GB, 100 CU-hrs/mo, scale-to-zero
Total$0/month

Best for: Apps with a custom API server (Node.js, Python, Go, Rust). Render handles the compute, Neon handles the database, Vercel handles the frontend. Cold starts on Render (30-60s) are the main downside.


Stack D: The “I Need a VPS” Stack

LayerServiceFree Limit
Full serveroracle-cloud4 cores, 24 GB RAM, 200 GB disk
DomainAny registrar~$10/yr
Total$0/month (if approved)

Best for: Full control, Docker, multiple apps on one machine, VPN, anything you’d run on a Linux server.


Domain Strategy

NeedBest Free Option
Free subdomainyour-site.pages.dev (Cloudflare)
Free subdomainyour-site.vercel.app (Vercel)
Free subdomainyour-site.netlify.app (Netlify)
Free subdomainyour-name.github.io (GitHub Pages)
Paid custom domainyourname.com via Cloudflare Registrar (~$9.13/yr at cost)
Paid cheap domainyourname.dev via Porkbun (~$12/yr)

My Verdict

Stack B (Cloudflare Pages + Supabase) is the best free choice for an AI-coded site in 2026:

  • Cloudflare gives you unlimited bandwidth (no surprise bills from a viral post)
  • Supabase gives you database + auth + storage + serverless compute in one service
  • No cold starts (Cloudflare edge is always hot, Supabase is always-on for active projects)
  • Both have generous free tiers that don’t require a credit card
  • Easy to upgrade to paid plans as you grow

Sources

  • agentdeals.dev hosting + database free tier comparisons
  • snapdeploy.dev 2026 free hosting guide
  • techplained.com best free hosting 2026