blob: 7f4730177621faab8788b23e50847a3aa11d13c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
setup: |
import PixelLink from '/src/components/PixelLink.astro'
import Note from '/src/components/Note.astro'
title: 'Introducing the Astro REPL'
authors:
- drew
description: 'The power of Astro, right in your browser.'
publishDate: 'September 17, 2021'
permalink: 'https://astro.build/blog/astro-repl/astro-repl.png'
lang: 'en'
heroImage: '/assets/blog/astro-repl/astro-repl-hero.jpg'
heroImageAlt: 'Hills with stars above'
---
The Astro team proudly presents the new [Astro REPL:](https://astro.build/play) compile Astro right in your browser. Use it to explore Astro's HTML-based component language, debug issues, or even prototype an entire webpage. It's powered by Astro’s **new WASM compiler** (written in Go) that runs anywhere and can rebuild files in an instant.

<div style="display: flex; justify-content: center;">
<PixelLink href="https://astro.build/play">Try the REPL now!</PixelLink>
</div>
<Note>
To learn more about our new compiler, [join us on Discord](https://astro.build/chat) and tune in to [Astro Demo Days](https://www.youtube.com/watch?v=-ExcBJrXOd8) next Monday, September 20, 2021 at 11am PST.
</Note>
|