EveryDev.ai
Subscribe
Home
Tools

3,750+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. OpenReview
    OpenReview icon

    OpenReview

    Code Review
    Featured

    An open-source, self-hosted AI code review bot that deploys to Vercel, connects a GitHub App, and delivers on-demand PR reviews powered by Claude.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Self-hosted, open-source deployment. Free to use under MIT license; bring your own Vercel account and Anthropic API key.

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Code ReviewAI Coding AssistantsAutomated Testing

    Alternatives

    Greptileno-mistakesadamsreview
    Developer
    VercelSan Francisco, CAEst. 2015$863M raised

    Listed Aug 2026

    About OpenReview

    OpenReview is an open-source, self-hosted AI code review bot built by Vercel Labs. It deploys to Vercel, connects via a GitHub App, and triggers on-demand pull request reviews powered by Anthropic's Claude Sonnet 4.6. The project was built as an internal tool to help the Vercel team test their technologies together and is currently in public beta.

    What It Is

    OpenReview sits in the AI-assisted code review category. Developers mention @openreview in any GitHub PR comment to trigger a review — the bot then spins up an isolated sandbox, clones the repository on the PR branch, runs the Claude-powered agent against the diff, and posts inline suggestions directly in the pull request. It can also commit and push fixes (formatting, lint errors, simple bugs) back to the branch automatically.

    How the Workflow Operates

    The end-to-end flow is driven by GitHub webhooks and Vercel's durable execution primitives:

    1. A developer comments @openreview on a PR (optionally with specific instructions like "check for security vulnerabilities" or "run the linter and fix any issues").
    2. The webhook handler receives the event and starts a Vercel Workflow run.
    3. A Vercel Sandbox is created, the repo is cloned on the PR branch, and dependencies are installed.
    4. The Claude agent reviews the diff, reads files, runs linters and tests, and posts line-level comments with GitHub suggestion blocks.
    5. If the agent makes changes, they are committed and pushed to the PR branch automatically.
    6. The sandbox is torn down, and developers can react with 👍 or ❤️ to apply suggestions or 👎 / 😕 to skip them.

    Progressive Skill System

    OpenReview ships with a built-in skill registry and supports custom skills via .agents/skills/. The agent loads only the specialized instructions relevant to a given review, keeping the context window focused:

    • next-best-practices — File conventions, RSC boundaries, data patterns, async APIs, metadata, error handling
    • next-cache-components — PPR, use cache directive, cacheLife, cacheTag, updateTag
    • next-upgrade — Upgrade Next.js following official migration guides and codemods
    • vercel-composition-patterns — React composition patterns for component refactoring
    • vercel-react-best-practices — React and Next.js performance optimization guidelines
    • vercel-react-native-skills — React Native and Expo best practices
    • web-design-guidelines — UI code review for Web Interface Guidelines and accessibility compliance

    Custom skills are defined as Markdown files with YAML frontmatter in .agents/skills/, and the agent discovers them at runtime.

    Tech Stack and Architecture

    OpenReview is built on a modern TypeScript/Next.js stack with Vercel-native infrastructure:

    • Next.js — App framework and route handlers
    • Vercel Workflow — Durable, resumable execution
    • Vercel Sandbox — Isolated code execution environment with full repo access
    • AI SDK — AI model integration (Claude Sonnet 4.6 via Anthropic)
    • Chat SDK — GitHub webhook handling
    • Octokit — GitHub API client
    • Redis (optional) — Persistent state; falls back to in-memory

    Current Status

    OpenReview is currently in beta. The project page explicitly notes it was built as an internal Vercel Labs project and that users should "expect rough edges and breaking changes." The GitHub repository under vercel-labs was created in early 2026 and has accumulated over 1,500 stars, indicating meaningful community interest. The MIT license applies to the source code, and the project is freely self-hostable by anyone with a Vercel account and an Anthropic API key.

    OpenReview - 1

    Community Discussions

    Be the first to start a conversation about OpenReview

    Share your experience with OpenReview, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Self-hosted, open-source deployment. Free to use under MIT license; bring your own Vercel account and Anthropic API key.

    • On-demand PR reviews via @openreview mention
    • Sandboxed execution in Vercel Sandbox
    • Inline suggestions with one-click GitHub suggestion blocks
    • Automatic code fixes committed to PR branch
    • Progressive skill system with built-in and custom skills

    Capabilities

    Key Features

    • On-demand PR reviews triggered by @openreview mention
    • Sandboxed execution in isolated Vercel Sandbox
    • Inline suggestions with GitHub suggestion blocks for one-click fixes
    • Automatic code changes committed and pushed to PR branch
    • Reaction-based approval (👍/❤️ to apply, 👎/😕 to skip)
    • Durable workflows via Vercel Workflow for reliable execution
    • Progressive skill system with built-in and custom skills
    • Powered by Claude Sonnet 4.6 via AI SDK
    • Custom skills via .agents/skills/ directory
    • Optional Redis for persistent state
    • Next.js route handlers for custom API endpoints and webhooks

    Integrations

    GitHub
    Vercel
    Anthropic Claude
    Vercel Sandbox
    Vercel Workflow
    AI SDK
    Chat SDK
    Octokit
    Redis (Upstash)
    Next.js
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate OpenReview and help others make informed decisions.

    Developer

    Vercel

    Vercel is a platform for frontend developers that provides the developer experience, tools, and processes to create high-quality web applications.

    Founded 2015
    San Francisco, CA
    $863M raised
    893 employees

    Used by

    Notion
    Zapier
    Mintlify
    OpenAI
    +4 more
    Read more about Vercel
    WebsiteGitHubX / Twitter
    20 tools in directory

    Similar Tools

    Greptile icon

    Greptile

    AI-powered code review tool that learns your codebase and team standards to deliver personalized, context-aware pull request reviews.

    no-mistakes icon

    no-mistakes

    A local git proxy that runs an AI-driven validation pipeline (review, test, docs, lint) before forwarding your branch and opening a clean PR automatically.

    adamsreview icon

    adamsreview

    Multi-stage code review plugin for Claude Code featuring parallel sub-agent detection, automated fix loops, interactive walkthrough, and persistent JSON state.

    Browse all tools

    Related Topics

    Code Review

    Tools that help review, analyze, and improve code quality.

    109 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    804 tools

    Automated Testing

    AI-powered platforms that automate end-to-end testing processes with intelligent test case generation, execution, and reporting for faster, more reliable software delivery.

    144 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions