Project Explorer
Real-time watch party platform with sub-second synchronization and optimized HLS video pipeline.
What is it?
CoWatch is a watch-party platform designed for synchronized media playback. It leverages WebSockets for real-time state broadcasts and incorporates dynamic drift-correction algorithms to keep multiple client viewports synced within a fraction of a second. It includes optimized media processing streams using HLS segmenting.
Why did I build it?
I built CoWatch to learn about real-time communications and media transport protocols. I wanted to understand how to handle large volumes of WebSocket connections efficiently and resolve playback synchronization discrepancies across varying network latency boundaries.
Kundli-WebApp ↗
●LiveHigh-precision astrology platform combining algorithmic celestial calculations with horoscopes.
What is it?
Kundli-WebApp is a mathematical calculations and astrology charting tool. It processes geographical coordinates and birth details to output astronomical positions, horoscopes, and chart matchings with high precision.
Why did I build it?
I built this to practice turning complex formulas and astronomical coordinate calculations into clean, modular API services. I wanted to structure mathematical domains separate from interface representations for testing validity.
KatyalStore ↗
●LiveA clean Android application distribution store for exploring and downloading projects.
What is it?
KatyalStore acts as a self-hosted App Store repository for Android packages. It provides download logs, package version tracking, and simple descriptions for Android utilities I build.
Why did I build it?
I built KatyalStore to simplify how I share APK releases. Rather than distributing raw files via cloud links, I wanted a central, readable dashboard where users could explore version logs and download package binaries securely.
A microservice-based AI orchestration hub facilitating text chat, VQA, and speech conversations.
What is it?
Omaju is an AI service orchestrator linking speech conversion, Visual Question Answering (VQA), and canvas generation interfaces. It manages multiple sub-services that communicate asynchronously to process user media inputs.
Why did I build it?
I wanted to understand microservices architecture, specifically how to decouple CPU-heavy image generation models from frontend client requests. It served as a learning pipeline for API gateways and task queues.
Temp Share ↗
●LiveSecure file sharing platform with automatic expiry policies and dynamic access tokens.
What is it?
Temp Share is an ephemeral storage service letting users upload documents and receive time-bound ownership access codes. Files are automatically expunged from the server and CDN when the expiration time expires.
Why did I build it?
I built this to explore storage lifecycle policies and secure resource access tokens. I wanted to build a simple utility that guarantees automatic cleanups of temporary resources without manual cron script monitoring.