What problem does Astro Build Manifest solve?
It exposes which pages and assets Astro actually generated, without requiring log inspection or filesystem access.
Astro & Builds
Clear answers explaining what Astro Build Manifest records — and what it intentionally excludes.
It exposes which pages and assets Astro actually generated, without requiring log inspection or filesystem access.
All routes Astro generated during the build, normalised with leading and trailing slashes.
Public, web-facing files emitted by Astro such as HTML entrypoints and bundled CSS and JavaScript.
Public directory files, environment variables, runtime state, absolute filesystem paths, and adapter details.
No. It runs only during astro build and produces static output.
Yes. The output is static and can be cached indefinitely behind any CDN.
Possibly in v2, with opt-in features such as diffing or public directory inclusion.
Yes. Astro Build Manifest is released under the MIT license.
Want to try it yourself? Astro Build Manifest plugin or Astro Build Info plugin or Astro Status plugin
Need a clear record of what Astro actually built?