Counsel-reviewable · public

The corrected synthetic demand letter that powers /demo/workspace. Verbatim § 1692g(a)–(e) validation block, § 1692e(11) Mini-Miranda warning, and a neutrally-framed demand paragraph. Citation-verified; the API at /api/sample-letter returns the same artifact. See the canonical Model B-1 reference before treating the sample as a drafting aid; it is not legal clearance.

Loading sample letter

Fetching the corrected artifact from the API.

How this artifact stays auditable

  • Single source of truth. src/lib/business/public-sample-letter.ts exports PUBLIC_SAMPLE_LETTER; the API route, the scenario pane, and the Before/After pane all read from it.
  • Citation-verified. Every disclosure block carries its inline cite; side-panel surface mirrors the same authorities. A regression test asserts each cite resolves against SAMPLE_LETTER_CITES.
  • Defect regexes locked. Visible-defect phrasings (overshadowing, threats, letter-date clock) are asserted to NOT match the body by PARAPHRASE_REGEXES.
Reconstruction pending…