Built in the open by one engineer. Dates are real ship dates, and the accuracy items come straight from tester feedback.
Site
One design system across site and app
The marketing site and the logged-in dashboard now share the same palette and surfaces, and every GitHub link points at the Marketplace listing. Also fixed a stale claim: the AI reads full changed files plus their local imports (that's what makes it accurate), never the wider repo.
A full engineering post on the false-positive class an early tester reported, the root cause, and the repo-context architecture that fixed it. Read it on the blog.
Dashboard
Turn repos off, keep their history
You can now disable reviews on a repo from its page — billing shrinks accordingly and all review history is kept for when you re-enable. Enabling a repo that was reviewed via a Marketplace install now adopts its past reviews, so history appears immediately. Plus: configuration docs at /docs/config, and every PR summary now links back to your dashboard.
Dashboard
Dashboard redesign shipped
New app shell with sidebar navigation, a repos overview with risk sparklines, real-data analytics (risk over time, top rules, auto-approve rate), redesigned PR detail and repo pages, and a visual config editor with live YAML preview. Navigation is near-instant: the shell renders once and content streams in.
Billing
Fair free-tier enforcement + upgrade flow
The free tier's 50 reviews/month is now enforced per account (not per repo), with a single courtesy email the first time you hit it. Upgrading to Pro is one click from the sidebar or Settings. The repos table shows your real quota instead of a misleading ∞.
Accuracy
Full-file context: the false-positive fix
The AI reviewer now reads each changed file's complete contents and the local files it imports before flagging anything — so it verifies imports, type definitions and component sources instead of guessing from the diff. This removed the "X is not imported" class of false positive entirely.
Platform
Marketplace installs, first-class
Repos installed from the GitHub Marketplace are tracked from the moment of install — reviews run and are recorded even before you ever sign in to the web dashboard.
Accuracy
Upgraded review model + quieter approvals
Reviews now run on a stronger frontier model with a severity rubric that reserves "critical" for genuinely severe issues. Fixed duplicate "looks good" approvals on every push — one approval, maintained across commits.
Accuracy
Severity calibration
Added a conservative severity rubric to the AI reviewer so critical findings stay rare and meaningful — a typical PR has zero or one, and the merge gate only fires when it should.
Platform
GitHub Marketplace listing approved
MicroReview is installable directly from the GitHub Marketplace.
Want something on this list? Tell me — the roadmap follows real feedback.