What Claude (Anthropic) with web search answered for static site hosting (agencies) on 2026-09-27
Claude (Anthropic) with web search claude-opus-5 asked 2026-09-27
On 2026-09-27, Claude (Anthropic) with web search was asked "best static site hosting for agencies". It named 17 brands; the first six, in order, were Cloudflare, Cloudflare Pages, Cloudflare Pages / Workers, Workers, Netlify and Vercel.
| Question | best static site hosting for agencies |
|---|---|
| Asked on | 2026-09-27 |
| Engine | Claude (Anthropic) with web search |
| Model | claude-opus-5 |
| Brands named | 17 |
| Sources cited | 8 |
| Audience | agencies |
| Coverage | Coverage: Claude (Anthropic) with web search. Other engines not included. |
| Last verified |
Coverage: Claude (Anthropic) with web search. Other engines not included.
The question asked, verbatim: best static site hosting for agencies
Brands named, in the order the engine gave
- Cloudflare recommended
Cloudflare Pages / Workers - My default recommendation for agencies.
- Cloudflare Pages recommended
Cloudflare Pages / Workers - My default recommendation for agencies.
- Cloudflare Pages / Workers recommended
Cloudflare Pages / Workers - My default recommendation for agencies.
- Workers recommended
Cloudflare Pages / Workers - My default recommendation for agencies.
- Netlify mentioned
The tradeoff: the DX and build pipeline are a bit rougher than Netlify/Vercel, and framework support outside Next.js-on-Workers can need fiddling.
- Vercel mentioned
The tradeoff: the DX and build pipeline are a bit rougher than Netlify/Vercel, and framework support outside Next.js-on-Workers can need fiddling.
- Next.js mentioned
The tradeoff: the DX and build pipeline are a bit rougher than Netlify/Vercel, and framework support outside Next.js-on-Workers can need fiddling.
- third-party mentioned
It also bundles forms, identity, and scheduled functions, which for brochure sites means you're not wiring up a third-party form service on every project.
- Kinsta mentioned
Kinsta Static Site Hosting - The sleeper pick if you have a long tail of small client sites.
- GitHub mentioned
Free tier hosts up to 100 static sites with 100 GB bandwidth from a single account, deployed from GitHub/GitLab/Bitbucket with custom domains and SSL.
- GitLab mentioned
Free tier hosts up to 100 static sites with 100 GB bandwidth from a single account, deployed from GitHub/GitLab/Bitbucket with custom domains and SSL.
- Bitbucket mentioned
Free tier hosts up to 100 static sites with 100 GB bandwidth from a single account, deployed from GitHub/GitLab/Bitbucket with custom domains and SSL.
- WordPress mentioned
One caveat: the white-label/multi-client dashboard features some blog posts attribute to the static product are really part of Kinsta's broader WordPress agency plans - I couldn't confirm white-labeling on the static tier, so don't build a reseller pitch around it without checking.
- GitHub Pages mentioned
GitHub Pages / S3 + CloudFront - Worth naming as the "don't over-engineer it" floor.
- GitHub Pages / S3 + CloudFront mentioned
GitHub Pages / S3 + CloudFront - Worth naming as the "don't over-engineer it" floor.
- S3 + CloudFront mentioned
GitHub Pages / S3 + CloudFront - Worth naming as the "don't over-engineer it" floor.
- AWS mentioned
S3 + CloudFront when a client is already AWS-committed or has procurement requirements that rule out the smaller vendors.
What Claude (Anthropic) with web search answered about static site hosting for agencies on 2026-09-27: 17 brands named, 8 sources cited. This question is asked again on the nightly schedule and each new answer gets its own dated page.
Free brand monitors are closed for now. This record stays free to read and share at its permanent address.
Answer Watch Pro: daily change alerts for up to 5 brands in what one AI answer engine says, history, CSV export. Coverage: Claude (Anthropic) with web search. Other engines not included, for 79 USD a month. Get the membership. The checkout is titled Bikoosh Watch: one membership shared across Bikoosh products. After paying, come back to https://bikoosh.com/answers/activate and enter the email you paid with.
Sources the engine cited
| Source | Type |
|---|---|
| danubedata.ro | other |
| gautamkhorana.com | other |
| netlify.com | vendor |
| netlify.com | vendor |
| kinsta.com | other |
| wptavern.com | other |
| aibizhub.io | other |
| crystallize.com | other |
The answer, as recorded
## What I'd actually use, in order **1. Cloudflare Pages / Workers** - My default recommendation for agencies. Unlimited, unmetered bandwidth on every tier including free, and no egress fees. That's the thing that matters most when you're hosting 30 client marketing sites where one occasionally gets a traffic spike or goes semi-viral - you never get a surprise bill or have to call a client about overages. Free tier gives 500 builds/month, Pro is $20/mo for 5,000. The tradeoff: the DX and build pipeline are a bit rougher than Netlify/Vercel, and framework support outside Next.js-on-Workers can need fiddling. ([Cloudflare vs others comparison](https://danubedata.ro/blog/cloudflare-pages-vs-netlify-vs-vercel-static-hosting-2026), [cost economics](https://gautamkhorana.com/blog/cloud-hosting-2026-vercel-netlify-cloudflare-render/)) **2. Netlify** - The best fit if your agency is more "marketing sites" than "web apps." As of their April 2026 pricing change, Pro is a **flat $20/month with unlimited team members** - no more per-seat charges, which used to be the killer for agencies with contractors, designers, and client reviewers who all need dashboard access. It also bundles forms, identity, and scheduled functions, which for brochure sites means you're not wiring up a third-party form service on every project. Watch the credit-based bandwidth metering (20 credits/GB) - it's predictable but not free. ([Netlify pricing changelog](https://www.netlify.com/changelog/2026-04-14-pricing-updates-april-2026/), [the end of seats](https://www.netlify.com/blog/pricing-netlify-for-3-billion-builders/)) **3. Kinsta Static Site Hosting** - The sleeper pick if you have a long tail of small client sites. Free tier hosts **up to 100 static sites** with 100 GB bandwidth from a single account, deployed from GitHub/GitLab/Bitbucket with custom domains and SSL. Practically speaking, this covers an entire portfolio of low-traffic client brochure sites for $0. One caveat: the white-label/multi-client dashboard features some blog posts attribute to the static product are really part of Kinsta's broader **WordPress** agency plans - I couldn't confirm white-labeling on the static tier, so don't build a reseller pitch around it without checking. ([Kinsta changelog](https://kinsta.com/changelog/static-site-hosting/), [WP Tavern](https://wptavern.com/kinsta-launches-free-static-site-hosting-for-up-to-100-websites-including-wordpress)) **4. Vercel** - Reach for this when a client project is actually a Next.js app, not a static site. Best-in-class DX, per-PR preview URLs that are genuinely great for client review cycles, and the strongest edge/ISR story. But it's $20/**seat**/month on Pro plus credit-metered builds and per-GB bandwidth overages - the worst economics of the four for an agency running many sites with many collaborators. ([Vercel/Netlify/Cloudflare pricing](https://aibizhub.io/articles/vercel-vs-netlify-vs-cloudflare-pages-pricing-2026/)) **5. GitHub Pages / S3 + CloudFront** - Worth naming as the "don't over-engineer it" floor. GitHub Pages for internal or docs sites you don't want to pay anything for; S3 + CloudFront when a client is already AWS-committed or has procurement requirements that rule out the smaller vendors. ## The practical shape of it For most agencies the right answer is **Cloudflare Pages as the default host, Netlify for anything needing forms and heavy non-technical client access, Vercel only for real Next.js builds.** The two agency-specific traps to design around: per-seat pricing (which punishes you for having contractors and client reviewers) and metered bandwidth (which turns a client's good PR day into an invoice conversation). Cloudflare solves the second, post-April-2026 Netlify solves the first. One thing to set up regardless of host: keep each client site in its own repo with its own deploy, and own the DNS at a registrar you control rather than inside the host. It makes offboarding a client a 20-minute job instead of a negotiation. Sources: - https://danubedata.ro/blog/cloudflare-pages-vs-netlify-vs-vercel-static-hosting-2026 - https://gautamkhorana.com/blog/cloud-hosting-2026-vercel-netlify-cloudflare-render/ - https://www.netlify.com/changelog/2026-04-14-pricing-updates-april-2026/ - https://www.netlify.com/blog/pricing-netlify-for-3-billion-builders/ - https://kinsta.com/changelog/static-site-hosting/ - https://wptavern.com/kinsta-launches-free-static-site-hosting-for-up-to-100-websites-including-wordpress - https://aibizhub.io/articles/vercel-vs-netlify-vs-cloudflare-pages-pricing-2026/ - https://crystallize.com/blog/static-hosting
Near this answer
The same question, recorded on other dates: 2026-09-25, 2026-09-23, 2026-09-20, 2026-09-16, 2026-09-14, 2026-09-12, 2026-09-10, 2026-09-08.
static site hosting, asked for other audiences: startups (asked 2026-09-27).
Other categories with a recorded answer: api management platforms, application performance monitoring, ci cd platforms, code repository hosting.
Markdown edition · JSON record · the question page, with every recording · Answer Watch · AEO Watch
Answer Watch records what one AI answer engine said on one date, nothing more. Each page names the engine and the model, carries the date the question was asked, and lists the brands that appeared in the answer in the order the engine gave them, with the sources it cited. It is a measurement, not a ranking, not a recommendation and not a claim about the world. Brands that did not appear in an answer are not named on any public page. Coverage: Claude (Anthropic) with web search. Other engines not included.