Projects · 2022—Now

Products, systems,
and experiments.

A categorized archive of product engineering, developer tooling, AI/ML, and systems work.

10 projects · Each built to test an idea or solve a specific problem.

Web Products

05
WebUpTools preview
02Web Utility Platform

WebUpTools

Small, fast browser tools for text, code, media, and everyday utility work. Clean, responsive UI with a suite of utilities like image compressors, JSON formatter, word counter, and more.

Next.jsTypeScriptTailwind CSSVercel
Reelzigo preview
07Short Video Platform

Reelzigo

A scalable short-video application with secure authentication, efficient data access, and optimized media delivery through ImageKit.

Next.jsNode.jsTypeScriptMongoDBRedisImageKit
Easy Rezume preview
08Resume Builder

Easy Rezume

A responsive resume builder with centralized state management and downloadable, ATS-friendly resume formats.

ViteReactReduxTailwind CSSVercel
Portfolio Website preview
09Personal Portfolio

Portfolio Website

A responsive personal portfolio built with a modern component system, expressive interactions, and a production deployment workflow.

Next.jsTypeScriptTailwind CSSMagic UIVercel
Foodify preview
10Food Delivery Web App

Foodify

A full-stack food delivery application with product browsing, ordering flows, and secure Stripe payment integration.

MongoDBExpress.jsReactNode.jsStripeVite

Developer Tools

02
themaginui preview
01React UI Library

themaginui

A focused collection of expressive, copy-ready React components for interfaces with intent. Built around purposeful motion, readable TypeScript, accessible interaction patterns, live previews, and composable APIs that teams can fully own and adapt.

ReactTypeScriptTailwind CSSMotionAccessibility
DevTools Platform preview
05Full Stack Web Application

DevTools Platform

A modern web utility platform providing developers with fast, lightweight tools for common workflows. Built with responsive design, serverless API architecture, and optimized UX. Features include code formatting, JSON processing, API testing utilities.

Next.jsTypeScriptTailwind CSSServerless APIsVercel

AI / ML

01
Waste Classification Using Hybrid Deep Learning preview
04AI/ML Research

Waste Classification Using Hybrid Deep Learning

Hybrid model combining CNN feature extraction with traditional ML classifiers for waste segregation. Achieves 94% accuracy on real-world dataset. Incorporates data augmentation, class balancing, and practical preprocessing pipelines for production deployment.

PythonTensorFlowOpenCVScikit-learnJupyter

Systems

02
Mini Distributed File System preview
03Systems Engineering

Mini Distributed File System

A production-inspired distributed file system implementation featuring chunk-based storage, replication strategies, and fault-tolerant node coordination. Demonstrates understanding of metadata management, consistency models, and practical failure handling.

GogRPCRaftProtocol BuffersDocker
Real-time Collaboration Platform preview
06Full Stack Product

Real-time Collaboration Platform

A multiplayer document editing system with real-time synchronization, user presence, and version control. Implements CRDT-inspired conflict resolution and WebSocket-based communication. Production-ready with authentication and database persistence.

ReactNode.jsPostgreSQLWebSocketsJWT Auth