Getting Started with Astro
/ 1 min read
Table of Contents
Astro is a modern static site generator that lets you build faster websites with less JavaScript. It supports multiple UI frameworks and ships zero JavaScript by default.
Why Astro?
- Performance first — Ships zero JS by default
- Component islands — Use React, Vue, Svelte, or any framework
- Content-focused — Built-in support for Markdown and MDX
Getting Started
npm create astro@latestThat’s all you need to get up and running. Astro handles the rest.