Astro — 12 sites
Astro is increasingly popular for fast, content-first marketing sites. These examples show its lean, performance-minded approach in practice.
Astro's defining idea is shipping zero JavaScript to the browser by default and only 'hydrating' the specific interactive component that needs it (its 'islands' architecture) — for a marketing site, which is mostly static text and images with maybe a pricing toggle or a mobile nav that actually needs interactivity, that means dramatically less JavaScript reaches the visitor than an equivalent page built in a framework that ships a full client-side app by default. That makes Astro a deliberate choice specifically for teams prioritizing raw page-speed and Core Web Vitals scores over the app-like interactivity a product dashboard needs — which is exactly the profile of a marketing site as opposed to the product behind it, and part of why Astro adoption for marketing sites has grown even among companies whose product itself runs on React or Vue.