# Astro + Solid.js Example

```
npm init astro -- --template framework-solid
```

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-solid)

This example showcases Astro working with [Solid](https://www.solidjs.com/).

Write your Solid components as `.jsx` or `.tsx` files in your project.