Review an AI agent's edits to your writing files as a real git word-diff — keep or revert changes hunk by hunk, then commit.
Project description
Draftwatch
It’s difficult for writers to have AI act as an editor, because it’s never clear exactly what it changed. You can’t trust eyeballing it, but making the changes manually yourself means you don’t save much time. So you either ignore this potentially powerful writing helper, or you trust it at the risk that it does far more than you asked.
Enter Draftwatch. Draftwatch is a lightweight editing tool for writers. You can use it to create and format new Markdown documents from scratch, but its more powerful use is reviewing an AI agent's edits to your writing, down to the exact word. Changes are managed by git, the way a developer reviews changes to their code, but formatted for writers who need to see each exact word change to feel comfortable.
When reviewing AI edits, instead of guessing what an LLM changed in your document, Draftwatch shows you the exact, git-backed word-diff. You can step through, keep or revert each change individually, and commit when you're done.
The diff comes from your local git, not from the AI vendor and not from a JavaScript approximation. You get independent verification of what the agent or script actually did.
Why this vibe-coded app? I designed it to be an Integrated Development Environment (IDE) for writers. Most IDEs show git diff at the line level, which is appropriate for coders (where each statement is generally its own line) but terrible for writers, who work at the paragraph level. This IDE is built around displaying git diff --word-diff=porcelain, which lets writers see the specific words being edited. Even the IDEs that do show this make it harder for writers to track edits, and they carry coding features and visual baggage that writers won’t need.
Python 3.9+ and git are the only requirements. If you are a writer, AI itself can help you install these widely used tools. The front-end libraries (CodeMirror 6, marked, DOMPurify, Turndown, xterm.js) are vendored and served locally, so Draftwatch works completely offline and binds to your local computer.
Install
Draftwatch is available on PyPI. You can install or run it using your preferred Python package manager:
# pipx
pipx install draftwatch
# uv
uv tool install draftwatch
# standard pip
pip install draftwatch
Usage
Run it from inside a git repository you write in:
draftwatch
Or to start with a specific file:
draftwatch draft.md
You can also run it outside any git repository. Draftwatch starts in write-only mode: the editor, preview, and saving all work, but the review loop (diffs, revert, commit) is off because there's no git to compare against. The right panel offers a one-click initialize git here to turn the folder into a repo and switch on the full review loop.
Starting a second instance while one is already running just works: if the default port is busy, Draftwatch picks a free one and prints the URL.
Draftwatch opens a two-panel review window: your source on the left (a real editor with markdown highlighting, search, and a live preview), the diff against your baseline on the right. Review the changes, revert the ones you don't want, apply, then commit. Committing advances the baseline, so the next agent pass starts clean.
Start without a file (draftwatch) to pick one in the window.
The terminal panel
Click terminal in the toolbar to open a third panel running a real shell in your repo (macOS/Linux). Launch claude, codex, or any command there: when the agent edits the file you're watching, the diff panel lights up live: prompt on the right, review in the middle, write on the left. hide collapses the panel and leaves the shell running (an agent mid-task keeps working); end session kills the shell and everything it started. No snapshots are taken when you run commands; edits accumulate against whatever baseline you've selected, and you review them on your schedule. On Windows the panel is unavailable and Draftwatch runs without it.
Features
- Real git word-diffs, so what you see is exactly what git sees.
- Keep or revert changes one hunk at a time, or all at once, then commit from the UI.
- Switchable baseline: last push, HEAD, or an earlier commit.
- Jump between changes or collapse to a changes-only view for long documents.
- Editable markdown preview alongside the raw source.
- You and the agent can both edit; your unsaved work is never clobbered when the file changes on disk.
- Embedded terminal panel (macOS/Linux): run your agent next to the diff without leaving the window.
- Resizable panels: drag the dividers to change the split (double-click to reset).
Options
draftwatch [target] [--port 8787] [--no-open] [--no-terminal] [--app | --no-app]
target: file to watch. Optional; omit it to pick one in the UI.--port: default8787. If omitted and the default is busy, Draftwatch picks a free port automatically; pass--portto pin an exact one (it then fails loudly if that port is taken).--no-open: don't auto-open a window (useful headless or over SSH).--no-terminal: disable the embedded terminal panel entirely (its routes are removed from the server, not just hidden in the UI).--app/--no-app: force or disable the native window. It is on by default when pywebview is installed and falls back to the browser otherwise.
Author
Built by Mike Konczal. You can find out more about me at my webpage here. Vibe-coded with Fable 5.
License
MIT. See LICENSE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file draftwatch-0.2.1.tar.gz.
File metadata
- Download URL: draftwatch-0.2.1.tar.gz
- Upload date:
- Size: 342.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47ee809f0408e5573ef991b3ef71726570d544b40683ae7448c9b69d00e88309
|
|
| MD5 |
13f17a2338ada95e069fa839901d8932
|
|
| BLAKE2b-256 |
47c23396d7693556dd5e59140aac8138dc68725801229d57d20cc8d6d12304ae
|
Provenance
The following attestation bundles were made for draftwatch-0.2.1.tar.gz:
Publisher:
publish.yml on mtkonczal/Draftwatch
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
draftwatch-0.2.1.tar.gz -
Subject digest:
47ee809f0408e5573ef991b3ef71726570d544b40683ae7448c9b69d00e88309 - Sigstore transparency entry: 2111316513
- Sigstore integration time:
-
Permalink:
mtkonczal/Draftwatch@76e1bf5ab96f9bdf48cff31a0d1fae0a2379bb1d -
Branch / Tag:
refs/tags/v0.2.1 - Owner: https://github.com/mtkonczal
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@76e1bf5ab96f9bdf48cff31a0d1fae0a2379bb1d -
Trigger Event:
push
-
Statement type:
File details
Details for the file draftwatch-0.2.1-py3-none-any.whl.
File metadata
- Download URL: draftwatch-0.2.1-py3-none-any.whl
- Upload date:
- Size: 342.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bcc7e0d8e75d19631e9327f6b4ea266d9dee35d48a44087f85c71e5d6dbb766
|
|
| MD5 |
1a6c9beb02dac1239ed08187b96a5eea
|
|
| BLAKE2b-256 |
a7eca6afea73d91b581610884690a44926de1c8d18d9854fa8780ac8dcd1493c
|
Provenance
The following attestation bundles were made for draftwatch-0.2.1-py3-none-any.whl:
Publisher:
publish.yml on mtkonczal/Draftwatch
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
draftwatch-0.2.1-py3-none-any.whl -
Subject digest:
0bcc7e0d8e75d19631e9327f6b4ea266d9dee35d48a44087f85c71e5d6dbb766 - Sigstore transparency entry: 2111316598
- Sigstore integration time:
-
Permalink:
mtkonczal/Draftwatch@76e1bf5ab96f9bdf48cff31a0d1fae0a2379bb1d -
Branch / Tag:
refs/tags/v0.2.1 - Owner: https://github.com/mtkonczal
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@76e1bf5ab96f9bdf48cff31a0d1fae0a2379bb1d -
Trigger Event:
push
-
Statement type: