A collection of my designs and builds, without limit.
MERN + Socket.IO + WebRTC + AI Moderation
A privacy-first anonymous voice communication platform built for voice moderation. Features low-latency voice rooms via WebRTC and Socket.IO, secure anonymous session routing, automated voice summaries via Groq LLM, and real-time audio toxicity analysis using TensorFlow and Whisper.
Peer-to-peer WebRTC mesh network coordinated by a Node/Socket.IO signaling service. Session persistence in MongoDB.
React + GPT Recommendation
An AI-powered movie discovery platform inspired by Netflix. Integrates OpenAI's GPT recommendation workflows to suggest movies dynamically based on search queries and mood, featuring a responsive Netflix-like UI.
React state management via Redux Toolkit, authenticating users with Firebase Auth, and parsing search intent using OpenAI APIs.
React 19 + Redux + CORS Bypass
A high-performance YouTube clone built with React 19 and Tailwind CSS. Featuring a search bar with debouncing and cached suggestions, dynamic JSONP CORS bypass, recursive nested comments, and a memory-safe FIFO live chat stream.
Redux Toolkit centralized state, custom JSONP script injection for YouTube autocomplete bypass, and bounded memory queue for real-time messages.
React + Live Swiggy API
A responsive restaurant search and discovery web application. Utilizes Swiggy's live API directories, featuring advanced search filters, sorting mechanisms, and modern React state management design patterns.
Component-driven React layout with client-side routing, Swiggy Live API data caching, and dynamic filter controls.
HTML5 Canvas + Game Loop Engine
A fast-paced, high-performance browser arcade shooter game. Implements delta-time rendering loops, state managers, particle collision systems, and dynamic canvas rendering optimized for Poki and Itch.io.
Strict frame-rate synchronized game loop, delta time tracking, custom collision logic, and particle spawning.