I built an AI that automatically reviews your GitHub PRs

Published: (May 4, 2026 at 06:39 AM EDT)
1 min read
Source: Dev.to

Source: Dev.to

Introduction

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

How It Works

  1. Connect your GitHub repository.
  2. Open a pull request.
  3. AI automatically reviews the code and posts a detailed review comment on the PR.

What It Detects

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

Tech Stack

  • Framework: Next.js + TypeScript
  • Authentication: NextAuth with GitHub OAuth
  • Database: Supabase
  • AI Provider: OpenRouter AI
  • Integration: GitHub Webhooks

Try It Out

CodeLens AI Demo


Would love your feedback! 🚀

0 views
Back to Blog

Related posts

Read more »