Skip to content

ankur8303/ai-code-review-assistant

 
 

Repository files navigation

AI Code Review Assistant

Welcome to AI Code Review Assistant, the next step in automating your coding review process. Powered by the cutting-edge technologies of OpenAI API and LangChain, this application leverages the best in AI to streamline code reviews, making them more efficient and insightful.

Features

  • Automated Code Reviews: Get instant feedback on your code's quality, style, and potential bugs.

  • Powered by OpenAI and LangChain: Utilizes advanced AI models for in-depth analysis.

  • Built with Vite + React: A modern, fast, and powerful web development setup.

Getting Started

To get your local environment set up and running, follow these simple steps:

  1. Clone the repository:
  git clone https://github.com/jjxmonster/ai-code-review-assistant
  1. Install dependencies:

Navigate to the project directory and run:

  bun install
  1. Set up your .env file:

Create a .env file in the root of your project and add your OpenAI API key:

  VITE_OPENAI_API_KEY=your_openai_api_key_here

Replace your_openai_api_key_here with your actual OpenAI API key.

About

Automate code reviews with AI Code Review Assistant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.1%
  • JavaScript 11.6%
  • CSS 9.5%
  • HTML 1.8%