AI Code Editor is an AI-powered developer tool designed for fast-paced startup environments. It integrates LLMs to assist with debugging, code generation, and execution analysis, making it an ideal companion for software engineers.
- 🚀 AI-Powered Development – Assists in error detection, code explanations, and optimizations.
- 🛠 Real-Time Execution – Uses Open-Source Judge0 API to run code inside the editor.
- 🌐 Startup-Ready – Deployable on Vercel, lightweight, and optimized for remote collaboration.
To get the project running locally, follow these steps:
- Node.js (
v16+) - Git installed
- API key from OpenRouter.ai
- Get a free API Key at https://openrouter.ai/
- Clone the repo
git clone https://github.com/rgopalan01/AI-Code-Editor.git cd AI-Code-Editor - Install dependencies
npm install
- Run the development server
npm run dev
- open
http://localhost:3000in your browser.
- Select a programming language
- Write your code in the Monaco-powered editor
- Click "Run Code" to execute via Judge0 API
- Use the AI Assistant to get:
- Error explanations
- Code optimizations
- Debugging insights
- AI-Powered Debugging: Automatic Error Detection
- Code Autocomplete
- Multi-Model Support
- Gemini-Flash-1.5
- DeepSeek-V3
- Claude 3.5 Sonnet
