Skip to content

What is Astro?

AstroJS is an open-source, fast, simple, and powerful web framework written in JavaScript.

---
import Layout from "../layouts/Layout.astro";
---
<Layout >
<h1>Hello World!</h1>
</Layout >
  • Visit astro.new and choose from various templates. Play with a full, working version of Astro in your browser!