Astro is a fresh but familiar approach to building websites. Astro combines decades of proven performance best practices with the DX improvements of the component-oriented era. Use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScriptโby default.
Announcement Post โ
Full Documentation Site โ
Project Status
Quick Start
# get started with astro in 3 easy steps:
mkdir new-project-directory
cd new-project-directory
npm init astro