CodeSage is an AI-powered code analysis platform that helps developers enhance their code with automated explanations, suggestions, summaries, and optimizations.
- π§© 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.
CodeSage/ β βββ Client/ # Frontend (React + Vite) β βββ src/ β βββ public/ β βββ ... β βββ Server/ # Backend (Node.js + Express) β βββ routes/ β βββ controllers/ β βββ models/ β βββ ... β βββ .gitignore βββ README.md βββ ...
Frontend:
- React.js
- Vite
- TailwindCSS / SCSS (if used)
Backend:
- Node.js
- Express.js
- MongoDB (if used)
AI Services:
- OpenAI API (or your custom model)
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.