Genie

Code reviews, fact-checked.

Every comment gets re-read against your code. No made-up bugs reach your PR.

Install on GitHub
Genie
Add rate limiting to the login endpoint and fix the SQL injection in users.ts
You
G
I'll fix both, run the tests, and prove it works.

Three products. One install.

Rollup

Daily commit digest. Slack, Discord, email.

Genie Review

Inline review, self-verified, proof-packeted.

Code Analysis

Complexity, concern mix, dependency health.

Anatomy of a proof packet

Other tools guess. Genie captures the evidence.

01

Session recording

Full browser replay of every action. Watch the cursor move, forms fill, buttons click — and see exactly where the rate limiter kicked in.

REC
00:00
Sign in
email
password
Sign in
02

Screenshot diffs

Before and after captures at each step. Visual regressions get flagged with highlighted change regions so nothing slips through.

After
Before
Before
After
03

App map

Every route and API endpoint touched, mapped as a dependency graph. Dead routes and orphan endpoints surfaced instantly.

//compose/feed/login/profile/feed/following/feed/trending/api/auth/api/media/api/posts/api/users
04

Console + network log

Every request, response, warning, and error captured. See the 429 rate limit response proving the fix actually works.

Console and network log
05

Live preview deploy

Every proof packet includes a deploy URL. Click it, verify the fix yourself.

pr253.preview.genie.techLIVE

Prefer the command line?

$genie wish 'fix the auth bug'
Install on GitHub