DEV Community

murtaztahir_dev
murtaztahir_dev

Posted on

I built an AI that automatically reviews your GitHub PRs

Hey dev.to community!

I just launched CodeLens AI — an AI-powered code review tool that automatically reviews every pull request.

How it works

  1. Connect your GitHub repo
  2. Open a PR
  3. AI automatically reviews the code
  4. Detailed review comment posted on PR

What it catches

  • Bugs and logic errors
  • SQL injection and security vulnerabilities
  • Performance issues
  • Code quality improvements

Tech Stack

  • Next.js + TypeScript
  • NextAuth + GitHub OAuth
  • Supabase database
  • OpenRouter AI
  • GitHub Webhooks

Try it free

https://codelens-ai-ochre.vercel.app

Would love your feedback! 🚀

Top comments (0)