pagedigest.json

July 4, 2026 · Release candidate

PageDigest v1 is ready for adopter feedback.

PageDigest is a one-file change-detection protocol for public websites. A publisher serves a manifest at /.well-known/pagedigest.json; stateful consumers fetch that manifest, compare it with their cache, and skip page fetches for URLs that provably have not changed.

For a 10,000-page site that changes 20 pages in a week, a consumer can make one manifest request plus 20 page fetches instead of 10,000 per-URL checks.

What is in the v1 RC

Install paths

npx pagedigest ./site-dist
cargo install pagedigest
python -m pip install pagedigest
npm install @pagedigest/astro

Useful links

What feedback would help

The main remaining v1.0 dependency outside the repo is registry review for the well-known URI and link relation requests. The v1 field semantics are expected to remain stable through final v1.0.