Skip to content

issarmank/pr-dev-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ PR Dev Tool

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.

✨ Features

  • πŸ” 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

πŸ› οΈ Tech Stack

  • 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

πŸš€ Getting Started

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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published