Keynote speaker on stage

Features

Hybrid live streaming for Web, iOS, and Android. API-first control plane powering sub-second interactive shows (WebRTC SFU) and mass-scale broadcast (RTMP → LL-HLS), with chat, reactions, and monetization built-in.

📊 Live Platform Metrics

Loading...
-
Active Sessions
-
Current Viewers
-
Total Revenue
-
Sparks Sent

Session Status

🔥 Top Sessions

 iOS
iOS live streaming
AVFoundation capture → WebRTC publish, HLS playback
🤖 Android
Android live streaming
CameraX capture → WebRTC publish, HLS playback
🌐 Web
Web streaming
getUserMedia → WebRTC SFU, HLS.js fallback
⚡ Hybrid Streaming

RTMP ingest → LL-HLS for scale, plus sub-second WebRTC for interactivity. Switch per show or run both.

🗣️ Realtime Chat & Presence

WebSocket chat, connection status, and name-tagged messages. Reactions float on-screen for the broadcaster.

❤️ Sparks & Reactions

Tap to send Hearts, Sparks, 👍, 😮. Optimized animations with graceful fan-out and fade for high engagement.

💎 Tokens & Monetization

Virtual currency (Tokens, Diamonds), paid events, boosts, referrals, subscriptions. Usage-based API pricing.

🔐 Security

Signed tokens for API access, environment-driven TURN for NAT traversal, webhook verification.

📈 Analytics-ready

Hook metrics and webhooks to your BI tools. Track Sparks, viewers, session time, and conversion funnels.

🧩 API-first

Clean separation: controllers → services. OpenAPI spec for codegen. Build your own frontend or embed.

🎙️ Guests & Co-hosts

Bring guests on stage; manage roles and layouts for interactive shows.

📊 Analytics Dashboards

Insights on viewer trends, engagement, and conversion funnels to optimize shows.

See our Apps Read the Docs Try the Demo

API Highlights

Create Stream
POST /api/streams
{ "title": "My Show" }
Mint Token
POST /api/streams/:id/tokens
Viewer Chat
WS /ws/streams/:id/chat
Full OpenAPI available in Docs and openapi.yaml.