Skip to content

Sreenath67/ai-code-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

AI Code Editor

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).

Features

  • 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

Tech Stack

  • 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)

Deployment URLs

About

An AI-powered full-stack online code editor built with React and FastAPI. Users can write, run, and debug Python code securely in the browser, with real-time AI assistance powered by OpenRouter's Mistral model. Code execution is sandboxed using the Piston API for safe and fast results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors