-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Reality Patchnotes edited this page Oct 11, 2025
·
1 revision
Attach receipts to claims. Proof Stamp canonicalizes your post’s text, hashes it (SHA-256), and exposes a public Proof link so anyone can verify what you said and when you said it.
Repo: https://github.com/Vibeaxis/vax-proof-stamp
Back to VibeAxis: https://vibeaxis.com/
Because edits happen and memories lie. A proof is a simple, portable receipt:
- Canonical text → SHA-256 digest
- Human-readable JSON metadata
- Public audit trail via git (optionally mirrored to a ledger)
Best for posts, changelogs, research notes, and “we said X on Y” statements.
- Canonicalizes your post content (stable normalization; no HTML fluff)
- Computes a SHA-256 and stores minimal metadata (timestamp, URL, note)
- Renders a Proof link on the page (viewer shows the hash + how to verify)
- (Optional) Mirrors the proof to the public ledger: VibeAxis Proofs
Ledger repo: https://github.com/Vibeaxis/vibeaxis-proofs
It’s a proof of integrity and timing, not authorship. It shows what changed, not who wrote it.
- Publish or update your post in WordPress.
- Ensure the Proof Stamp widget is active on the post (block/shortcode/theme hook).
- View the post → click Proof to see the hash and verification steps.
- (Optional) Link to the matching entry in the VibeAxis Proofs ledger.
- Open the post, click Proof, and follow the steps in the viewer; or
- Copy the post’s canonical text, hash it with any SHA-256 site, and compare to the proof (and/or matching JSON in the ledger).
- The plugin stores hash + minimal metadata, not your full content.
- Public ledger entries are append-only. Corrections add a new entry; they don’t rewrite history.
-
Patch-Notes Summarizer & Composer — cut through release-note fog
https://vibeaxis.com/patch-notes-summarizer/ -
Slop Index — spot synthetic, low-effort writing patterns
https://vibeaxis.com/slop-index/ -
Tool Picker — pick the right VibeAxis tool fast
Live: https://vibeaxis.github.io/vibeaxis-tool-picker/
Back to VibeAxis → https://vibeaxis.com/
← Back to VibeAxis: https://vibeaxis.com/ • Related: Patch-Notes Summarizer · Slop Index · Tool Picker · Proofs ledger