Claude and other AI tools generate finished HTML pages — dashboards, one-pagers, decision docs. This compares the realistic ways to get those pages in front of people. Vendor-neutral by design: the standard shouldn't depend on any single AI platform's sharing features.
Updated July 2026 · Pricing checked against current published plans; verify before committing.
Most of the time the right answer falls out of two questions — who needs to see it, and does it need to live at a stable URL.
"Internal-only gating" means restricting viewers to Precoa logins — the deciding constraint for most internal content, and the row where platforms differ most.
| Platform | Cost to start | Deploy effort | Internal-only gating | Custom domain | Best for |
|---|---|---|---|---|---|
| Cloudflare Pages | $0 · Access free ≤50 users | Low — one CLI command or drag-and-drop | Free tier via Cloudflare Access (Zero Trust) | Yes, free | Internal tools & gated pages at a stable URL |
| Vercel | $0 hobby* · $20/seat Pro | Low — CLI or git push | Paywalled password = Pro; SSO = Enterprise | Yes, free | Public sites, Next.js apps, PR previews |
| Netlify | $0 · $19/seat Pro | Low — best drag-and-drop UI | Paywalled password/SSO on paid tiers | Yes, free | Public static sites, forms, non-CLI users |
| GitHub Pages | $0 (public repos) | Medium — repo + Pages config | None pages are always public | Yes, free | Public docs versioned with code |
| Render | $0 static · ~$7/mo services | Medium — git-connected services | Roll your own in-app auth (as MSA tool does) | Yes, free | Apps with backends — already in use at Precoa |
| No host (file / PDF) | $0 | None — attach or drop in a drive | Inherited from wherever it's stored | n/a | One-off static docs; anything printable |
*Vercel's free Hobby tier prohibits commercial use — Precoa work starts at Pro. AI-platform sharing (e.g. claude.ai Artifacts) was considered and deliberately set aside: it works, but it ties internal distribution to one vendor's product decisions.
Cheapest path to gated internal URLs
Best developer experience, priciest gating
Friendliest for non-technical deployers
Free and versioned, but always public
Already proven at Precoa (MSA tool)
Zero infrastructure, maximum portability
Whatever hosts the page, the file itself should follow the portability rules: fully self-contained (CSS/JS inlined), named index.html, HTTPS-only external links, viewport meta tag set.