> For the complete documentation index, see [llms.txt](https://docs.usegravity.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usegravity.app/website-template/build-and-deploy.md).

# Build and Deploy

{% hint style="success" %}
[Get $200 of free Digital Ocean credits.](https://m.do.co/c/e4c24293fe5d)
{% endhint %}

The Astro site will compile to static HTML and Javascript so you can host it on any platform.

You can build the static files by running:

```
npm run build
```
