In-Browser
Runs in your browser

Text Diff & Comparison Tool

Fast, client-side text diff utility. Compare original and modified text side-by-side with color-coded additions, deletions, and unchanged line highlights.

7 lines
9 lines

Comparison Diff Output

4 added2 removed5 unchanged
-1-// OmniTools Platform
+1+// OmniTools Platform - Phase 2
2 export interface Tool {
3 id: string;
4 name: string;
5 category: string;
-6- status: 'beta' | 'stable';
+6+ executionMode: 'client' | 'server';
+7+ status: 'active' | 'beta';
+8+ isFeatured: boolean;
9 }

Key Capabilities

Line-by-line Longest Common Subsequence (LCS) algorithm
Color-coded diff viewer (+ additions in green, - deletions in red)
Accurate line numbering for both documents
Summary metrics (+X additions, -Y deletions, Z unchanged)
One-click copy of unified diff report