My Work

A collection of projects I've built — from open-source tools to production applications.

2026
Checking

NexChat — Real-Time Chat Application

Developed a production-grade full-stack chat application using Next.js 15, React 19, Node.js/Express, and PostgreSQL with JWT authentication, bcrypt h...

Next.js 15React 19TypeScriptNode.jsExpressPostgreSQLTailwind CSSJWTbcryptZodJitsi Meet
2026

AI Email Automation Platform (SaaS)

Engineered a full-stack AI-driven email automation SaaS supporting content generation, personalization, and scheduled delivery across 100+ structured ...

Next.jsTypeScriptNode.jsPostgreSQLPrismaOpenAI APISendGridClerk
2025

Sorting Algorithm Visualizer

Built during DSA training at LPU. Demonstrates real-time step-by-step execution flow and time-complexity behavior of major sorting algorithms with vis...

C++Data StructuresAlgorithms