# Deploy

Build and deploy the Lotus starter as a static Astro site.

Lotus renders static documentation pages, so the starter works on any host that
can serve an Astro static build.

## Vercel

Click the button to clone this starter and deploy it on Vercel:

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fprosefly%2Fastro-template-lotus-starter&project-name=lotus-starter&repository-name=lotus-starter)

The starter includes `vercel.json`, which tells Vercel to run `pnpm build` and
serve `dist`.

## Build Output

Run:

```sh
pnpm build
```

Astro writes the production site to `dist`.

## Common Hosts

- Netlify
- Vercel
- Cloudflare Pages
- GitHub Pages

Use `pnpm build` as the build command and `dist` as the output directory.
