PromptDiff

git diff for your AI prompts — see exactly what changed and why it matters

Get Pro →

Ever run into this?

Developers iterate on LLM prompts constantly but have no structured way to track what changed between versions. Copy-pasting into a text diff tool loses context, and git blame on prompt files tells you nothing about output impact. You end up guessing why a prompt regressed.

The fix

A CLI that versions your prompts in a local SQLite store, diffs any two versions side-by-side with semantic change highlighting, and lets you annotate each version with observed output quality notes.

What it does

Get Pro →