AlphaWebv0.3.0
Patchwork
Visual side-by-side diff and patch review in the browser.
Overview
Patchwork is a web-based diff viewer that renders unified and side-by-side diffs with syntax highlighting. Paste a patch, upload a diff file, or point it at a Git commit range and get a reviewable visual breakdown.
Features
- Side-by-side and unified views — toggle between layouts with a keypress
- Syntax highlighting — 120+ languages via Shiki
- Comment threads — annotate lines with comments (local-only for now)
- Keyboard navigation —
j/kto move between hunks,n/pbetween files - Shareable links — encode small diffs in the URL fragment (no server needed)
Usage
Open the app, paste a unified diff, and start reviewing. For larger changesets:
git diff main...feature | pbcopy
# paste into Patchwork
Patchwork is in alpha. Expect rough edges. Feedback welcome.