Open-source AI code review (AGPLv3, BYOK)
BYOK model avoids vendor markup, but GitHub Copilot already dominates this space.

VS Code-style PR review with go-to-definition and full file context, but GitHub's native improvements are closing the gap.
Developers reviewing large or AI-generated pull requests who want editor-like code navigation
GitHub's native PR review · GitLab's merge request review · Gerrit
GitHub's diff view works well for smaller changes, but once a PR gets big I usually want more of an editor-style workflow while reviewing ie see the surrounding code, jump to related symbols and files, and mark off what I have already reviewed and I felt Github's interface was really frustrating me.
DiffDeck opens a GitHub pull request in a review workspace with:
- full file context - go-to-definition and references for TS/JS - review notes - per-file reviewed state and review progress - hide/checkoff reviewed files
One thing I wanted was for it to feel closer to VS Code than a traditional PR tool. You can jump around the codebase while reviewing, and features like go-to-definition are meant to feel familiar if you already spend most of your time in an editor.
Right now it requires GitHub sign-in, because the point is to open pull requests you already have access to and review them with more context than GitHub's diff view gives you. I considered making a public demo, but that felt less representative than letting people try it on their own PRs.
This is an early alpha. Right now the code navigation features are focused on TypeScript and JavaScript codebases. The main thing I'm trying to learn is whether this is actually a better review workflow than staying in GitHub's PR UI. For now you can feel free to review a single PR.
I'd especially like feedback from people who review large PRs or AI-generated code:
- what still feels missing - whether this solves a real problem or just one I personally had
BYOK model avoids vendor markup, but GitHub Copilot already dominates this space.
Claude in GitHub Actions with inline comments, but Codiumai and others already own this niche.
Unified GitHub and GitLab inbox for teams drowning in AI-generated PRs.
AI auto-fixes GitHub issues overnight on free Gemini tier, keeps Claude tokens for daytime work.
MCP wrapper for SafeDep; valuable but depends entirely on Agentic Workflow adoption.
Yet another AI code reviewer; Copilot, CodeRabbit, and Gitstream already do this.