Introduction to Astro
Why Astro?
Astro is the web framework for content-driven websites.
Key Features
Section titled “Key Features”Content-focused
Section titled “Content-focused”Designed for blogs, marketing sites, documentation, and portfolios. It ships zero JavaScript to the client by default.
Server First
Section titled “Server First”HTML is rendered on the server.
- Benefit: Great performance and SEO out of the box.
Zero JS by default
Section titled “Zero JS by default”No JavaScript runtime overhead to slow you down.
- Benefit: Your site loads fast even on slow connections.
UI Agnostic
Section titled “UI Agnostic”Bring your own UI framework.
- Support: React, Svelte, Vue, Solid, Preact, Alpine, Lit… or just plain HTML+CSS.
Getting Started
Section titled “Getting Started”npm create astro@latestFollow the prompts and you will have a running site in minutes.