Adapted AI deployment
OpenReview Deployment
A self-hosted pull-request review service configured for model routing.
What it is
This is my deployed fork of Vercel Labs' OpenReview project. It can respond to pull-request comments, inspect a repository in an isolated workspace, run project checks, and return line-level review suggestions through GitHub.
The deployment combines Next.js route handlers, GitHub webhooks, resumable workflows, isolated execution, the AI SDK, and a configurable model provider. The original product comes from Vercel Labs; my public fork and deployment preserve that attribution.