Guide — August 20, 2026 [ sourced figures · dated at the source · hand-coded ]

Astro vs Next.js for a business website

A site framework against an app framework: what each is built for, when Next.js is the honest answer, and the measured scores our Astro builds ship with.

By Dmytro Veretelnikov, Founder

Astro and Next.js are not two answers to one question — they are answers to two different questions. Next.js builds applications that live in a browser; Astro builds sites that ship as plain HTML with zero JavaScript by default. For a business website — pages that sell, explain and get found — Astro is the correct architecture, and it is what we build with. For software with logins, live data and app-like behaviour, Next.js is the right call, and no honest comparison should pretend otherwise.

Both frameworks are open source, both are actively developed, and both can technically produce either kind of project — which is exactly why the internet is full of confused comparisons. The useful distinction is not features. It is what each one makes easy by default, because the default is what your site actually ships.

Two different jobs

Next.js is an application framework built on React. Its core promise: your whole product — routing, data, interface state — lives in one React codebase, rendered on the server and then taken over by JavaScript in the browser. That takeover (hydration) is what makes a dashboard feel like software: every element can react to every click without a page load.

Astro is a site framework. Its core promise is the opposite: pages are rendered to static HTML at build time, and by default no JavaScript ships at all. Interactive moments — a search box, a cart drawer, a filter — load as isolated islands with their own small bundles, while the header, text and footer stay inert HTML. A page mostly shows things; an island behaves; nothing else pays for it.

Neither idea is wrong. They are tuned for different material: one for software that happens to have pages, the other for pages that occasionally need a piece of software embedded in them.

The default is the whole difference

On a business site, the default decides what a visitor's phone has to do before the page responds. An app framework ships its runtime and hydration to every visitor on every page — that is the cost of being ready to behave like software everywhere. A static-first page ships text, styles and images, and nothing waits on a framework to boot.

This is not a benchmark claim about either framework — a disciplined Next.js team can build fast pages, and an undisciplined Astro build can be slow. It is a statement about where each stack starts: one starts heavy and gets optimised, the other starts at zero and stays there unless a feature genuinely needs weight. If your current site already feels sluggish on phones, the diagnosis guide shows how to tell what is actually costing you.

Where Next.js is the right call

Plainly, because a comparison written by an Astro studio owes you this section most of all. Choose Next.js (or another React application framework) when:

  • The project is software: a logged-in product, a dashboard, a real-time tool, an admin-heavy system.
  • Most pages are personalised per user, so there is little static HTML worth pre-building.
  • Your team already lives in React full-time and maintains one large application codebase.
  • You need app-grade interface state across the whole screen, not in a few embedded spots.

In those cases the framework weight is not overhead — it is the product. Rendering that kind of project as static pages would mean rebuilding half of Next.js yourself, badly.

Where Astro wins for a business website

A business site is the opposite material: a home page, services, proof, prices, a contact form, a blog. It changes weekly, not per visitor. Nothing about it needs a framework running in the browser — and everything about it needs to load instantly, rank well and never break. Static-first is simply the correct architecture for that job, which is why our Astro development service exists and why every site the studio ships is built this way.

The numbers we can put behind that are our own, measured, not benchmarked: the GebaShop storefront — a real store with a product customizer and a bilingual admin — measures 100 on desktop and 99 on mobile PageSpeed, and the SG Training Fit shop measures 100 and 90 (medians of three runs each, 2026-08-11; every scorecard is published on its case study). Those are shipping sites with commerce features — not demo pages — and the interactive parts are exactly the islands the architecture promises.

The practical bridge: React inside Astro

The choice is softer than it looks, because Astro renders React components inside its islands. A React date-picker, a configurator you already own, a component library your team knows — they carry over and load only where they stand. So "we know React" is not an argument for shipping an application framework to every visitor; it is an argument that your existing components will survive the move to a lighter architecture.

What this means for the build you are pricing

The framework does not move our quote — page count, design scope and content do, and the figure is fixed in writing either way: Astro development starts at $2,400, a multi-page business site at $2,900, with the code yours on final payment. What the architecture does change is everything after launch: a static site has almost nothing to patch, defend or renew, so upkeep stays optional rather than becoming a second subscription. The wider arithmetic — builders, freelancers, agencies side by side — is in how much a small business website costs.

So — which one?

Ask one question: is this a site, or an app? If visitors mostly read, look and enquire — it is a site, and Astro will carry it faster, cheaper to run and easier to keep healthy. If users log in and operate it — it is an app, and Next.js is the honest recommendation, including from us. Somewhere in between — a site with one genuinely app-like corner — is exactly what islands are for, and it is the shape most of our client work takes.

Unsure which side your project lands on? Say what it has to do in a 5-minute brief — if the answer is "this should be a Next.js app, not a site", that is the answer you will get.

FAQ

Questions this raises

Anything not covered here gets a written answer the same business day — ask by email.

Is Astro better than Next.js?

Neither is better — they are built for different jobs. Astro is a site framework: it renders pages to plain HTML at build time and ships zero JavaScript by default, which is exactly what marketing sites, storefront front-ends and blogs need. Next.js is an application framework: server rendering, client state and routing for software that happens to live in a browser — dashboards, logged-in products, real-time tools. The practical question is not which framework is better, but which thing you are building: a site or an app.

Can Astro use React components?

Yes — that is one of its most practical features. Astro renders components from React (and Vue, Svelte and others) inside isolated islands, so a team with existing React components or React experience does not start from zero. The difference from a React app is that each island loads only its own JavaScript, while the rest of the page stays static HTML — interactivity where it is needed, weight nowhere else.

Is Next.js bad for SEO?

No. Next.js renders on the server, so search engines see full HTML — indexing is not the problem. The honest trade-off is weight: an app framework ships its runtime and hydration to every visitor, and on mid-range phones that shows up in responsiveness metrics like INP, which feed Core Web Vitals. A disciplined Next.js team can absolutely pass those thresholds; a static-first Astro page simply starts there by default, with nothing to optimise away.

What kinds of sites is Astro best for?

Content-led sites: marketing and small business sites, storefront front-ends, blogs, documentation, launch and landing pages. Anywhere the page mostly shows things rather than behaves like software, static-first output is the correct architecture. Where Astro is the wrong tool — logged-in dashboards, real-time apps, complex admin panels — we say so in the proposal and point to an application framework instead.

Does an Astro site cost more than a Next.js site?

The framework is not what moves the price — page count, design scope and content do. Our Astro builds are quoted the same way as everything else in the studio: a fixed written number after a 5-minute brief, starting at $2,400 for Astro development and $2,900 for a multi-page business site, with the code yours on final payment. What a static build does change is the running cost: there is almost nothing to maintain, so upkeep stays optional.

Can you move an existing Next.js or React site to Astro?

Yes — as a rebuild of the front-end, keeping your content, design and URLs. It is the same job as our performance rescue: the visible site is reconstructed static-first, existing React components can carry over into islands where they genuinely earn their JavaScript, and redirects preserve your search rankings. The result is the same site, minus the framework weight on every page.

Keep reading

Two more, same plain English

  1. August 19, 2026 How much does website maintenance cost? Builder subscriptions, a WordPress stack and a hand-coded site side by side — what upkeep really costs per year, and when paying nothing is the honest answer.
  2. July 24, 2026 How much does a small business website cost? A straight answer with real 2026 numbers — what a site costs on a builder, with a freelancer, at an agency, and as a fixed-quote studio project.

Rather get an exact number?

Send the 5-minute brief and the proposal comes back the same business day — fixed scope, fixed price.