CodeNova is your smart, friendly, and lightning-fast AI-powered code reviewer!
Paste your code, hit Review, and get instant, expert feedback powered by Google Gemini.
Perfect for learners, pros, and everyone in between – all in a beautiful, interactive interface.
🚀 Try it here: CodeNova Live App
(Deployed version with full frontend + backend integration)
- 🤖 AI-Powered Reviews: Get smart, constructive feedback using Google Gemini.
- 🎨 Modern UI: Sleek, resizable split view with gorgeous syntax highlighting.
- ⚡ Instant Results: Paste your code and see suggestions in seconds.
- 🖱️ Resizable Panels: Adjust the layout to your liking.
- 🌙 Dark Mode: Eye-friendly design for long coding sessions.
git clone https://github.com/your-username/CodeNova-AI-Code-Reviewer.git
cd CodexAIcd backend
npm install-
Create a
.envfile in thebackend/folder and add your Google Gemini API key:GOOGLE_GEMINI_KEY=your-gemini-api-key-here -
Start the backend server:
npx nodemon server.js
cd ../frontend
npm install
npm run dev- Open http://localhost:5173 in your browser.
You need a Google Gemini API key for AI-powered reviews.
Get yours from Google AI Studio and add it to your backend .env file as shown above.
| 🔍 Review Example |
|---|
![]() |
| 🏠 Home Page |
|---|
![]() |
- Make sure your Gemini API key has access to the Gemini Pro model.
- The backend runs on port
3000by default; the frontend runs on5173. - For best results, use modern browsers like Chrome or Edge.
I am thrilled to have you here! If you have feedback or ideas, feel free to open an issue or contribute.
Happy coding, and remember: with CodeNova, you're never coding alone! 🚀🤝✨

