Built · 25 minutes
PR Flow
A macOS kanban board of your GitHub PRs, auto-sorted by the next step needed to move each one forward.
Private repo
Built with: Glaze · Electron · TypeScript · React · React Query · GitHub GraphQL
At Podia I’ve started to experiment with having AI automatically approve some PRs which are small and low-risk so I’m not always waiting for another developer to review things. But I also have a nasty habit of getting Claude to write a PR and then I forgetting about it.
So, when I saw Raycast had a agent for building MacOS apps, and it had built-in GitHub auth, I decided to build my own kanban board for PRs.
It classifies every PR I’ve authored into one of six columns — Draft, Needs AI review (i.e., hasn’t been reviewed at all), Changes to address, Needs reviewer (I need to assign a human review), Awaiting review (from a human), and Ready to merge.
Now if I’m ever wondering what steps I need to take I can open PR Flow and see what steps are required to move things along.
How it was built
Built with Glaze, an Electron app framework designed for AI agents to build desktop apps. Don’t know how it works but I gave it a dark neon theme because I wanted to.