Run the real nine-CLI suite on a realistic corpus — Common-Paper-style NDAs, vendor agreements, version drift, a seeded template vault, contract linting, offline signing, a register of signed contracts. Pick an example to load it, then run it (or edit and run your own). Everything executes in a locked sandbox.
Turn any contract into structured JSON. Runs extract contract.md --json (deterministic tier, no network). Every field carries a confidence + source — verify, don't trust.
…or extract a Word document — shows extract's .docx reader recovering the clause map from a real contract's heading styles:
Learn more: extract-cli docs ↗
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 ↗
Explore a seeded register of signed contracts (read-only): query the portfolio and project upcoming renewals / notice deadlines. Runs contract-vault <action> --json.
Learn more: contract-vault-cli docs ↗
Lint a contract for internal-consistency defects — leftover placeholders, broken cross-references, undefined/unused/duplicate defined terms, numbering gaps, party-name & date inconsistencies. Runs contract-lint contract.md --json (deterministic, no model, no network). Where compare gates drift between versions, contract-lint gates defects within one document.
Learn more: contract-lint-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).