Back
Mahashivratri 2026 Watchparty Platform
Year
2026
Tech & Technique
TypeScript, LiveKit, PartyKit, Cloudflare, WebSockets, Real-time Sync
Description
A real-time watchparty platform built for Mahashivratri 2026 celebrations, supporting 500+ concurrent users with synchronized playback, live chat, and reactions.
Key Features:
Technical Highlights:
Key Features:
- 🎭 Real-time Synchronization: Synchronized video playback across all participants
- 💬 Live Chat: Real-time messaging with emoji reactions and user presence
- 👥 Role-Based Access: Admin, co-admin, and viewer roles with granular permissions
- 🌍 Global Performance: <100ms latency worldwide on Cloudflare edge network
- ⚡ Zero Downtime: Successfully handled live event with 500+ concurrent users
Technical Highlights:
- Implemented WebSocket-based real-time presence using PartyKit
- Integrated LiveKit for synchronized video streaming
- Deployed on Cloudflare Workers for edge computing
- Built role-based access control system from scratch
My Role
Full-Stack Developer
Architected and built the entire platform:
Architected and built the entire platform:
- ✅ Real-time Infrastructure: Set up PartyKit WebSocket server for presence and chat
- 🎥 Video Sync: Integrated LiveKit for synchronized playback across devices
- 🔐 Auth System: Implemented role-based permissions (admin/co-admin/viewer)
- 🌐 Edge Deployment: Deployed on Cloudflare for global low-latency access
- 📊 Performance: Optimized to handle 500+ concurrent connections
- 🎨 Frontend: Built responsive UI with React and TypeScript