Run the real six-CLI suite on a realistic corpus — Common-Paper-style NDAs, vendor agreements, version drift, a seeded template vault, offline signing. Pick an example to load it, then run it (or edit and run your own). Everything executes in a locked sandbox.
Fill placeholders in a contract template with your own values. Runs draft --no-llm in a sandbox.
Learn more: draft-cli docs ↗
Clause-aware drift between two versions. Runs compare base candidate --json; exit 0 clean · 2 substantive · 3 cosmetic · 4 moved.
Learn more: compare-cli docs ↗
Convert a Word document to PDF. Runs docx2pdf in.docx out.pdf in a sandbox (LibreOffice backend in the image).
Learn more: docx2pdf-cli docs ↗
Explore a seeded demo vault (read-only): public sources + house NDA templates, clause provenance, version history. Runs template-vault <action> --json.
Learn more: template-vault-cli docs ↗
Score an NDA against a house playbook. Runs nda-review-cli review --playbook … --why in a sandbox.
Scored against the bundled house policy book (11 clause rules). The deterministic engine surfaces real findings + a risk breakdown with no network — compare the two NDAs above: one passes, one violates the policy on every clause. The opt-in LLM tier adds prose redlines on top — see the docs ↗.
Explore the offline e-signature engine: run the full lifecycle, browse the tokenized signer inbox, inspect a request, or verify the tamper-evident audit chain — all server-side, no network.
Learn more: sign-cli docs ↗
Watch one deal — Acme Corp ↔ Vendor LLC, mutual NDA — move through the whole suite. Run each step (each executes in its own sandbox; the data is the same deal at every stage).