delta-review

DeltaReview

DeltaReview is an AI-powered code review tool that analyzes differences between two versions of code to detect bugs, security risks, performance issues, and generate commit messages.

It uses a serverless Next.js architecture with the Groq API to turn raw code changes into structured engineering insights.


Features


Tech Stack


How It Works

  1. Paste “Before Code”
  2. Paste “After Code”
  3. Click “Analyze Changes”
  4. Receive structured AI review with:
    • Risk scores
    • Findings
    • Refactoring suggestions
    • Commit messages

Setup

```bash npm install npm run dev