Skip to main content
UK Astro Hosting Guide

Astro Hosting UK
The Honest Guide

Where do you actually host an Astro website in the UK, what does it cost, and which option should you choose? I'm Tony Cooper, a Telford-based developer with 26 years building and hosting sites. This page is the answer I wish someone had written when I switched from WordPress hosting to Astro on Netlify two years ago.

What Astro Hosting Actually Means

The hosting question changes shape when the website does.

An Astro website is built differently from a WordPress one, and that changes what "hosting" means. A WordPress site is a small application — every page load wakes up PHP, queries a MySQL database, runs a dozen plugins, and renders the HTML on the fly. The host has to provide a server that can run all of that, every time someone visits. That's why WordPress hosting costs £10-40 a month and feels like a serious operational commitment.

An Astro site is the opposite. Astro builds your entire website into a folder of plain HTML files before anyone ever visits. The host's only job is to serve those files when someone asks for them. That's a much smaller, much cheaper job — and it changes everything about the economics, the performance, and the reliability of the website.

The practical consequence: hosting an Astro website costs almost nothing. Most UK small businesses will run for free on a platform like Netlify or Cloudflare Pages until their traffic grows by ten or twenty times. The hosting bill, for a site that used to cost £20 a month on WordPress, is now £0 — and the site is faster, more secure, and more reliable as a side effect.

The rest of this page covers the four hosts worth considering, what each does well, what they cost, and which one I use for the UK clients I build for. The short version is Netlify — but the reasons matter, because they're the same reasons one of the other three might be the right call for you.

The Four Hosts Worth Considering

Every Astro hosting recommendation eventually narrows down to these four. They are not all equal — but they are all credible.

Netlify

My default for UK clients

The most polished of the four. Free tier includes 100GB bandwidth, 300 build minutes, automatic HTTPS, branch previews, and built-in form handling. The dashboard is approachable for non-developers, the deployment from Git is one click, and the documentation is the best in the category. Paid plans start at £15/month for serious traffic.

Best for: nearly everyone. Default choice unless you have a specific reason to pick another.

Cloudflare Pages

The bandwidth king

Cloudflare's free tier is the most generous in the industry: unlimited bandwidth, unlimited requests, on a network that covers more of the planet than any competitor. The trade-off is that the developer ergonomics are a step behind Netlify — the build settings are less forgiving and form handling needs more work to set up. Excellent for high-traffic sites where Netlify's bandwidth limits become a real consideration.

Best for: content sites expecting heavy traffic, or businesses already using Cloudflare DNS.

Vercel

The developer favourite

Vercel was built by the team behind Next.js and the platform feels engineered for developers first. Astro runs beautifully on it, especially with server-side rendering. The free tier includes 100GB bandwidth and the deployment experience is excellent. The reason I don't default to it for UK small businesses is the pricing structure — once you exceed the free tier, costs can climb faster than Netlify's equivalent.

Best for: development agencies, or sites with significant server-side rendering needs.

GitHub Pages

The minimalist option

Free, simple, and reliable for genuinely static sites. The trade-off is that GitHub Pages is built for documentation and personal projects, not commercial websites. No form handling, no edge functions, no built-in analytics, and limited control over redirects and headers. For a developer's portfolio it's perfect. For a small business that needs a contact form and SEO redirects, you'll end up bolting on other services anyway.

Best for: developer portfolios, project documentation, simple brochure sites with no forms.

Why I Use Netlify for UK Sites

The decision was made over an afternoon in 2024 and I haven't reconsidered it since.

When I moved from WordPress to Astro in 2024, I tested all four hosts on real client sites before settling on a default. The choice came down to operational ergonomics. Cloudflare Pages had a better free tier on paper, Vercel had a slicker developer experience, GitHub Pages was the cheapest path of all — but Netlify was the only one I could hand to a client and have them understand what they were looking at.

That matters more than it sounds. The hosting platform is the tool the client uses on the day they decide to take their site to another developer. If the dashboard is impenetrable, the client is locked in by confusion, which is the kind of lock-in I refuse to build. Netlify's dashboard is clear enough that any competent developer can pick up a site I've built and continue with it inside half a day. That's the part I care most about.

The technical reasons follow. The global CDN puts edge nodes in London, Manchester, and Dublin, so UK visitors get sub-second response times even though the origin servers are in the US. HTTPS certificates renew themselves through Let's Encrypt. Form submissions land in the Netlify dashboard and forward to email — no plugin, no extra service, no monthly fee. Continuous deployment from GitHub means every Git push triggers a fresh build, with a preview URL for every branch. The whole pipeline is what I would have built myself if I had three months and a strong coffee budget.

The one thing Netlify doesn't do is run a database for you. If your site needs user accounts, a member area, or live commerce, you'll layer Supabase, Stripe, or a dedicated headless CMS on top. For the brochure, service, portfolio, and content sites that make up nearly all of my client base, Netlify is the whole answer. The hosting bill stays at zero, the site stays fast, and the client owns every file.

What Astro Hosting Actually Costs in the UK

The honest numbers, not the brochure version.

For a typical UK small-business website — a service business, a tradesperson, a consultancy, a labelmaker, a fabricator — the monthly hosting cost on Netlify is zero. That isn't a promotional rate or an introductory offer. It's the standing arrangement until your traffic exceeds 100GB a month, which most small-business sites don't approach in a year.

A useful rule of thumb: 100GB of monthly bandwidth supports somewhere between 100,000 and 200,000 page views, depending on how image-heavy your site is. If you're getting 5,000 visits a month, you're using about 3% of the free tier. The first time most of my clients have ever come close to the limit was after a viral LinkedIn post sent fifteen thousand visitors in a single day — and even then, the monthly total didn't quite tip over.

The paid tiers, if you ever need them, start at around £15 a month for Netlify's Pro plan (1TB bandwidth, advanced analytics, role-based access). Cloudflare Pages has no bandwidth cap at all on the free tier and remains the cheapest option for high-traffic sites. The point is that even at scale, Astro hosting costs are an order of magnitude lower than the equivalent WordPress hosting bill.

What you replace, with this arrangement, is not just the £20-a-month hosting bill from your old WordPress host. You also replace the £49-a-year SEO plugin, the £39-a-year security plugin, the £29-a-year backup plugin, and the £79-a-year page builder. The total saving over three years is usually £600-1,200, which is a meaningful number for a small business.

Static vs Server-Rendered: Two Hosting Modes

One small distinction that occasionally matters.

Astro can be built in two modes. The default is static — every page becomes an HTML file at build time and is served as a file from the CDN. This is what most small-business sites need and it's what I default to. The hosting requirement is minimal, the performance is exceptional, and the site is genuinely just a folder of files.

The alternative is server-side rendering (SSR), where pages are generated on each request by server-side code. SSR is useful for member areas, search results, complex forms, dynamic pricing, or anything that needs to read live data at the moment of the page request. SSR changes the hosting requirement — you now need a host that can run server-side code, which all four hosts above support (Netlify Functions, Cloudflare Workers, Vercel Serverless, or your own Node.js server).

Most small-business sites should be static. SSR adds complexity, costs money once you exceed the free function-call allowances, and slows the response time by 100-300ms compared to a pure static page. If your site doesn't need it, don't pay for it. If you're not sure whether your site needs it, it doesn't. I'll tell you straight if a build genuinely needs SSR — it's usually obvious within five minutes of looking at the requirements.

UK-Specific Considerations

The questions UK clients ask that the American hosting guides don't answer.

GDPR and data location. Netlify and Cloudflare both have UK and EU edge nodes and offer data processing agreements compliant with UK GDPR. Form submissions can be configured to route to EU-region storage. For nearly every UK small business — service providers, tradespeople, consultancies, B2B suppliers — the standard Netlify configuration is GDPR-compliant out of the box. If you're processing payment data or sensitive health information, the conversation becomes more involved and you should speak to your legal team before deploying.

UK DNS and custom domains. All four hosts handle UK domains (.co.uk, .uk, .london) without any quirks. You can either point your existing UK domain at Netlify with two DNS records (a CNAME or an ALIAS), or transfer DNS management to Netlify for one-click setup. I usually leave DNS with the client's existing registrar — fewer points of failure, easier to walk away if needed.

UK customer support. None of the four hosts have UK-based support teams. Cloudflare and Netlify have business-hours coverage across European working hours; Vercel's support is US-centric but responsive over email. In three years of hosting client sites on Netlify, I've opened two support tickets and both were resolved inside 24 hours. The platform is reliable enough that the support gap rarely matters.

Email hosting is separate. Netlify hosts websites, not mailboxes. You'll keep your email with whoever currently provides it — Google Workspace, Microsoft 365, your existing UK hosting provider, or somewhere else. The DNS configuration for email (MX records, SPF, DKIM, DMARC) carries over from your old setup unchanged. I'll handle the DNS during a migration so there's no email downtime.

Hosting Through We Build Stores

If you'd rather not think about any of this, I can host it for you.

Every Astro website I build for a client is hosted on Netlify, set up under my account by default, and configured with the canonical URL handling, SSL, form routing, and analytics that make the difference between a fast site and a fast site that ranks. The hosting itself is included in every Astro Website service — there is no separate hosting bill.

The £49/month Pay Monthly Website package includes hosting, SSL, monthly content updates, and ongoing technical maintenance for the life of the engagement. The £995 one-time build includes the first year of hosting on my account, after which you can either keep the arrangement, transfer the site to your own Netlify account, or move it to one of the alternatives above. The files are yours either way — there is no platform lock-in, ever.

If you have an existing Astro site that needs better hosting, or if you'd like me to migrate an existing WordPress or Wix site onto Astro with Netlify hosting included, the WordPress to Astro migration page covers the full process. The hosting is the easy part of the move; the migration of content, SEO, and 301 redirects is where most of the work sits.

Astro Hosting Questions I Get Asked

Things people ask before we talk.

Talk to a UK Astro Developer

If you'd like to discuss hosting your Astro site, migrating from WordPress, or having me build a new one from scratch — I answer the phone myself.

Call Tony Now

01952 407599

Quick chat about your needs — no obligation

Get in Touch

Get our FREE Business Physics ebook when you enquire!

100% satisfaction guarantee. Not happy within 30 days? Full refund, no questions. Details

Call: 01952 407599