A full-stack web-based code editor with AI assistance, built using React and FastAPI. It enables users to write, run, and get code suggestions using an integrated AI assistant powered by Mistral 7B Instruct (via OpenRouter API).
- Write and execute Python code directly in the browser
- Get AI-powered code suggestions based on your code and queries
- Copy AI-generated suggestions directly into the editor
- Responsive, dark-themed user interface
- Code execution sandboxed via Piston API
- AI chat panel with history
- Frontend: React, Monaco Editor
- Backend: FastAPI, Python
- AI Model: Mistral 7B Instruct via OpenRouter API
- Execution Engine: Piston API (for running user code)
- Deployment: Vercel (frontend), Railway (backend)
- Live Site: https://ai-code-editor-beige.vercel.app
- Backend API: https://ai-code-editor.up.railway.app