Why does Astro Build Timestamp exist?
It answers one operational question: when was this site built? Without runtime logic, metadata coupling, or environment guessing.
Astro & Builds
Clear answers explaining how Astro Build Timestamp exposes build times safely and deterministically.
It answers one operational question: when was this site built? Without runtime logic, metadata coupling, or environment guessing.
No. The plugin runs exclusively at build time and produces static output.
A single timestamp value representing the build time, written in a configurable format.
ISO 8601 (default), Unix timestamp, and a short deterministic identifier.
Yes. The output filename can be customised via the plugin configuration.
Yes. The output is static and cache-safe, making it compatible with any CDN.
A warning is logged, the build continues, and the site is not broken.
No. Astro Build Timestamp writes a single standalone file and does not modify routes or HTML.
No. The plugin performs no analytics, tracking, telemetry, or outbound network requests.
Yes. Astro Build Timestamp is fully open source and released under the MIT license.
Want to try it yourself? Astro Build Timestamp plugin or Astro Status plugin or Astro Security plugin
Ready to expose build times for your Astro site?