Skip to content

What is Astro?

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

Terminal window
---
import Layout from "../layouts/Layout.astro";
---
<Layout >
<h1>Hello World!</h1>
</Layout >

Try Astro in your browser

  • Visit astro.new and choose from various templates. Play with a full, working version of Astro in your browser!