u/Grannen

I spend most of my workday in GitHub, and the code review flow has bugged me for years. It's better than Bitbucket or GitLab, but that's a low bar. Reviewing a real PR, the kind with twenty changed files and a tangle of comments, still feels rough. Important feedback gets buried in long threads. Diffs are cramped. Bouncing between files breaks your concentration. None of it feels designed for the way reviews actually happen.

I kept looking at tools like Linear and wondering why code review didn't have anything close to that level of polish. So I started building Pull Panda.

I originally planned to build this as a SaaS, but a desktop app turned out to be a much better fit. You don't have to trust me with your source code. Authentication is simpler, onboarding is easier, and syncing across machines doesn't require me to run infrastructure that touches your repos. For a tool that sits this close to your codebase, the desktop is the right place to live.

The core idea is to strip noise out of the review process. You shouldn't have to scroll through a forty-comment thread to figure out what you actually need to change. Pull Panda surfaces the important bits, makes diffs easier to read, and lets you customize things like themes so it feels like yours instead of a generic web app.

The thing I'm most excited about right now is a task view we're experimenting with. It pulls information from across the PR (comments, requested changes, unresolved threads, failing checks) into one to-do list you can work through as you get a branch ready to merge. No more bouncing between tabs trying to remember what's still open.

It's still early. Would love feedback from anyone who does code reviews as part of their day job, especially if you've felt the same friction.

reddit.com
u/Grannen — 7 days ago