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.
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.
See the conversation behind every commit
Each commit links to the AI conversation that created it.
Add a login form to the app
I'll create a LoginForm component with email and password fields...
Also add a remember me checkbox
Adding the checkbox with localStorage persistence.
The login form accepts empty emails
I see the issue — the validation regex is missing. Let me fix that.