diff --git a/website/versioned_docs/version-v2.8.1/community/templates.mdx b/website/versioned_docs/version-v2.8.1/community/templates.mdx index 98726c60a..3812568bd 100644 --- a/website/versioned_docs/version-v2.8.1/community/templates.mdx +++ b/website/versioned_docs/version-v2.8.1/community/templates.mdx @@ -69,3 +69,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for ## Pure JavaScript (Vanilla) - [wails-pure-js-template](https://github.com/KiddoV/wails-pure-js-template) - A template with nothing but just basic JavaScript, HTML, and CSS + +## Astro + +- [wails-astro-ts](https://github.com/DiegPS/wails-astro-ts/) - Wails Template with Astro and Typescript, to use the framework you want, with Astro you have all the frameworks and libraries you want in one.