diffage

The next generation diff sharing tool

Share git diffs instantly with beautiful syntax highlighting

View on GitHub

Lightning Fast

Instant sharing with no delays. Built for speed.

Beautiful Diffs

Syntax highlighting that makes code reviews a joy.

CLI First

Seamlessly integrates with your workflow.

Get Started in Seconds

npm install -g diffage

Usage

diffage create --file changes.diff

# or pipe from git
git diff main | diffage create

Response

{
  "id": "abc123",
  "url": "https://diffage.com/abc123"
}

See It In Action