Clarix is a high-performance SaaS platform built for multi-tenant subscription monitoring and cost optimization. It provides granular visibility into software spend across an entire organization.
- Framework: Next.js 14 (App Router)
- Database: MongoDB (Native Driver)
- Auth: Next-Auth (Auth.js) v5
- UI: Radix UI + Tailwind CSS
- Validation: Zod
- Icons: Lucide React
The system uses a Native MongoDB driver approach for maximum performance and flexible schema management, bypassing the overhead of traditional ORMs. It features a robust multi-tenant architecture with strict role-based access control (RBAC).
- Super Admin Dashboard: Global tenant management, platform-wide analytics, and infrastructure governance.
- Company Admin Dashboard: User seat management, department spend tracking, and license optimization.
- Renewal Alert Engine: Automated cron jobs for monitoring upcoming software renewals and cost spikes.
-
Clone the repository:
git clone <repo-url> cd clarix
-
Install dependencies:
npm install
-
Configure environment: Copy
.env.exampleto.envand provide your MongoDB connection string. -
Seed the database:
npm run seed
-
Start development:
npm run dev
- Super Admin:
admin@clarix.in/Admin@1234 - Standard Admin:
aman@infospark.in/Aman@1234
Proprietary License - (c) 2026 Clarix SaaS. All Rights Reserved.