The central hub and primary landing page for the FeeEase School Management Ecosystem. Accessible via feeease.com.
The FeeEase Platform serves as the digital storefront and administrative entry point for educational institutions. It facilitates school registration, provides information about the system's capabilities, and acts as the gateway to the more specialized modules like Modern Nursery.
The FeeEase system is built as a distributed microservice architecture to ensure scalability and separation of concerns:
- FeeEase Platform: This project - the central hub and public-facing site.
- Modern Nursery: The primary School Management System (SMS). A secure, role-based application for registered schools to manage students, fees, and staff.
- FeeEase Worker: A high-performance background worker handling asynchronous tasks such as WhatsApp broadcasting, automated reminders, and future biometric integrations.
- Try FeeEase: A browser-based trial environment (try.feeease.com) that allows prospective schools to explore the system with zero-configuration and local storage.
- Framework: Next.js 16 (App Router)
- Styling: Tailwind CSS + Shadcn UI
- Authentication: NextAuth.js
- Database: MongoDB (via Mongoose)
- State Management: React Context API
First, run the development server:
pnpm devOpen http://localhost:3001 with your browser to see the result.