astro-framework

#web/astro#web

Astro Framework

Astro is a web framework for content-driven sites. It ships zero JS by default, using islands architecture for interactive components.

---
const { title } = Astro.props;
---
<h1>{title}</h1>

This very site is built with Astro! See TypeScript · React · Vite · Web Technologies Hub.