Short version
Judge an Astro developer on live Astro sites you can open, an explanation of how island architecture keeps JavaScript small, and a performance audit as the intake for your project — not on promises. Ask who can take over the code, what gets measured after launch, and how content management is set up. For a simple brochure site a good general web developer is often enough; for a content-heavy site where speed matters, an Astro specialist earns the difference. Compare quotes only at identical scope.
Before you hire an Astro developer, ask how they decide which parts of a page need JavaScript. A fast framework does not guarantee a fast website. The answer tells you more than a framework logo in a portfolio.
I build with Astro myself: this site runs on it. This guide gives you questions and checks to evaluate an Astro project proposal, including when a general web developer is enough.
When a general web developer is not enough
Honesty first: for a simple brochure site with a handful of pages, a good generalist is enough. You do not need a specialist to publish five pages of company information. The general framework in hire a web developer covers that track well, and everything there about portfolios, references and ownership applies here too.
An Astro specialist earns the difference when your project leans on what makes Astro specific:
- Island architecture. Astro ships no JavaScript for static components; interactivity is added per island. Partial hydration is a deliberate choice, not a default you get for free. A specialist can explain which islands your site needs and why the rest stays plain HTML.
- Content collections as a content model. Whether your content lives in Git as MDX and JSON or in a headless CMS, a specialist designs the collections, schemas and relationships so editors can work without breaking the build.
- E-commerce with Astro. The storefront frontend and the checkout architecture are separate decisions. A specialist knows where Astro ends and where a dedicated checkout or platform begins.
If your project is really an application — signed-in users, shared state, server logic — the question changes shape. Astro vs. Next.js walks through that comparison; a trustworthy Astro developer will tell you the same thing and sometimes advise against their own specialty.
What to look for in an Astro developer’s portfolio
A portfolio is evidence, not decoration. Four things I check when I review another developer’s Astro work:
- Live Astro sites, not mockups. Open two or three on your phone. Click around, use the forms, watch how fast pages load. A static website that feels heavy on a phone was not built with much care, whatever the framework.
- A source check anyone can do. Right-click, view source. An Astro page should be mostly readable HTML, not a skeleton filled by JavaScript after loading. A large script payload deserves questions: it may come from interactive islands, analytics, or third-party embeds. Ask what each script does and whether it is needed on that page.
- Measured performance. Ask for numbers, not adjectives. A specialist has PageSpeed runs or Core Web Vitals data for the sites they built, and can tell you what they changed when a metric regressed.
- Community footprints. Astro has an active open source ecosystem. Developers who publish integrations, answer questions in the community or contribute to the framework show their work publicly — you can read how they think before you ever email them.
Ask about role per project, too. “The client had their own designer; I built the frontend and the integrations” is an honest answer. Vague claiming of everything on the screen is not.
General web developer or Astro specialist
The choice depends on the project, not on the job title. This is how I frame it for clients:
| Situation | A general web developer suffices | You need an Astro specialist |
|---|---|---|
| A simple brochure site with a few pages | Yes — a solid generalist delivers that well | Not required |
| A content-heavy marketing site or blog | Possible, with more manual performance work | Strong fit — static rendering is the default |
| Speed and Core Web Vitals as hard requirements | Depends entirely on the developer's discipline | Yes — islands keep the JavaScript footprint small by design |
| Content in Git or a headless CMS | Possible, depending on their stack | Yes — content collections and schemas are core Astro work |
| An interactive web application | Often a good fit | No — that is outside Astro's comfort zone, and a specialist should say so |
| E-commerce with an external checkout | Possible with a hosted platform | Yes — Astro for the storefront, a dedicated checkout for payments |
The performance audit as an intake
A specialist starts by measuring, not by proposing a redesign. Ask what a candidate measures before the build and after it. A serious answer names a baseline — current load times, Core Web Vitals, search visibility — and periodic measurements after launch, so you can see whether the new site does what it promised.
That is how I work on my own projects: the production sites in the portfolio get monthly PageSpeed and Search Console measurements, and the results are published per case. You can check that claim instead of taking my word for it — the numbers live in the case studies. Whoever you hire, ask for that same loop: measure, build, measure again.
Speed promises without measurements are marketing. A baseline plus a follow-up measurement is a commitment.
Questions to ask before you hire
Five questions that surface real expertise in a first conversation:
- Which Astro sites are live that you built, and what exactly was your role in each?
- How do you keep the JavaScript footprint small — which components become islands, and which stay plain HTML?
- How do you set up content management: content collections in Git, a headless CMS, or a combination?
- Who can take over the code later — is this a standard Astro setup another developer recognizes?
- What do you measure after launch, how often, and what happens when a number regresses?
The content-management question matters more than it looks. Your site will outlive the build phase, and the person updating it in two years should not need a developer for every paragraph. A specialist has an opinion on this and can defend it.
Red flags when hiring an Astro developer
The patterns I would walk away from:
- Astro sold as the answer to everything. Astro supports server-rendered routes, but a state-heavy application needs a different assessment from a marketing site. Ask how the proposed stack handles authentication, shared state, and server logic rather than ruling it in or out by framework name.
- No live sites to show. Mockups and screenshots are presentations; you want URLs you can open and test yourself.
- Speed promises without measurements. “It will be fast” is not a plan. Ask for the baseline and the follow-up.
- No maintenance arrangement. “We will figure that out later” in practice means never. Frameworks, dependencies and hosting keep moving after launch.
- Lock-in through custom “systems”. A custom layer only the builder understands is a relationship without an exit. Standard Astro with content in a place you own is the opposite.
Every red flag has the same remedy: ask for the evidence behind the claim, in a form you can check without technical knowledge.
What an Astro specialist costs in approach
I publish no rates — the scope determines the price, and a number without scope is noise. What I can give you is the frame that makes quotes comparable.
Only compare quotes when the scope description is identical: same pages, same integrations, same content work, same arrangements for after launch. Otherwise you are comparing different products that happen to share a name. Ask each candidate whether they quote a fixed project price or work at an hourly rate, and what exactly sits inside the boundary of the quote.
Three things drive the cost of an Astro project: content volume (how many pages and templates), integrations (CMS, forms, checkout, search), and custom work beyond the framework’s standard patterns. The budget frameworks in website development costs apply here unchanged — what holds for judging a quote there holds for an Astro quote too.
Where to find an Astro developer
Three channels, each with its own evidence:
- The Astro community. The framework’s open source ecosystem — integration authors, theme builders, developers answering questions in public — is where specialists are visible before you hire them. You can read how someone explains a problem before you ever speak to them.
- Their own site. An Astro specialist’s own website is the cheapest portfolio check there is. If it is slow, heavy or vaguely maintained, believe it.
- Your network. A supplier or partner who had a good experience with an Astro project proves collaboration, which a portfolio cannot.
And the direct route: I build Astro sites for clients myself, starting from measurement rather than assumptions. The Astro website development page explains that approach — and if your project turns out to need something else, I will tell you that too, the way this guide tells you. For the broader hiring track, hire a web developer remains the general starting point.

