# @sveltejs/adapter-static

> Adapter for SvelteKit apps that prerenders your entire site as a collection of static files

Latest version **3.0.10** (published 2025-10-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install @sveltejs/adapter-static
pnpm add @sveltejs/adapter-static
yarn add @sveltejs/adapter-static
bun add @sveltejs/adapter-static
```

## Health

**Score 75/100 (B)** — status: stable.

Positive: has types; esm support; no vulnerabilities; has provenance; high maintenance score; high quality score; popular repo.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 3.0.10 |
| Published | 2025-10-02 |
| First published | 2020-10-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Dependencies | 0 |
| Unpacked size | 8.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 20801 |
| Maintainers | rich_harris, svelte-admin, conduitry, dominik_g |
| Keywords | adapter, deploy, hosting, ssg, static site generation, svelte, sveltekit |

## Links

- npm: https://www.npmjs.com/package/@sveltejs/adapter-static
- Repository: https://github.com/sveltejs/kit
- Homepage: https://svelte.dev/docs/kit/adapter-static
- Issues: https://github.com/sveltejs/kit/issues
- npm.io page: https://npm.io/package/@sveltejs/adapter-static

## Recent versions

- 3.0.10 (latest) — 2025-10-02
- 4.0.0-next.4 (next) — 2026-08-07
- 4.0.0-next.3 — 2026-08-04
- 4.0.0-next.2 — 2026-07-29
- 4.0.0-next.1 — 2026-07-14
- 4.0.0-next.0 — 2026-06-05
- 3.0.9 — 2025-08-07
- 3.0.8 — 2024-12-21
- 3.0.7 — 2024-12-21
- 3.0.6 — 2024-10-25
- 3.0.5 — 2024-09-17
- 3.0.4 — 2024-08-12
- 3.0.3 — 2024-08-09
- 3.0.2 — 2024-06-13
- 3.0.1 — 2023-12-19
- … 78 more at https://npm.io/package/@sveltejs/adapter-static/versions

## README

# @sveltejs/adapter-static

[Adapter](https://svelte.dev/docs/kit/adapters) for SvelteKit apps that prerenders your entire site as a collection of static files. It's also possible to create an SPA with it by specifying a fallback page which renders an empty shell. If you'd like to prerender only some pages and not create an SPA for those left out, you will need to use a different adapter together with [the `prerender` option](https://svelte.dev/docs/kit/page-options#prerender).

## Docs

[Docs](https://svelte.dev/docs/kit/adapter-static)

## Changelog

[The Changelog for this package is available on GitHub](https://github.com/sveltejs/kit/blob/main/packages/adapter-static/CHANGELOG.md).

## License

[MIT](LICENSE)

---
_Source: https://npm.io/package/@sveltejs/adapter-static · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
