Compare code, text, JSON, YAML, and data files side-by-side. Spot differences instantly with intelligent highlighting.
Compare code files with syntax highlighting for 20+ languages.
Compare plain text documents and see differences highlighted.
Compare JSON objects with semantic diff - ignores formatting differences.
Compare YAML configuration files with structure-aware diffing.
Compare CSV, TSV, and tabular data with cell-level highlighting.
function greet(name) {
return "Hello, " + name;
}function greet(name) {
return `Hello, ${name}!`;
}