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.
- 🤖 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)
Or view the live site:
🌐 https://zeno-ai-orcin.vercel.app/
To run this app locally, follow these steps:
- Clone the repository
git clone https://github.com/peyush-nuwal/zeno.ai.git
cd zeno.ai- To start backend server
cd backend
npm install- Start backend server
npm run dev- Open your browser and navigate to:
http://localhost:3000- Open another terminal and navigate to frontend:
cd frontend
npm install- Start development server
npm run dev- Open your browser and navigate to:
http://localhost:5173- 🌐 Portfolio
- 📧 Email: piyushnawal19@gmail.com



