No-login demos
Demo library
These demos exist to answer one question: can a third party verify what you published without joining your internal world?
Black/white: receipts prove the bytes you download match the hashes on the receipt (and signatures where present and verifiable). They do not prove factual correctness or compliance.
Demos
Each card includes pack/dossier/trace/source links (one per line).
Narrative Red-Team dossier demo (shareId: 6qRgcR01kw_qNo63Dbs_ob9n)
A public, no-login receipt surface with a rendered dossier and single-file pack.
Proof links (one per line)
How to verify (fast)
- Open the trace receipt and copy
output_sha256(andsource_sha256if present). - Download the output (pack or dossier Markdown) and hash it locally.
- Compare hashes; if they match, the bytes are verified.
if.gov decision pack demo (shareId: zxWjdzxZd2FiuYpfS90ETFMj)
Decision pack output bound to an `if.trace` receipt; includes a hosted-static HTML demo pack.
Proof links (one per line)
How to verify (fast)
- Open the trace receipt and copy
output_sha256(andsource_sha256if present). - Download the output (pack or dossier Markdown) and hash it locally.
- Compare hashes; if they match, the bytes are verified.
if.api GitHub webhook demo (shareId: Z_kiBtTQHztidcgYYaSRy4UK)
A runnable integration demo (GitHub webhook) with a receipt bound to the demo output.
Proof links (one per line)
How to verify (fast)
- Open the trace receipt and copy
output_sha256(andsource_sha256if present). - Download the output (pack or dossier Markdown) and hash it locally.
- Compare hashes; if they match, the bytes are verified.
if.trace paper demo (shareId: C0746UzTDsT-hG4orbKAyA9M)
The `if.trace` paper example with a public receipt, dossier render, and pack.
Proof links (one per line)
How to verify (fast)
- Open the trace receipt and copy
output_sha256(andsource_sha256if present). - Download the output (pack or dossier Markdown) and hash it locally.
- Compare hashes; if they match, the bytes are verified.