LaglessLeone

P2P esports streaming that thrives on slow Freetown connections.

Score: 7.5/10SLHard BuildReady to Spawn
Brand Colors

The Opportunity

Problem

Entrepreneurs in Freetown cannot host multiplayer games or stream esports events due to slow and unstable internet speeds.

Solution

LaglessLeone creates peer-to-peer networks for esports streams, using local relays and compressed video chunks uploaded only when stable. Entrepreneurs host events where nearby players relay streams, slashing central server bandwidth. Viewers get low-res previews with HD on-demand later.

Target Audience

Entrepreneurs in Freetown, Sierra Leone, attempting to launch or run online gaming and esports ventures

Differentiator

P2P mesh optimized for high-latency African mobile networks, with 50x bandwidth savings vs traditional streaming.

Brand Voice

edgy

Features

Event Scheduler

must-have14h

Set up live esports streams with P2P relay setup.

P2P Relay Network

must-have25h

Auto-matches nearby peers to relay video chunks.

Chunked Streaming

must-have20h

Compresses and sends video in tiny, loss-tolerant packets.

On-Demand Replays

must-have12h

Assembles full HD replays post-event from chunks.

Viewer Dashboard

must-have10h

Hosts track live viewers and relay health.

Geo-Fencing

nice-to-have9h

Limits relays to Freetown area for low latency.

Chat Overlay

nice-to-have7h

Low-bandwidth spectator chat.

Clip Sharing

nice-to-have6h

Quick shareable highlights.

Total Build Time: 103 hours

Database Schema

users

ColumnTypeNullable
iduuidNo
emailtextNo
is_hostboolNo
created_attimestampNo

events

ColumnTypeNullable
iduuidNo
host_iduuidNo
titletextNo
statustextNo
started_attimestampYes

Relationships:

  • β€’ host_id references users(id)

viewers

ColumnTypeNullable
iduuidNo
event_iduuidNo
user_iduuidYes
relay_scoreintYes

Relationships:

  • β€’ event_id references events(id)
  • β€’ user_id references users(id)

chunks

ColumnTypeNullable
iduuidNo
event_iduuidNo
sequenceintNo
uploadedboolNo

Relationships:

  • β€’ event_id references events(id)

API Endpoints

POST
/api/events

Schedule new event

πŸ”’ Auth Required
POST
/api/events/:id/join

Viewer joins P2P

POST
/api/chunks/:eventId

Upload chunk

πŸ”’ Auth Required
GET
/api/replays/:eventId

Get assembled replay

Tech Stack

Frontend
Next.js 14 + Tailwind + shadcn/ui
Backend
Next.js API + Supabase Edge
Database
Supabase Postgres
Auth
Supabase Auth
Payments
Stripe
Hosting
Vercel
Additional Tools
WebRTC for P2PFFmpeg.wasm for compression

Build Timeline

Week 1: Basics and auth

25h
  • βœ“ Setup
  • βœ“ Event CRUD
  • βœ“ Host dashboard

Week 2: P2P integration

35h
  • βœ“ WebRTC setup
  • βœ“ Join flow

Week 3: Chunking and replays

35h
  • βœ“ Video compression
  • βœ“ Chunk upload
  • βœ“ Replay assembly

Week 4: Viewer tools

20h
  • βœ“ Dashboard
  • βœ“ Metrics

Week 5: Payments and launch

20h
  • βœ“ Stripe
  • βœ“ Testing
  • βœ“ Deploy

Week 6: Optimizations

15h
  • βœ“ Geo-fencing
  • βœ“ Polish
Total Timeline: 6 weeks β€’ 150 hours

Pricing Tiers

Free

$0/mo

No replays

  • βœ“1 event/mo
  • βœ“Low-res only
  • βœ“10 viewers

Pro

$37/mo

1GB storage

  • βœ“Unlimited events
  • βœ“HD replays
  • βœ“100 viewers

Enterprise

$97/mo

None

  • βœ“All Pro + Custom domains
  • βœ“Unlimited viewers/storage

Revenue Projections

MonthUsersConversionMRRARR
Month 1258%$74$888
Month 612012%$532$6,384

Unit Economics

$18
CAC
$480
LTV
6%
Churn
82%
Margin
LTV:CAC Ratio: 26.7xExcellent!

Landing Page Copy

Stream Esports Without the Lag in Leone

P2P magic turns slow nets into streaming powerhouses.

Feature Highlights

βœ“Peer relays
βœ“Chunked low-bandwidth
βœ“HD on-demand
βœ“Freetown-optimized

Social Proof (Placeholders)

"'Streamed to 50 without crashing!' - Streamer Pro"
"'Revolution for local events.' - Entrepreneur"

First Three Customers

Target Freetown gaming cafes via Instagram DMs, comp free Pro for one event each, capture metrics and testimonials for social proof.

Launch Channels

ProductHuntr/TwitchAfrican Tech TwitterLocal gaming Discords

SEO Keywords

p2p esports streaming sierra leonelow bandwidth stream freetownlagless gaming stream africa

Competitive Analysis

Twitch

twitch.tv
Free (with cuts)
Strength

Audience

Weakness

High bandwidth demands

Our Advantage

P2P slashes costs for poor nets

🏰 Moat Strategy

Peer data improves relay matching over time.

⏰ Why Now?

WebRTC maturity + SL 5G pilots enable P2P at scale.

Risks & Mitigation

technicalhigh severity

P2P NAT traversal fails

Mitigation

Fallback relays + STUN/TURN

legallow severity

Video IP issues

Mitigation

User TOS + watermarking

Validation Roadmap

pre-build7 days

Test P2P with 5 locals

Success: 80% chunk delivery

launch21 days

First paid event

Success: Positive feedback

Pivot Options

  • β†’Pure replay service
  • β†’Mobile esports focus
  • β†’Enterprise event tool

Quick Stats

Build Time
150h
Target MRR (6 mo)
$532
Market Size
$4.0M
Features
8
Database Tables
4
API Endpoints
4