Pagesmith
Back to blog

Pagesmith Sites Now Build on Astro 6: What Changes for You

Pagesmith May 28, 2026 5 min read
Pagesmith Sites Now Build on Astro 6: What Changes for You

Every site created with Pagesmith today is built on Astro 6, the newest version of the framework that powers our generated sites. It is a release we had been waiting for: it leans hard into the things Pagesmith already cares about — fast, edge-deployed, integration-friendly sites — and it unlocks a category of capability we could not offer cleanly before.

Here is what is new, why we moved quickly to adopt it, and what it means for your site.


Live Content Collections: live data, rendered into the page

The most consequential change in Astro 6 is Live Content Collections, and it changes how a site handles any data that lives somewhere else.

Before this, content from outside sources had two ways to reach a visitor. It could be “baked in” when you published your site, which meant it only caught up on the next rebuild. Or it could be fetched in the visitor’s browser after the page loaded, which kept things current but introduced a brief loading flash and stayed invisible to search engines.

Live Content Collections give you both at once: your site fetches fresh data on each visit and renders it directly into the page HTML. Current on every load, instantly visible, and fully indexable by Google.

This is most useful for sites built around integrations. With Live Content Collections, data sources like the ones we already support can show up live in the page rather than as snapshots from publish time:

  • Shopify — products, prices, and stock that stay current as you update your store, with every item in the HTML for search engines to find.
  • Notion — edits in Notion reflected on your site without a republish.
  • Linear — roadmaps, changelogs, and status pages that mirror your workspace.

Anything driven by an outside source — catalogs, listings, schedules, feeds — can now stay up to date and be discoverable through search. That used to be a tradeoff: either accept stale content, or accept that Google would never see the live parts. Now it is neither.


Faster pages, less effort

Astro 6 includes a substantial reworking of the rendering pipeline. Some pages render up to 2× faster, and the engine is leaner overall. You do not need to do anything to get this — pages built on Astro 6 are simply quicker.

Across a typical visitor session that adds up: faster first paint, snappier navigation, and stronger Core Web Vitals scores, which Google factors into rankings.


Cloudflare Workers as a first-class home

Pagesmith sites have always run on Cloudflare’s global network. With Astro 6, Cloudflare Workers is now a first-class deployment target in the framework itself, not an afterthought. The development runtime matches production, builds are more predictable, and the entire pipeline is tighter end-to-end.

For you, that means fewer “works in preview, breaks live” surprises and more reliable deploys. For us, it means less plumbing and more time spent on what your site actually does.


Stronger security, by default

Astro 6 adds a built-in Content Security Policy layer that hardens your site against common web attacks — script injection, cross-site issues, the usual suspects. It is applied automatically, with nothing for you to configure, and it works across both static and dynamic pages.


Why we moved fast

Most platforms wait several point releases before adopting a new framework version. We did not, because Astro 6 is unusually well-aligned with how Pagesmith works:

  • We deploy every site to Cloudflare Workers. Astro 6 makes that the supported, default path.
  • We sit between you and a growing set of integrations. Live Content Collections turn those integrations from “snapshots at publish time” into actual live data sources without giving up SEO.
  • We care about page weight and Core Web Vitals because they affect both visitor experience and how well a site ranks. Astro 6’s rendering changes move both in the right direction.

In other words: this is not a routine version bump. It is a release whose biggest improvements happen to be the ones our sites benefit from most.


What you need to do

Nothing. All new sites are on Astro 6 starting now. Your existing sites will be migrated automatically in the coming weeks — same content, same setup, just running on the newer engine. You will get the performance and security improvements without lifting a finger, and we will let you know once your site has moved over.

If you want to see what Live Content Collections can do for your integrations today, the easiest path is to start a new site and connect Shopify, Notion, or Linear, and watch live data show up directly in the page.

Start a new site →

Share this article