What Astro is and why we build on it
Most local business sites run on WordPress, a pile of add-ons and a database. That machine puts your page together while the visitor waits. Astro is what we use instead.
Astro writes every page of your site out as a finished file before anyone asks for it. Astro’s own documentation says it flatly. By default the whole site is written out ahead of time, and finished pages are what get sent to the browser.
Our build ends as a folder of files. pricing.html, websites.html, agents.html, sitting there done. That folder is the website. No page builder boots up. No database gets asked a question.
For the man standing in a driveway looking at his phone, that takes out a wait. The page was made days ago. His phone only has to fetch it.
Astro has shipped a stable release every year since August 2022, so it is not new and untried.
What the speed test actually measures
Our pages are finished files with almost no code that runs in the browser. Do not take that on trust. Put your own address into PageSpeed Insights and write down the phone number it gives you. That number is the one worth arguing about.
That 0 to 100 number is a lab test. Google runs a simulated phone on a slow connection and grades what happens. It is not a reading of your real visitors. Google’s own bands: 90 or above is good, 50 to 89 needs improvement, below 50 is poor.
For scale, take the HTTP Archive Web Almanac for 2025, published in January. It found 48% of sites pass Google’s speed and stability check on phones. Sites running WordPress pass at 45%.
No plugins, no database, nothing to patch
We leave four things out on purpose:
- A database.
- Add-ons, and themes that can stop being supported without warning.
- A login screen sitting on the open internet for strangers to guess at.
- Any code from a company you have never heard of.
Patchstack published its State of WordPress Security in 2026 report in February. It counted 11,334 new security holes across the WordPress world in 2025. Of those, 91% were in add-ons, 9% were in themes, and 6 were in WordPress itself. That is a count of one ecosystem. Nobody publishes a matching count for sites built the way we build yours, so it is not a comparison.
WordPress’s requirements page lists PHP 8.3 or greater, and MySQL 8.0 or MariaDB 10.11 or greater. That is a programming language and a database that somebody keeps patched. WordPress’s own upgrade notes say add-on and theme updates are not automatic as a rule. They also warn that without a full backup made before an upgrade, “a successful rollback is near impossible.”
Your Sunday stays yours. There is nothing on your site to update.
How you change a page when there is no login
Nothing on your site changes until someone rebuilds it and puts the new files up. That is the real cost of building this way. A wrong phone number sits there until it is fixed and republished.
The way it runs: you send the change by email. Stablehand writes it. You get it on your phone and approve it, or you do not. Once you approve, it goes live, and Steward writes down what changed and when. That is the job the agents do all day.
You do not get an admin panel. You cannot log in at midnight and drag a page around yourself. If that is what you want, tell us before you hire us. We are the wrong shop for it.
What Astro will not do
A site of files cannot change for each visitor. No customer logins, no accounts area, no live inventory, no order tracking. All of that needs a server put behind the site. Then you have something that has to be watched and patched again. If that is the site you need, we are not the right build.
The 100 is a simulated score, not a count of real visits. Google does report numbers from real visitors, for sites that are public and get enough traffic. The traffic bar is not published. A new site has none of that data at all.
Speed does not buy you a spot in Google. Google’s own page on page experience says “There is no single signal”. It also says this: “Google Search always seeks to show the most relevant content, even if the page experience is sub-par.”
We do not publish client results. The build we can point at in full is this one.
Where to start
If you add Site Crew, nothing it prepares goes live until you approve it. Each change is written down with the date.
Plain files make that simple. Your site is a folder of pages. Any developer can open it, change it and host it somewhere else the same week. Nothing has to be untangled from a database first.
We run a free scan of what AI says about your business. A person reviews it, then replies by email with what to fix first. Ask if you want a call.