Private. Local-first.
Your contracts stay on your device. No document upload, no cloud processing, and no tracking.
Read about privacyMICROSOFT WORD ADD-IN
Turn defined terms into a searchable index inside Microsoft Word. Open a definition and move through its uses without leaving the clause you are reviewing.
Free to use. No account required.

Your contracts stay on your device. No document upload, no cloud processing, and no tracking.
Read about privacyClick a defined term to see its meaning and move through every occurrence without losing your place.
See how it worksInspect the code, verify the processing, and understand exactly what runs inside Word.
View on GitHubBUILT FOR LONG CONTRACTS
The workflow stays inside Word, so checking a definition never breaks your reading flow.
Contract Definitions identifies defined terms and their source clauses directly in the open document.
Inline markers make defined terms visible. One click opens the full definition in the Word task pane.
Previous and next controls take you to each match while keeping the current definition in view.
PRIVATE BY DESIGN
Detection, indexing, and navigation run on your device. Contract text is not sent to our servers because there are no processing servers in the product architecture.
OPEN SOURCE
Review how definitions are detected, how local state is handled, and how the add-in interacts with Word.
Explore the source on GitHubconst definition = matchDefinition(paragraph);
if (definition) {
index.add(definition.term, definition.source);
annotations.markOccurrences(definition.term);
}
// Contract text stays in the Word client.A GUT VENTURES PROJECT
Contract Definitions is built by GUT Ventures, an independent legal-tech studio in Vienna. We design focused software for law firms and legal teams, from Word add-ins to larger contract workflows.
FAQ
Yes. The Word add-in is free to use, and its source code is available on GitHub.
No. Contract analysis runs client-side, and the add-in does not send document content to a processing server.
No. Inline markers are visual annotations used by the add-in; they do not rewrite the underlying contract language.
Yes. The project is open source, including the definition parser and the Word integration.
Contract Definitions is designed for English-language contracts and common definitions-section structures. Unusual or ambiguous drafting may not be detected correctly.
CONTRACT DEFINITIONS FOR WORD