AI Code Review
in Your Terminal

Catch bugs, security issues, and bad patterns before they hit production. One command, instant feedback.

Get Started Free See Pricing
$ git add auth.ts
$ buddy-review run
๐Ÿ“Š Usage: 3/20 reviews
 
โŒ auth.ts:34 โ€” SQL Injection vulnerability, user input concatenated directly
โŒ auth.ts:41 โ€” Password stored as plain text, use bcrypt
โš ๏ธ auth.ts:58 โ€” Missing error handling, request may hang
โœ… utils.ts โ€” Good separation of concerns
 
Critical security issues found. Fix before merging.
๐Ÿ”

Instant Feedback

Get a detailed review of your staged changes before every commit. No waiting, no context switching.

๐Ÿ”’

Security First

Catches SQL injections, XSS vulnerabilities, insecure dependencies, and more.

โšก

Works Anywhere

Any language, any framework. If git tracks it, we review it.

๐Ÿ› ๏ธ

Zero Config

Install, login, run. No config files, no integrations, no setup time.

Simple Pricing

Free

$0 /month
  • 20 reviews / month
  • git diff review
  • Security analysis
  • Bug detection
Get Started

Get Started in 30 seconds

npm install -g code-review-buddy
View on GitHub