Drop your chaos. Get order.
A next-gen, high-speed AI code fixing engine powered by Groq & Llama 3.3.
AI.CodeReviewer is a futuristic, no-login web tool designed for developers who need instant code correction.
Forget traditional chat interfaces — this is a GenZ-style command center.
Simply drop your file or paste your broken code, toggle your preferences, and watch the AI reconstruct it in milliseconds.
-
⚡ Blazing Fast
Powered by Groq Llama 3.3 for instant results. -
🎨 GenZ UI
A unique, dark-mode, neon-glassmorphism-inspired interface. -
🛠️ Auto-Fix
Automatically detects bugs and provides a 100% clean, ready-to-copy version. -
🧠 Auto-Explain (Optional)
Explains why the code was broken and how it was fixed. -
📂 Drag & Drop
Support for direct file uploads
(.py,.js,.cpp,.java, etc.). -
📋 One-Click Copy
Instant copy button for the fixed code output. -
🌈 Syntax Highlighting
Integrated Prism.js for beautiful code readability.
- Backend: Python (Flask)
- AI Engine: Groq API (Llama-3.3-70b-versatile)
- Frontend: HTML5, CSS3 (Custom GenZ Design), Vanilla JavaScript
- Styling: Custom CSS Variables + Glassmorphism
- Python 3.8+
- A free API key from the Groq Console
Open your terminal (PowerShell or Command Prompt) and navigate to the folder where you want to install the project:
# Create project directory
mkdir AI.CodeReviewer
cd AI.CodeReviewer