Read a unified Git diff as files, hunks, additions, deletions, and context lines.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Unified diff headers and hunk markers are parsed into file names and line groups. Hunk ranges provide line anchors while color remains presentation only.
Input1: const port = 3000; const host = 'localhost'; const debug = false; Input2: const port = 8080; const host = 'localhost'; const debug = true;
Original: const port = 3000; const host = 'localhost'; const debug = false; Modified: const port = 8080; const host = 'localhost'; const debug = true;
Pull requests, patch reviews, and CI artifacts render Git diffs.