https://pr-dev-tool.vercel.app/
An AI-powered pull request review tool that helps developers get intelligent code reviews using OpenAI's GPT models. The tool integrates with GitHub to fetch your open pull requests and provides detailed, actionable feedback on code quality, potential bugs, and best practices.
- π GitHub OAuth Integration - Secure authentication with GitHub
- π Pull Request Management - View and manage your open pull requests
- π€ AI-Powered Reviews - Get intelligent code reviews using GPT-4/GPT-3.5
- πΎ Review History - Save and access past code reviews
- π± Responsive Design - Works seamlessly on desktop and mobile
- π Export Options - Download reviews as Markdown or copy to clipboard
- π¨ Modern UI - Clean, intuitive interface with Tailwind CSS
- Frontend: Next.js 15, React 19, TypeScript
- Styling: Tailwind CSS
- Authentication: NextAuth.js with GitHub OAuth
- Database: Supabase
- AI: OpenAI API (GPT-4/GPT-3.5-turbo)
- Markdown Rendering: react-markdown
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.