AI Code Analyzer is a React + TypeScript -based web application where you can write, test, and run your code instantly. It also leverages AI (Gemini API) to analyze your code, find errors, and suggest optimal approaches to help improve your coding skills.
- React.js + TypeScript – Frontend framework for building the user interface
- Piston API – Executes and runs code snippets securely
- Gemini AI API – Analyzes code for errors, optimizations, and best practices
👉 Click here to view the live AI Code Analyzer
- Open the app via the live link or run it locally on your PC.
- Write your code in the provided editor.
- Click the Run button to execute the code via the Piston API.
- Get real-time AI-powered analysis and suggestions from the Gemini API to optimize your code and fix errors.
- Practice and improve your coding skills efficiently with AI assistance.
- Clone or Download the Project
git clone https://github.com/Lohith2005/AICodeAnalyzer.git
- GEMINI_API_KEY= your-gemini-api-key
- npm i - downalod node modubles
- run command - npm run dev