TinHub

Review the prompt, not the diff

git tracks what changed. tin tracks why — it records your AI coding sessions alongside your commits, so you always have the full story behind your code. Push to TinHub to share threads, review how problems were solved, or pick up exactly where you left off.

What is tin?

Version control for AI agent threads — like git, but for conversations.

Works with git

Runs alongside your existing workflow. Your AI threads live next to your commits.

ClaudeCursorCodexAmp

Use any coding agent

Claude Code, Cursor, Codex, and more. One install, all your agents.

Private by default

Your conversations stay yours. Share when you're ready.

Terminal

See the conversation behind every commit

Each commit links to the AI conversation that created it.

f8a2c1d·Add user authentication
Claude
👤

Add a login form to the app

Claude

I'll create a LoginForm component with email and password fields...

👤

Also add a remember me checkbox

Claude

Adding the checkbox with localStorage persistence.

3b7e9f2·Fix validation bug
Cursor
👤

The login form accepts empty emails

Cursor

I see the issue — the validation regex is missing. Let me fix that.

a1c4d8e·Initial commit