Skip to content

Latest commit

Β 

History

History
71 lines (48 loc) Β· 2.08 KB

File metadata and controls

71 lines (48 loc) Β· 2.08 KB

πŸ€– RevynAI – Your Second Pair of (AI) Eyes πŸ‘€

RevynAI is an AI-powered code reviewer that uses Google Gemini to provide intelligent code analysis, highlight bugs, suggest fixes, and offer improvement tips β€” all within an elegant, real-time web interface. Whether you're a beginner or an experienced dev, RevynAI helps you write better code, faster.


✨ Features

  • βœ… AI-Powered Review: Real-time bug detection, fix suggestions, and code insights
  • 🌐 Multi-language Support: Review code in JavaScript, Python, Java, C++, and many more
  • 🧠 Google Gemini Integration: Seamless use of Gemini 2.0 Flash for fast and smart results
  • πŸ’» Monaco Editor: A robust, syntax-aware code editor with dark theme
  • πŸ“Š Code Quality Rating: Clear indicators like βœ… GOOD, 🟑 AVERAGE, ❌ BAD
  • πŸ“± Fully Responsive UI: Works great on desktop, tablet, and mobile
  • 🎯 Minimal UI: Built with modern React and Tailwind best practices

πŸš€ Tech Stack

Tech Description
React.js Frontend library
Tailwind CSS Utility-first styling
Monaco Editor Code editor used in VS Code
Google Gemini AI model for natural language & code
Vite Fast React bundler
Vercel Deployment platform

πŸ“₯ Installation Guide

1. Clone the repository

git clone https://github.com/yourusername/revyn-ai.git
cd revyn-ai

2. Install all dependencies

npm install

3. Add your API key in .env file

echo VITE_GEMINI_KEY=your_google_gemini_api_key > .env

4. Start local development server

npm run dev

πŸ§‘ Author

Jaydeep Singh Rathore
πŸ‘¨β€πŸ’» MERN Stack Developer | AI Explorer
πŸ“§ Email: jaydeepsinghrathore904@example.com


πŸ“ License

This project is licensed under the MIT License.
See the LICENSE file for details.