YAML Compare
Diff two YAML files side-by-side. Normalize mode parses and sorts keys so you only see real changes. Good for Kubernetes manifests, Helm values, and CI workflows. Runs in your browser.
Diff result
Paste content on both sides to see the diff.
How It Works
- 1
Paste both YAML files
Original on the left, changed on the right.
- 2
Toggle Normalize
Sort keys and re-emit both sides so you only see real changes.
- 3
Review the diff
Additions in green, deletions in red. Stats update live.
- 4
Copy or download
Export the unified diff to share in a PR or apply as a patch.
Use Cases
Kubernetes manifest review
Diff staging vs production manifests before promoting. Catch a missing replica or env var.
Helm values drift
Compare values.yaml across environments to find where overrides have diverged.
CI workflow review
Diff two versions of a GitHub Actions or GitLab CI workflow before merging.
Test fixture comparison
Compare expected vs actual YAML output from a fixture-based test.
Frequently Asked Questions
Diffing manifests by hand? Stop. Automate the test instead.
Bug0 writes end-to-end tests from plain English, runs them on every deploy, and a forward-deployed engineer reviews every failure. Spend less time on config drift, more time shipping.
From $2,500/mo. Results in 7 days.