Better Hub – we tried to improve GitHub
Polished GitHub UI alternative, but existing clients (CLI, VS Code) already solve this.

Prettier GitHub interface, but no killer differentiation vs VS Code + GitHub CLI.
Developers who use GitHub daily; teams managing repositories
GitHub Desktop · Cursor IDE · GitPod
I’m Bereket, founder of Better Auth. Our team spends a huge amount of time on GitHub every day. Like anyone who’s spent enough time there, I’ve always wished for a much better GitHub experience.
I’ve asked a lot of people to do something about it, but it seems like no one is really tackling GitHub directly.
A couple of weeks ago, I saw a tweet from Mitchell (HashiCorp) complaining about the repo main page. That became the trigger. I decided to start hacking on a prototype to see how far I could push an alternative interface using GitHub’s APIs.
Within a week, I genuinely started using it as my default, same with the rest of our team. After fixing a few rough edges, I decided to put it out there.
A few things we’re trying to achieve:
- UI/UX rethink* – A redesigned repo home, PR review flow, and overview pages focused on signal over noise. Faster navigation and clearer structure.
- Keyboard-first workflow: ⌘K-driven command center, ⌘/ for global search, ⌘I opens “Ghost,” an AI assistant, and more.
- Better AI integration: Context-aware AI that understands the repo, the PR you’re viewing, and the diff you’re looking at.
- New concepts: Prompt Requests, self-healing CI, auto-merge with automatic conflict resolution, etc.
It’s a simple Next.js server talking to the GitHub API, with heavy caching and local state management.
We’re considering optional git hosting (in collaboration with teams building alternative backends), but for now, the experiment is: how much can we improve without replacing GitHub
This is ambitious and very early. The goal is to explore what a more modern code collaboration experience could look like, and make it something we can all collaborate on.
I’d love your feedback on what you think should be improved about GitHub overall.
Polished GitHub UI alternative, but existing clients (CLI, VS Code) already solve this.
Query-based notification filters beat GitHub's firehose inbox.
CLI-inspired web UI is genuinely unusual—fzf meets GitHub.
VS Code-style PR review with go-to-definition and full file context, but GitHub's native improvements are closing the gap.
Ctrl+B keyboard nav for Notion hierarchies, but extension market already has similar tools.
Vimium for your entire desktop with Hilbert curve hint distribution.