This project is made with the help of Claude (1M context).
SaaS platform digitizing coaching institutes, tuition centers, and test-prep academies — trusted by 200+ institutes across India.
LearnPro Academy provides role-based dashboards for students, teachers, parents, and institutes. Handles enrollment, live classes, mock exams, fee management, and progress tracking — turning a coaching business into a fully digital operation. Free 14-day trial for new institutes.
- Enrolled classes, schedules, and live sessions
- Mock exams with instant scoring
- Progress dashboards and performance tracking
- Class scheduling and live class management
- Exam authoring and grading
- Student attendance and reports
- Child's progress monitoring
- Fee receipts and dues
- Class and exam notifications
- Enrollment and admission management
- Fee collection and tracking
- Multi-batch and multi-teacher controls
- Analytics and revenue reports
- Framework: Next.js 16.2, React 19.2, TypeScript 6
- Styling: Tailwind CSS 4.2
- Charts: Recharts
- Dates: date-fns
- Icons: Lucide React
- SDK: @buildwithdarsh/sdk
- Deploy: Vercel
npm install
cp .env.example .env.local
npm run devnpm run dev— start dev servernpm run build— production buildnpm run start— start production servernpm run lint— run ESLint