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
- AI-powered code diff analysis
- Bug, security, performance, and complexity scoring
- Refactoring suggestions
- Commit message generation
- Clean developer-focused UI
- No login required
Tech Stack
- Next.js (App Router)
- TypeScript
- TailwindCSS
- Groq API
- Serverless API routes (Vercel)
How It Works
- Paste “Before Code”
- Paste “After Code”
- Click “Analyze Changes”
- Receive structured AI review with:
- Risk scores
- Findings
- Refactoring suggestions
- Commit messages
Setup
```bash
npm install
npm run dev