What this developer tool does
Generate a readable unified diff from two text versions entirely in the browser. Choose the context size and file labels, then copy or download a patch-style result. The implementation uses a line-based longest common subsequence, which keeps ordinary configuration and source edits understandable.
Builds a line-level edit sequence with dynamic programming, groups nearby changes, and emits standard @@ hunk headers.
Large files are capped to avoid expensive quadratic comparison in the browser. The generated text is review-oriented and does not include Git object metadata.