Portfolio · 2025 — 2026

Projects

Production-grade systems and infrastructure solutions — 7 builds

UniShare

Development
Development

An open-source university platform for students to share notes, past question papers, and academic resources. Designed to facilitate collaborative learning and resource accessibility within academic communities.

Next.js NestJS TypeScript Node.js Socket.IO PostgreSQL Cloudflare R2 Excalidraw Prisma Better Auth TanStack Shadcn Zod

Slade Chat

Development
Development

A real-time messaging platform built with Next.js and NestJS that enables users to connect through friend management, direct messaging, and group chat rooms. Features Socket.IO for instant message delivery, Better Auth for secure authentication, and a Redis-based presence system for tracking online/offline status and last-seen timestamps.

Next.js NestJS TypeScript Node.js Socket.IO PostgreSQL Redis Prisma Better Auth TanStack Shadcn Zod

Medical Clinic POS System

Production
Production

A full-stack healthcare Point-of-Sale and management system designed for medical clinics and pharmacies. The platform improves operational efficiency through attribute-based access control (ABAC), multi-unit inventory tracking, patient record management, treatment documentation, dynamic invoicing, expense tracking, and financial reporting.

React Express TypeScript Node.js Prisma PostgreSQL TanStack Shadcn Docker Zod
Demo Credentials
Usernamesai@email.com
Password111111

Respectfully Rude

Stable
Stable

Respectfully Rude is a hackathon project where I led a team of three to build a full-stack app that generates AI-powered backhanded compliments and roast images. Built with React and Node.js/Hono, it uses Google's Gemini AI to create sarcastic compliments and Replicate's Flux model to generate cartoon-style roast images based on user photos, complete with authentication and cloud storage.

React Hono JavaScript TypeScript Node.js MySQL Prisma Shadcn Cloudinary Gemini

Zen Plan

Stable
Stable

A full-stack wellness planning application that helps users build healthy lifestyle routines through a structured weekly calendar. It features JWT authentication, customizable wellness activities (yoga, meditation, exercise, meal prep), category-based task organization, and progress tracking to promote holistic physical, mental, and emotional well-being.

React Hono JavaScript TypeScript Node.js MySQL Prisma Shadcn Cloudinary

AI Hub

Stable
Stable

AI Hub is a full-stack e-learning platform designed for AI education that enables instructors to create and manage courses while students can discover and enroll in AI-related content. The platform includes JWT-based authentication, email verification, profile management with picture uploads, and comprehensive course CRUD operations with search and sorting capabilities.

React Hono JavaScript TypeScript Node.js SQLite Prisma Shadcn Cloudinary

Expense Tracker

Stable
Stable

Node.js/Express backend API for an expense tracking application. Uses PostgreSQL with Knex.js for database management, and includes user authentication with JWT tokens and bcrypt password hashing. The API supports CRUD operations for expense tracking, user management, and list operations, with secure cookie-based authentication and image upload capabilities via Cloudinary integration.

Express JavaScript Node.js PostgreSQL Knex Cloudinary