Never Lose Your Work Again

Automatic version control for Claude Code projects

✨ Free to use • macOS 13.5+

🎬 Watch it in action

Everything You Need for Safe Coding

🔍

Automatic Change Detection

Continuously monitors your entire project for file changes. No setup required - just select your project folder and start coding.

💾

One-Click Checkpoints

Create instant snapshots of your project state before making risky changes. Each checkpoint captures all files and their contents.

📊

Visual Diff Viewer

See exactly what changed between checkpoints with our built-in diff viewer. Track additions, modifications, and deletions at a glance.

Time Travel for Code

Instantly restore your project to any previous checkpoint. Perfect for experimenting with confidence or recovering from mistakes.

🤖

Claude Integration

Seamlessly integrates with Claude Desktop through MCP protocol. Automatic checkpoints when tasks complete.

📁

Full Project Backup

Every checkpoint includes a complete backup of all project files. Your work is always safe and recoverable.

Simple Workflow, Powerful Protection

1

Select Project

Choose your project folder in the Checkpoints app

2

Start Coding

Work with Claude Code as usual - changes are tracked automatically

3

Auto Checkpoint

Checkpoints are created automatically when tasks complete

4

Restore Anytime

One click to restore any previous state if needed

Seamless MCP Integration

Works automatically with Claude Desktop through Model Context Protocol

# Claude automatically uses these MCP tools:

update_task_status("Fix login bug", "in_progress")
# Work begins, changes tracked...

update_task_status("Fix login bug", "completed")
# Checkpoint created automatically!

restore_checkpoint("checkpoint_id")
# Instant restoration if needed

🔌 Auto-Connect

MCP server starts automatically on port 8765. Claude Desktop connects instantly when you open a project.

📝 Task Tracking

Every task start and completion is tracked. Checkpoints are created automatically at key moments.

🔄 Full Control

Claude can list checkpoints, view diffs, and restore previous states through MCP commands.

See It In Action