I spent 9 days building a free Git GUI because I was tired of paying $99/year

Posted by AIDevTools@reddit | programming | View on Reddit | 54 comments

After yet another "GitKraken wants $99/year" reminder, I decided to build the Git GUI I actually wanted to use. Nine days of focused work later, here's Graft.

The Problem:

What I Built:

Tech Stack:

What Surprised Me:

Got my first contributor within 7 hours of releasing v1.0.2. They added testing infrastructure before I even asked for it. That told me I might be onto something.

Current Status:

What's Missing:

I'm not trying to compete with mature tools like GitKraken on every feature. Just trying to nail the 80% use case (branch, commit, merge, rebase) and make it fast, free, and keyboard-friendly.

GitHub: https://github.com/Dancode-188/graft

If you've ever been frustrated by slow, expensive Git GUIs, I'd love your feedback.