Projects
A collection of products, experiments, ideas and systems I've built throughout my journey.

IntelliX
A modern coaching institute operating system that centralizes academic operations, student management, attendance tracking, performance analytics, and real-time institute workflows into a single platform.
The Problem
Most coaching institutes still rely on registers, spreadsheets, and fragmented communication channels, making it difficult to track attendance, monitor student performance, and manage academic operations efficiently.
Why I Built It
While interacting with coaching institutes, I realized that many of their daily operations were still handled manually. IntelliX was built to digitize these workflows, provide real-time visibility into academic performance, and lay the foundation for an AI-powered education operating system.
How I Built It
Built a full-stack SaaS platform using React, Supabase, PostgreSQL, and Role-Based Access Control (RBAC). Implemented multi-tenant architecture, institute-level data isolation, student and teacher management, real-time attendance tracking, live lecture monitoring, performance analytics, notifications, and AI-assisted features with a scalable cloud-based backend.
What I Learned
Learned multi-tenant SaaS architecture, database design, Row Level Security (RLS), authentication and authorization systems, real-time synchronization, role-based dashboards, data modeling, and building scalable education technology platforms.

WebVerse
A Spider-Verse inspired real-time chat platform that enables users to create or join rooms instantly, communicate through text and media, and interact in a visually immersive comic-style environment.
The Problem
Most chat applications require lengthy sign-up processes and lack a fun, engaging experience for spontaneous conversations.
Why I Built It
I wanted to explore real-time communication systems while building something more exciting than a traditional chat app. The goal was to create a frictionless platform where users can instantly connect, socialize, and build communities.
How I Built It
Built a full-stack real-time architecture using Next.js, Node.js, Express, and Socket.IO. Implemented room-based messaging, online presence tracking, media sharing, message replies, typing indicators, and a Spider-Verse themed UI with responsive design and smooth animations.
What I Learned
Learned the fundamentals of WebSocket-based communication, event-driven architectures, room management, state synchronization across multiple clients, and deployment of distributed frontend-backend systems.

Evalix AI
A multi-tenant SaaS platform designed to digitize academic operations with role-based dashboards, automated attendance, and AI-driven performance insights.
The Problem
Universities rely on fragmented, legacy systems for academic management.
Why I Built It
I noticed my own college using outdated ERP systems that crashed during exams and made attendance tracking a nightmare. I wanted to build a modern, single-pane-of-glass solution that could handle university-scale traffic seamlessly.
How I Built It
Architected around Next.js and Supabase for real-time data sync. Implemented role-based access control (RBAC) across tenants. Integrated Groq AI to analyze student performance trends and predict dropout risks.
What I Learned
I learned the brutal complexities of multi-tenant architecture, particularly data isolation, schema design for organization-level partitioning, and handling high-concurrency WebSocket connections during attendance bursts.