https://github.com/peyush-nuwal/zeno.ai
A modern, AI-powered code review interface built using Vite, React 19, Express.js, and Google Generative AI. Designed to provide real-time, context-aware code suggestions and reviews with a clean developer-friendly experience.
https://github.com/peyush-nuwal/zeno.ai
expressjs gemini-api genai google googlegenai googlegenerativeai nodejs reactjs tailwindcss vite
Last synced: 3 months ago
JSON representation
A modern, AI-powered code review interface built using Vite, React 19, Express.js, and Google Generative AI. Designed to provide real-time, context-aware code suggestions and reviews with a clean developer-friendly experience.
- Host: GitHub
- URL: https://github.com/peyush-nuwal/zeno.ai
- Owner: peyush-nuwal
- Created: 2025-05-16T08:16:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-16T09:43:22.000Z (about 1 year ago)
- Last Synced: 2025-06-22T07:04:01.251Z (about 1 year ago)
- Topics: expressjs, gemini-api, genai, google, googlegenai, googlegenerativeai, nodejs, reactjs, tailwindcss, vite
- Language: JavaScript
- Homepage: https://zeno-ai-orcin.vercel.app/
- Size: 9.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zeno AI Code Reviewer
🌐 [Live Site](https://zeno-ai-orcin.vercel.app/)
A modern, AI-powered code review interface built using Vite, React 19, Express.js, and Google Generative AI. Designed to provide real-time, context-aware code suggestions and reviews with a clean developer-friendly experience.
---
## 🚀 Features
- 🤖 Google Gen AI Integration for intelligent, context-aware code analysis and suggestions
- ✍️ Live Markdown & Code Editor with syntax highlighting and auto-formatting
- 🧠 Split-View Interface powered by react-split for seamless multi-panel workflow
- 🌈 PrismJS + rehype-highlight for language-aware syntax coloring
- 💡 Real-time code reviews with minimal latency using Express.js and Axios
- 🛠️ Custom code input via react-simple-code-editor
- ⚡ Built with Vite for ultra-fast dev experience and blazing-fast HMR
- 🚀 Future-ready using React 19 (experimental)
## 🧰 Tech Stack










## 🎥 Demo
Or view the live site:
🌐 [https://zeno-ai-orcin.vercel.app/](https://zeno-ai-orcin.vercel.app/)
## Screenshots




## 🛠 Installation & Setup
To run this app locally, follow these steps:
1. **Clone the repository**
```bash
git clone https://github.com/peyush-nuwal/zeno.ai.git
cd zeno.ai
```
2. **To start backend server**
```bash
cd backend
npm install
```
3. **Start backend server**
```bash
npm run dev
```
4. **Open your browser and navigate to:**
```bash
http://localhost:3000
```
5. **Open another terminal and navigate to frontend:**
```bash
cd frontend
npm install
```
6. **Start development server**
```bash
npm run dev
```
7. **Open your browser and navigate to:**
```bash
http://localhost:5173
```
## 📬 Contact
- 🌐 [Portfolio](https://peyush-nuwal-portfolio.vercel.app/)
- 💼 [LinkedIn](https://linkedin.com/in/peyush-nuwal)
- 📧 Email: piyushnawal19@gmail.com