Checkpoints for Claude Code - Never lose your work again

Automatic version control and checkpoint management for Claude Code projects. Track changes, create instant checkpoints, and restore previous states with confidence.

Add a comment

Replies

Best

Simple but handy — makes tracking changes in Claude Code so much easier.👍

I love this name! Does it work for multiple projects across a team?

, yes it does. It default add itself to .gitignore, but all the history is in .claudecheckpoints and can be synced across a team. Have been playing with the idea of adding a live sync between users, so multiple can work on it almost live adding features.

Does everything live on the device itself, or are there being sent requests to any servers?
Hi , it’s only locally on the device. No analytics or anything. The network permissions is to be able to connect to Claude Code MCP on localhost (your own machine)
Dang, this is an excellent idea. Will be trying this out on my next dev day

Hey, we practically built the same tool.

Looks great! How does it integrate with IDE’s like Zed which have brought support for agents like Claude Code via ACP protocol?