CodeSense AI is an intelligent pull request reviewer that uses AI to analyze GitHub PR diffs and provide contextual feedback. This repository contains the React-based frontend dashboard built with the Devias Kit template.
- Modern UI with glassmorphic design (purple/white theme)
- Dashboard showing:
- PR statistics
- Feedback trends
- Category-wise feedback insights
- Reviews page showing detailed AI feedback on each PR
- Sidebar navigation and responsive layout
- React JS
- Tailwind CSS
- Devias Kit (MUI + Custom styling)
- Axios (for API calls)
- Recharts (for visualizations)
src/ ├── api/ # API services ├── components/ # Reusable UI components ├── pages/ # Pages (Dashboard, Reviews, etc.) ├── styles/ # Custom CSS ├── App.js # Root component └── main.jsx # Entry point
git clone https://github.com/your-username/codesense-ai-frontend.git
cd codesense-ai-frontendnpm install
Create a .env file in the root directory and add your backend API base URL:
npm run dev
This project can be deployed using platforms like:
Vercel
Netlify
Render
Authentication integration
PR filtering and search functionality
Enhanced feedback categorization and filters
Analytics for team-wide usage and performance