Verify build

This website is built from content exported from Soveri Content, our headless CMS on the Internet Computer. You can verify that content at three levels — from a one-click public check to developer tooling and on-chain inspection in the CMS.

Three levels of verification

Public verification

Confirms that the content export published with this website matches the build stamp in the footer. No account, software, or technical knowledge required.

Verifying…

Optional: command line (same check)
curl -sO https://soveri.at/cms-export.json
HASH=$(curl -s https://soveri.at/build-version.json | jq -r .cmsSha256)
printf '%s  cms-export.json\n' "$HASH" | shasum -a 256 -c -

Website developer verification

Recomputes per-element content hashes (Hash.mo v1) from the export JSON and checks them against the values embedded at build time. Used in the website build pipeline and for in-depth integrity audits.

Website developers only — requires access to private repositories.

pnpm run verify:cms:full

Developer documentation

Technical verification in Soveri Content

At the source, authorised users can inspect document hashes and publication history for every page and collection entry in Soveri Content . Each published version is recorded on the Internet Computer — open the History tab on a page or collection entry to audit changes.

In the CMS admin: open a page or news entry → History → compare document hashes and publication timeline across versions.

Soveri Content