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.