What question does Astro Build Info answer?
It answers what was built, where it belongs, and when the artefact was generated.
Clear answers explaining what Astro Build Info records — and what it intentionally avoids.
Last Updated: 01 April 2026
It answers what was built, where it belongs, and when the artefact was generated.
No. It runs only during astro build and produces static output.
Framework name, Astro output mode, configured site URL, and build timestamp.
No. Environment variables, machine data, and CI metadata are deliberately excluded.
Yes. The static file can be cached indefinitely behind any CDN.
A warning is logged and the build continues safely.
Possibly in v2 for hybrid or server output. v1 intentionally avoids this.
Yes. Astro Build Info is released under the MIT license.
Need deterministic build metadata for your Astro site?