Framework

Astro

HTML first, JavaScript only when necessary

Astro is my choice when performance and SEO take priority over interactivity. It generates a nearly 100% static, ultra-lightweight site, sending JavaScript only where it's actually useful.

Astro for SEO

  • Pages delivered in pure HTML: instant crawling, clean indexing, Lighthouse scores through the roof.
  • Zero JavaScript by default: naturally excellent Core Web Vitals.
  • Very suitable for content sites, technical blogs, and marketing pages.

Astro for Web Development

  • 'Islands' architecture: integrate React, Vue, or Svelte only on interactive zones.
  • Native Markdown / MDX support: perfect for long-form content and blogs.
  • Fast build, simple hosting (CDN, edge), reduced infrastructure costs.

Why I Choose It

The strengths of Astro

Lightweight

The framework that delivers the least JS to the browser — and you can feel it.

Polyglot

React, Vue, Svelte, or Solid components in the same project.

Content-first

Designed for sites where content and SEO are the priority.

Ideal for

  • Brochure and marketing sites
  • Blogs and content magazines
  • Landing pages with high performance requirements

When to avoid it

For a fully interactive application with shared state everywhere, React + Next.js remains better suited.

A project with Astro ?

Let's talk about your needs. I'll tell you frankly if Astro is the right choice — or if it's better to go with something else.