Skip to content

CodeSage is a MERN stack-based AI code reviewer that trims, explains, suggests improvements, and summarizes code using OpenAI APIs. Built for developers to get instant, intelligent feedback and enhance code quality efficiently.

Notifications You must be signed in to change notification settings

AnbCrafts/CodeSage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

🧠 CodeSage

CodeSage is an AI-powered code analysis platform that helps developers enhance their code with automated explanations, suggestions, summaries, and optimizations.


🚀 Features

  • 🧩 Code Trimming: Automatically removes redundant or dead code.
  • 📚 Code Explanation: Line-by-line breakdown to help understand code logic.
  • 💡 Code Suggestions: AI-powered improvements for better performance and readability.
  • 📝 Code Summary: High-level overview of what the code does.

📁 Project Structure

CodeSage/ │ ├── Client/ # Frontend (React + Vite) │ ├── src/ │ ├── public/ │ └── ... │ ├── Server/ # Backend (Node.js + Express) │ ├── routes/ │ ├── controllers/ │ ├── models/ │ └── ... │ ├── .gitignore ├── README.md └── ...


🛠️ Tech Stack

Frontend:

  • React.js
  • Vite
  • TailwindCSS / SCSS (if used)

Backend:

  • Node.js
  • Express.js
  • MongoDB (if used)

AI Services:

  • OpenAI API (or your custom model)

⚙️ Installation

Clone the repo

git clone https://github.com/AnbCrafts/CodeSage.git
cd CodeSage
cd Server
npm install
cd ../Client
npm install




---

Let me know if you'd like this tailored more toward deployment, contributions, or API documentation.

About

CodeSage is a MERN stack-based AI code reviewer that trims, explains, suggests improvements, and summarizes code using OpenAI APIs. Built for developers to get instant, intelligent feedback and enhance code quality efficiently.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published