Selected work · 2022—Now

Ideas made
tangible.

A selection of products, systems, and research prototypes. Each project is an exercise in turning a technical problem into something clear and useful.

06 projects
01React UI Library
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
02Web Utility Platform
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
03Systems Engineering
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
04AI/ML Research
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
05Full Stack Web Application
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
06Full Stack Product
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