How to Use
- Paste the old text into Version A and the new text into Version B.
- The diff updates automatically.
- Switch to Side-by-Side or Merge View.
- Click Export Patch to download a
.patchfile.
Core Features
- Side-by-Side & Merge: Switch layouts for review or resolution.
- Clear Highlights: Additions, deletions, and edits are easy to scan.
- Ignore Options: Whitespace, case, and comment toggles.
- Export Patch: Download a standard
.patchfor Git workflows. - Offline Privacy: Runs in your browserโno uploads.
Related Tools
The 2026 FIRE Calculator (Inflation Adjusted). Simulate real purchasing power, analyze retirement savings gaps, and generate a visual wealth roadmap. One-click CSV export for your Excel or Notion finance dashboard. 100% Private, client-side calculation.
Calculate trade position size from account balance, risk %, entry, and stop loss. Runs locally in your browser with no uploads, so you can compare risk scenarios before you trade.
Calculate compound interest from principal, recurring contributions, APY, and time. Visualize principal, interest, and final balance with a local interactive chart.
Use this Loan Calculator / Mortgage Calculator to estimate monthly payment, total interest, and an amortization schedule locally. Enter amount, rate, and term to calculate now with instant charts.
Use this Investment Calculator / ROI Calculator to estimate starting capital, monthly contributions, annual return, and inflation-adjusted results locally. Calculate projected returns with an instant compound interest chart, ROI, and yearly schedule.
Use this APR to APY Calculator to convert between APR and APY locally. Enter a rate, choose compounding frequency, and see the effective interest rate, spread, and frequency comparison instantly.
Use this Profit Margin Calculator to calculate gross profit, Markup, Margin, and selling price locally. Enter cost and price, or cost and target margin, then calculate your margins instantly.
Use this CPM Calculator and CPC Calculator to estimate ad spend, impressions, clicks, CPM, CPC, and CTR locally. Enter budget and target costs to plan campaign scenarios instantly.
Calculation Logic
- Diff computation can be implemented with Myers-style or LCS-based algorithms.
- Debouncing and size thresholds help protect performance.
- Merge output can use conflict markers (<<<<<<< / ======= / >>>>>>>).
FAQ
- Is it free?
- Yes.
- Do you upload my code?
- No. Everything runs locally in your browser.
- How do I create a .patch file from two snippets?
- Compare, then click Export Patch to download a standard patch.
- Is there a diff checker that doesnโt upload sensitive text?
- Yesโthis tool is client-side only.