← Back to Journal

Why We Build With Astro in 2026: Design Engineering Without the Performance Tax

By Loro LabsMay 2026
Loro Labs workspace

As an Astro-native design engineering studio based in the Philippines, Loro Labs specializes in building custom, animation-rich websites that don't sacrifice speed for aesthetics. This is the story of why we transitioned our entire agency stack to Astro.

The SPA Performance Trap

For years, the industry standard for highly interactive, beautifully animated websites was to build Single Page Applications (SPAs) using React or Next.js. While these tools are incredible for building state-heavy web applications and SaaS platforms, they carry a hidden cost when applied to marketing sites and portfolios: the JavaScript payload.

When you build a standard marketing site with a traditional React framework, you force the user's browser to download, parse, and execute hundreds of kilobytes of JavaScript before the page becomes interactive. For users on mobile networks across the Asia-Pacific region, this translates to noticeable delays, lower Lighthouse scores, and ultimately, lost conversions. We wanted the buttery-smooth GSAP animations and component-driven architecture of React, but we didn't want the performance tax.

Enter Astro: Islands Architecture

Astro fundamentally changes how we deliver code to the browser. Instead of sending an entire React application down the wire, Astro renders our React components to static HTML on the server. The resulting page loads instantly because it's just HTML and CSS.

But what about the interactive parts? The interactive modals, the complex state-driven forms, the GSAP scroll triggers? This is where Astro's "Islands Architecture" shines. We can tell Astro to strictly load JavaScript only for the specific components that need it, exactly when they need it (e.g., when they scroll into view). The rest of the page remains pure, blazing-fast HTML.

Uncompromised Design Engineering

Positioning ourselves as an Astro-native design engineering studio means we refuse to compromise on either side of the spectrum. We don't believe you have to choose between a visually stunning, animation-rich website and a fast-loading one.

By leveraging Astro, we can write our UI in React, style it with Tailwind CSS, animate it with GSAP and Framer Motion, and still achieve top-tier Lighthouse scores. This technical foundation allows our designers to push the boundaries of digital aesthetics, knowing that the underlying architecture will deliver it flawlessly to the end user.

The Result for Our Clients

For our clients—ambitious brands across the Asia-Pacific—the shift to Astro translates directly to business value. Faster page loads mean lower bounce rates, higher search engine rankings, and better conversion rates. It means their brand is perceived as premium from the very first millisecond.

In 2026, building a website is no longer just about establishing an online presence; it's about digital craftsmanship. At Loro Labs, Astro is the engine that powers that craft.