Compliance & Legal
legal-doc-reviewer
Contract REVIEW (not drafting) for solo attorneys + indie founders.
Documentation
legal-doc-reviewer
Contract REVIEW (not drafting) for solo attorneys + indie founders. Reads contracts a counterparty sent, flags risks, suggests redlines.
LOCAL Qwen only — contracts contain confidential business terms, trade secrets, NDA-protected info. Hard-coded refusal if LLM URL isn't local.
Pricing
- $99/contract one-shot review
- $499/mo for solo attorney (50 contracts/mo)
- $1,999/mo for boutique firm (250 contracts/mo)
- $9,999/mo for in-house counsel teams (white-label)
vs Harvey ($199/seat/mo, cloud), Spellbook ($150/seat/mo, cloud), or hiring an associate to review at $200-500/hr.
⚠️ Hard-coded compliance
review.py REFUSES to start if LEGAL_LLM_URL doesn't resolve to a
local network address. Contracts must NOT reach a cloud LLM.
Run
cd C:\openclaw-products\legal-doc-reviewer
python -m venv .venv
.\.venv\Scripts\activate
pip install -e .
# Ollama running locally with qwen3-30b loaded
review go incoming-msa.txt --out reviews/msa-redlines.md
Roadmap
- PDF input (extract text via PyPDF2)
- Side-by-side redline diff format (Word-style)
- Per-jurisdiction rule packs (CA non-compete, NY pay transparency)
- Cross-contract conflict checker (this MSA's IP terms vs your prior NDAs)
- Batch mode for high-volume in-house teams