Why a general diff workbench?
Developers constantly compare configs, JWT claims, XML metadata, and code snippets. A lightweight Git-style viewer with patch export beats pasting into a throwaway gist.
stbox diffs entirely in the browser with jsdiff — no uploads, split or unified views, inline substring highlights, and optional JSON/XML auto-format.
How to use this tool
- Paste original and modified content (or use the samples).
- Toggle split/unified, char/word highlight, ignore whitespace or case; auto-format JSON/XML when needed.
- Jump with Prev/Next, then copy the unified .patch or swap/clear panes.
Frequently asked questions
Is content uploaded?
No. Diffing uses the jsdiff library entirely in your browser.
How is this different from JSON Diff?
JSON Diff focuses on structural path changes for JSON only. Diff Workbench is a general text/Git-style viewer for any format, with inline highlights and patch export.