Open source · Claude & Gemini · Client-side only

Open source,
privacy-first by default.

Code review,
with your own AI keys.

Revieu adds a review sidebar directly inside GitHub pull requests, so you can run Claude or Gemini on the diff without routing your code through a hosted backend.

Soon in Chrome for free View source on GitHub →
Revieu running inside a GitHub pull request

How it works
01
Open any PR on GitHub
Revieu reads the diff and PR description automatically, with no per-repo setup.
02
Click the Revieu tab
Pick a model, choose the files you want to include, and start the review without leaving the page.
03
Read streamed feedback
Feedback streams in real time and stays grouped by severity, with each note tied to a file and line.
04
Iterate in place
Clear and rerun the review with a different model, or copy the output straight into your PR conversation.

Features
Streaming sidebar UI
Output streams token by token, so you can start reading before the model finishes.
Multi-model support
Switch between claude-3-5-sonnet and Gemini per review, with local WebLLM support planned next.
Adapter-based architecture
GitHub support is isolated behind a clean adapter layer, which keeps future integrations manageable.
PR-description aware
The model gets the title and body alongside the diff, so the review stays grounded in the intent of the change.
Severity grouping
Findings are split into Critical, Improvements, and Minor, matching the structure of the sidebar UI.
Bring your own key
No backend, no proxy. Your API key stays in chrome.storage and requests go straight to the model provider.

MIT licensed. Star it, fork it, or open an issue.