A powerful code analysis and auto-fixing tool powered by AI. This application helps developers identify and fix code issues using OpenAI's GPT-3.5 and Google's Gemini AI.
- 🖥️ Real-time code editing with Monaco Editor
- 🔍 Instant code analysis and error detection
- 🤖 AI-powered code fixing using OpenAI GPT-3.5 and Gemini AI
- 💡 Smart code suggestions and best practices
- 🎨 Beautiful dark theme UI
- 📱 Responsive design for all devices
- Clone the repository
- Install dependencies:
npm install
- Create a
.env
file with your API keys:VITE_OPENAI_API_KEY=your_openai_key_here VITE_GEMINI_API_KEY=your_gemini_key_here
- Start the development server:
npm run dev
- Paste your code into the editor
- Select the appropriate language
- Click "Analyze Code" to detect issues
- Use "Auto-Fix with AI" to get AI-powered suggestions
- Review and apply the suggested fixes
- React
- TypeScript
- Tailwind CSS
- Monaco Editor
- OpenAI API
- Google Generative AI
- Vite
- Lucide Icons
This project is licensed under the MIT License - see the LICENSE file for details
Created by Atharv Hatwar