Pulse Red
Cyber Cyan
👑 VIP Gold
OLED Pitch Black
Ultra Purple
Amber Gold
⬡ SECURE RELAY DIRECTORY

Global Network Access

Decentralized index connecting to media catalogs, libraries, and hubs.

1,800 active sessions across network
All Relays
⭐ Starred
🕒 History
🟢 Online Nodes
🛡️ Clean Relay
Season 1 Episodes

Developer Console

Platform Metrics

0
Real Online
0
Total Views
0
Clicks
Active Region: links.json
Total Indexed Sites: 0

Telegram Channel Link

Target channel URL triggered by the top-bar system icon.

Top Clicked Platforms

No clicks recorded yet.

User Request / Feedback System

Allow User Requests & Messages

Monetization & Ads Manager

Instant Player Stream Button
Enable Pre-Roll Ads

Requests, Reports & DMCA (0)

No submissions yet.
[data-theme="cyber-cyan"] { --accent: #00e5ff; --accent-glow: rgba(0, 229, 255, 0.38); } [data-theme="ultra-purple"] { --accent: #a855f7; --accent-glow: rgba(168, 85, 247, 0.38); } [data-theme="amber"] { --accent: #f59e0b; --accent-glow: rgba(245, 158, 11, 0.38); } [data-theme="vip-gold"] { --bg: #080704; --card-bg: #141108; --card-border: #2b2310; --accent: #f59e0b; --accent-glow: rgba(245, 158, 11, 0.45); } [data-theme="cinema-oled"] { --bg: #000000; --card-bg: #070708; --card-border: #141416; --accent: #e50914; --accent-glow: rgba(229, 9, 20, 0.2); } * { box-sizing: border-box; margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; -webkit-tap-highlight-color: transparent; } body { background-color: var(--bg); color: var(--text); padding-top: calc(8px + env(safe-area-inset-top, 0px)); padding-bottom: calc(95px + env(safe-area-inset-bottom, 0px)); overflow-x: hidden; transition: background-color 0.2s ease, padding-bottom 0.2s ease; } /* Keyboard Clearance Mode (440px to prevent overlap) */ body.search-mode { padding-bottom: calc(440px + env(safe-area-inset-bottom, 0px)) !important; } body.search-mode .floating-bar { display: none !important; } /* Top Bar */ .header { display: flex; justify-content: space-between; align-items: center; padding: 10px 16px 12px; position: sticky; top: 0; z-index: 50; background: linear-gradient(180deg, rgba(9,10,15,0.98) 0%, rgba(9,10,15,0.85) 80%, transparent 100%); backdrop-filter: blur(12px); } [data-theme="cinema-oled"] .header { background: rgba(0,0,0,0.92); } .brand { display: flex; align-items: center; gap: 8px; font-weight: 900; font-size: 1.25rem; letter-spacing: -0.5px; cursor: pointer; user-select: none; } .brand-glow { color: var(--accent); text-shadow: 0 0 14px var(--accent-glow); } .actions { display: flex; align-items: center; gap: 8px; position: relative; } .btn-icon { background: #171924; border: 1px solid var(--card-border); color: #fff; width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; cursor: pointer; font-size: 0.95rem; } [data-theme="cinema-oled"] .btn-icon { background: #0c0c0e; border-color: #1a1a1e; } /* Themes Dropdown */ .theme-dropdown { position: absolute; top: 44px; right: 0; background: #151824; border: 1px solid var(--card-border); border-radius: 12px; padding: 6px; width: 185px; display: none; flex-direction: column; z-index: 100; box-shadow: 0 12px 30px rgba(0,0,0,0.8); } .theme-dropdown.open { display: flex; } .theme-item { display: flex; align-items: center; gap: 10px; padding: 9px 12px; font-size: 0.8rem; font-weight: 600; color: #eee; border-radius: 8px; cursor: pointer; } .theme-item:active { background: #202436; } .theme-dot { width: 10px; height: 10px; border-radius: 50%; } /* Hero Banner */ .hero-banner { position: relative; margin: 0 14px 16px; border-radius: 18px; overflow: hidden; background: radial-gradient(circle at 75% 20%, var(--accent-glow), transparent 65%), #12141f; border: 1px solid var(--card-border); padding: 22px 18px 18px; box-shadow: 0 12px 35px rgba(0,0,0,0.5); } [data-theme="cinema-oled"] .hero-banner { background: #08080a; border-color: #17171c; } .hero-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.65rem; font-weight: 800; color: var(--accent); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 8px; } .hero-title { font-size: 1.38rem; font-weight: 900; line-height: 1.22; margin-bottom: 6px; letter-spacing: -0.5px; } .hero-sub { font-size: 0.78rem; color: var(--muted); margin-bottom: 14px; max-width: 92%; line-height: 1.4; } /* Transforming Search Button / Row */ .hero-actions-row1 { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; min-height: 42px; position: relative; } .btn-hero-watch { background: var(--accent); color: #fff; border: none; font-size: 0.82rem; font-weight: 800; padding: 11px 18px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; cursor: pointer; box-shadow: 0 4px 18px var(--accent-glow); transition: transform 0.15s ease; flex: 1; min-width: 140px; } .btn-hero-watch:active { transform: scale(0.96); } .region-pill-btn { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: #fff; font-size: 0.75rem; font-weight: 700; padding: 10px 13px; border-radius: 10px; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } /* Morphed Search Input Box */ .hero-search-box-wrap { position: relative; display: flex; align-items: center; width: 100%; animation: searchExpand 0.22s cubic-bezier(0.16, 1, 0.3, 1); } @keyframes searchExpand { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } } .search-icon-inside { position: absolute; left: 14px; color: var(--muted); pointer-events: none; display: flex; align-items: center; justify-content: center; } .search-box { width: 100%; background: #0e1017; border: 1.5px solid var(--accent); padding: 11px 38px 11px 40px; border-radius: 12px; color: #fff; font-size: 0.88rem; outline: none; box-shadow: 0 0 16px var(--accent-glow); } .search-box::placeholder { color: #6b7280; font-size: 0.82rem; } .search-clear-btn { position: absolute; right: 10px; background: rgba(255,255,255,0.12); border: none; color: #fff; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; font-size: 0.75rem; font-weight: 900; } .search-clear-btn:active { background: rgba(255,255,255,0.25); } .live-status { display: inline-flex; align-items: center; gap: 7px; font-size: 0.72rem; color: var(--muted); } .pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 8px #22c55e; animation: radar 1.8s infinite ease-out; } @keyframes radar { 0% { opacity: 1; } 50% { opacity: 0.4; } 100% { opacity: 1; } } /* Quick Filter Chips */ .filter-chips-rail { display: flex; gap: 8px; overflow-x: auto; padding: 0 14px 14px; scrollbar-width: none; } .filter-chips-rail::-webkit-scrollbar { display: none; } .filter-chip { font-size: 0.72rem; font-weight: 700; padding: 6px 12px; border-radius: 20px; background: #141722; border: 1px solid var(--card-border); color: #a0a6bd; cursor: pointer; white-space: nowrap; transition: 0.15s; } [data-theme="cinema-oled"] .filter-chip { background: #09090c; border-color: #19191f; } .filter-chip.active { background: var(--accent); border-color: var(--accent); color: #fff; } /* ======================================================= 🎬 CONTINUE WATCHING (NETFLIX STYLE) ======================================================= */ .continue-rail { margin-bottom: 20px; padding: 0 14px; } .continue-rail-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; font-weight: 800; font-size: 0.95rem; } .continue-slider { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; scroll-snap-type: x mandatory; } .continue-slider::-webkit-scrollbar { display: none; } .continue-card { flex: 0 0 140px; scroll-snap-align: start; background: #12141e; border: 1px solid var(--card-border); border-radius: 12px; overflow: hidden; position: relative; cursor: pointer; transition: transform 0.15s ease; } .continue-card:active { transform: scale(0.96); } .continue-thumb-wrap { position: relative; width: 100%; height: 190px; } .continue-poster { width: 100%; height: 100%; object-fit: cover; } .continue-play-badge { position: absolute; inset: 0; background: rgba(0,0,0,0.4); display: grid; place-items: center; } .continue-play-icon { width: 42px; height: 42px; background: rgba(229,9,20,0.9); border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 1.1rem; box-shadow: 0 4px 14px rgba(0,0,0,0.6); } .continue-meta-box { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 8px 6px; background: linear-gradient(180deg, transparent 0%, rgba(7,8,13,0.95) 60%); } .continue-title { font-size: 0.78rem; font-weight: 800; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .continue-progress-sub { font-size: 0.64rem; color: #38bdf8; font-weight: 700; margin-top: 2px; } .continue-card-del { position: absolute; top: 6px; right: 6px; z-index: 5; background: rgba(0,0,0,0.7); border: none; color: #fff; width: 22px; height: 22px; border-radius: 50%; font-size: 0.65rem; display: grid; place-items: center; cursor: pointer; } /* Rails / Carousels */ .rail-section { margin-bottom: 22px; } .rail-header { display: flex; justify-content: space-between; align-items: center; padding: 0 16px 10px; font-weight: 800; font-size: 0.96rem; letter-spacing: -0.3px; } .rail-count { font-size: 0.72rem; color: var(--muted); font-weight: 600; } .rail-action-link { font-size: 0.72rem; color: var(--accent); cursor: pointer; text-decoration: underline; font-weight: 700; } .rail-slider { display: flex; gap: 12px; overflow-x: auto; padding: 4px 16px 10px; scroll-snap-type: x mandatory; scrollbar-width: none; } .rail-slider::-webkit-scrollbar { display: none; } /* Platform Card */ .ott-card { flex: 0 0 142px; scroll-snap-align: start; background: linear-gradient(180deg, #171924 0%, #0f1017 100%); border: 1px solid var(--card-border); border-radius: 14px; padding: 12px 10px 10px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; position: relative; min-height: 180px; text-align: center; cursor: pointer; transition: transform 0.15s ease, border-color 0.15s ease; } [data-theme="cinema-oled"] .ott-card { background: #08080a; border-color: #16161b; } .ott-card:active { transform: scale(0.96); border-color: var(--accent); } .card-badges { position: absolute; top: 8px; left: 8px; right: 8px; display: flex; justify-content: space-between; align-items: center; } .tag-ad { font-size: 0.52rem; font-weight: 900; padding: 2px 5px; border-radius: 4px; text-transform: uppercase; } .ad-clean { background: rgba(34, 197, 94, 0.15); color: #22c55e; } .ad-moderate { background: rgba(245, 158, 11, 0.15); color: #f59e0b; } .ad-heavy { background: rgba(239, 68, 68, 0.15); color: #ef4444; } .card-top-actions { display: flex; gap: 5px; align-items: center; } .btn-card-action { background: rgba(255,255,255,0.08); border: none; border-radius: 6px; color: #cbd5e1; width: 22px; height: 22px; display: grid; place-items: center; font-size: 0.72rem; cursor: pointer; } .btn-card-action.starred { color: #f59e0b; } .btn-card-action:active { transform: scale(1.15); } /* High Reliability Logo Container */ .card-logo-box { width: 44px; height: 44px; border-radius: 12px; margin-top: 18px; margin-bottom: 6px; display: grid; place-items: center; overflow: hidden; background: rgba(255,255,255,0.04); box-shadow: 0 4px 12px rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.06); } .card-logo-img { width: 100%; height: 100%; object-fit: contain; padding: 5px; display: block; } .card-logo-fallback { width: 100%; height: 100%; display: grid; place-items: center; font-weight: 900; font-size: 1.15rem; color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,0.4); } .card-title { font-size: 0.86rem; font-weight: 800; line-height: 1.2; margin-bottom: 2px; } .card-domain { font-size: 0.65rem; color: var(--muted); } .card-footer-row { margin-top: 8px; width: 100%; display: flex; align-items: center; justify-content: space-between; padding-top: 6px; border-top: 1px solid rgba(255,255,255,0.06); font-size: 0.66rem; } .health-status { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; color: var(--muted); } .health-indicator { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; } .card-cta { font-size: 0.68rem; font-weight: 800; color: var(--accent); display: flex; align-items: center; gap: 2px; } /* Movie Posters Grid in Search */ .unified-movie-grid { display: grid; padding: 4px 16px 14px; grid-template-columns: repeat(auto-fill, minmax(105px, 1fr)); gap: 10px; } .movie-search-card { background: #12141e; border: 1px solid var(--card-border); border-radius: 12px; padding: 6px; cursor: pointer; display: flex; flex-direction: column; align-items: flex-start; transition: transform 0.15s ease, border-color 0.15s ease; } [data-theme="cinema-oled"] .movie-search-card { background: #08080a; border-color: #17171c; } .movie-search-card:active { transform: scale(0.96); border-color: var(--accent); } /* Floating Bottom Action Bar */ .floating-bar { position: fixed; bottom: calc(14px + env(safe-area-inset-bottom, 0px)); left: 16px; right: 16px; display: flex; gap: 8px; z-index: 40; } .msg-fab { flex: 1; background: #151722; border: 1px solid var(--card-border); color: #fff; padding: 11px 14px; border-radius: 25px; font-size: 0.78rem; font-weight: 700; box-shadow: 0 8px 24px rgba(0,0,0,0.7); display: flex; align-items: center; justify-content: center; gap: 6px; cursor: pointer; } [data-theme="cinema-oled"] .msg-fab { background: #0c0c0e; border-color: #1f1f26; } .msg-fab:active { background: #1c1f2e; } /* Modals Backdrop */ .modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 250; display: none; align-items: center; justify-content: center; padding: 16px; } .modal-backdrop.open { display: flex; } .modal-box { background: #13151f; border: 1px solid var(--card-border); border-radius: 16px; width: 100%; max-width: 380px; max-height: 88vh; overflow-y: auto; padding: 18px; box-shadow: 0 15px 40px rgba(0,0,0,0.9); } [data-theme="cinema-oled"] .modal-box { background: #08080a; border-color: #1c1c24; } .modal-title { font-size: 0.95rem; font-weight: 800; margin-bottom: 12px; text-align: center; } .region-opt { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; font-size: 0.85rem; font-weight: 600; color: #eee; border-radius: 10px; cursor: pointer; margin-bottom: 4px; } .region-opt:active { background: #1d2030; color: var(--accent); } .fb-select, .fb-input, .fb-textarea { width: 100%; background: #0b0d14; border: 1px solid var(--card-border); border-radius: 10px; padding: 10px; color: #fff; font-size: 0.82rem; margin-bottom: 10px; outline: none; } .fb-textarea { resize: none; height: 90px; } .fb-input:focus, .fb-textarea:focus, .fb-select:focus { border-color: var(--accent); } /* Notice Card */ .footer-legal { margin: 10px 14px 20px; padding: 16px 14px; border-radius: 14px; background: #10121a; border: 1px solid var(--card-border); text-align: center; font-size: 0.72rem; color: #94a3b8; line-height: 1.55; } .legal-link { color: var(--accent); text-decoration: underline; cursor: pointer; font-weight: 700; margin-top: 4px; display: inline-block; } /* ======================================================= 📺 PURE PLAYBACK ENGINE (MID-RIGHT FLOATING GEAR PILL) ======================================================= */ .theater-modal { position: fixed; inset: 0; background: #000; z-index: 99999; display: none; width: 100vw; height: 100vh; overflow: hidden; user-select: none; } .theater-modal.open { display: block; } .theater-player-box { width: 100%; height: 100%; background: #000; position: relative; } .theater-player-box iframe { width: 100%; height: 100%; border: none; background: #000; transition: transform 0.2s ease; pointer-events: auto; } /* Aspect Ratio: Fill / Zoom Mode */ .theater-modal.aspect-fill iframe { transform: scale(1.18); } /* Floating Gear Pill (Positioned Mid-Right at 50% Height) */ .hud-gear-pill { position: absolute; top: 50%; right: 14px; transform: translateY(-50%); z-index: 35; background: rgba(18, 20, 29, 0.88); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.25); color: #fff; padding: 7px 12px; border-radius: 20px; font-size: 0.76rem; font-weight: 800; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; pointer-events: auto; box-shadow: 0 4px 16px rgba(0,0,0,0.8); transition: opacity 0.25s ease, transform 0.15s ease, background 0.2s ease, border-color 0.2s ease; } .hud-gear-pill:active { transform: translateY(-50%) scale(0.95); background: var(--accent); } .hud-gear-pill.dimmed { opacity: 0.45; background: rgba(10, 12, 18, 0.65); border-color: rgba(255, 255, 255, 0.12); } /* Floating Interactive Controls Layer */ .theater-hud-layer { position: absolute; inset: 0; pointer-events: none; z-index: 20; transition: opacity 0.3s ease; opacity: 1; } .theater-hud-layer.faded { opacity: 0; pointer-events: none; } /* Top HUD Elements */ .hud-top-bar { position: absolute; top: calc(65px + env(safe-area-inset-top, 0px)); left: 14px; right: 14px; display: flex; justify-content: space-between; align-items: center; pointer-events: none; } .hud-top-bar .hud-pill-btn { pointer-events: auto; } .hud-top-right-group { display: flex; gap: 6px; align-items: center; pointer-events: auto; } .hud-pill-btn { background: rgba(18, 20, 29, 0.88); backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.25); color: #fff; padding: 8px 14px; border-radius: 20px; font-size: 0.78rem; font-weight: 800; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; box-shadow: 0 4px 16px rgba(0,0,0,0.8); } .hud-pill-btn:active { transform: scale(0.95); background: var(--accent); } .hud-server-select { background: rgba(18, 20, 29, 0.88); backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.25); color: #fff; padding: 8px 12px; border-radius: 20px; font-size: 0.75rem; font-weight: 800; outline: none; cursor: pointer; box-shadow: 0 4px 16px rgba(0,0,0,0.8); pointer-events: auto; } .hud-server-select option { background: #12141d; color: #fff; } /* Bottom HUD Elements */ .hud-bottom-bar { position: absolute; bottom: calc(75px + env(safe-area-inset-bottom, 0px)); left: 14px; right: 14px; display: flex; justify-content: flex-end; align-items: flex-end; gap: 8px; pointer-events: none; } .hud-bottom-bar .hud-pill-btn { pointer-events: auto; } /* Episode Selector Drawer (Netflix Style) */ .episode-drawer { position: absolute; bottom: 0; left: 0; right: 0; background: #0d0f17; border-top: 1px solid var(--card-border); border-radius: 20px 20px 0 0; z-index: 50; padding: 18px 16px; box-shadow: 0 -10px 40px rgba(0,0,0,0.9); transform: translateY(105%); transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1); pointer-events: auto; max-height: 48vh; display: flex; flex-direction: column; } .episode-drawer.open { transform: translateY(0); } .ep-drawer-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; } .ep-drawer-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(68px, 1fr)); gap: 8px; overflow-y: auto; padding-bottom: 12px; } .ep-chip { background: #171924; border: 1px solid rgba(255,255,255,0.1); color: #fff; padding: 10px; border-radius: 10px; text-align: center; font-size: 0.78rem; font-weight: 800; cursor: pointer; } .ep-chip.active { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 14px var(--accent-glow); } .ep-chip:active { transform: scale(0.95); } /* Developer Console Drawer */ .admin-drawer { display: none; position: fixed; inset: 0; background: #07080d; z-index: 300; padding: calc(16px + env(safe-area-inset-top, 0px)) 16px 16px; overflow-y: auto; } .admin-drawer.open { display: block; } .admin-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; border-bottom: 1px solid var(--card-border); padding-bottom: 12px; } .admin-panel { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 12px; padding: 14px; margin-bottom: 14px; } .admin-panel h4 { font-size: 0.85rem; color: var(--accent); margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; } .dashboard-metrics { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-bottom: 10px; } .metric-box { background: #090b11; border: 1px solid var(--card-border); padding: 10px; border-radius: 8px; text-align: center; } .metric-val { font-size: 1.15rem; font-weight: 900; } .metric-lbl { font-size: 0.62rem; color: var(--muted); text-transform: uppercase; margin-top: 2px; } .switch-wrap { display: flex; align-items: center; justify-content: space-between; font-size: 0.8rem; font-weight: 700; } .toggle-btn { width: 44px; height: 24px; background: #242738; border-radius: 12px; position: relative; cursor: pointer; border: none; } .toggle-btn.on { background: #22c55e; } .toggle-btn::after { content: ''; position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: 0.2s; } .toggle-btn.on::after { transform: translateX(20px); } .inbox-card { background: #090a10; border: 1px solid var(--card-border); border-radius: 10px; padding: 10px; margin-bottom: 8px; } .inbox-type-badge { font-size: 0.55rem; font-weight: 900; text-transform: uppercase; padding: 2px 5px; border-radius: 4px; display: inline-block; margin-bottom: 4px; } .type-request { background: rgba(56,189,248,0.15); color: #38bdf8; } .type-dmca { background: rgba(239,68,68,0.15); color: #ef4444; } .type-broken { background: rgba(245,158,11,0.15); color: #f59e0b; } .inbox-user-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; } .inbox-user { font-size: 0.8rem; font-weight: 800; color: #fff; } .inbox-time { font-size: 0.65rem; color: var(--muted); } .inbox-text { font-size: 0.78rem; color: #cbd5e1; line-height: 1.4; margin-bottom: 8px; word-break: break-word; } .inbox-actions { display: flex; gap: 6px; } .btn-reply, .btn-del { border: 1px solid var(--card-border); padding: 5px 10px; border-radius: 6px; font-size: 0.7rem; font-weight: 700; cursor: pointer; text-decoration: none; } .btn-reply { background: #1c1f2e; color: #fff; } .btn-del { background: rgba(239,68,68,0.15); color: #ef4444; border-color: rgba(239,68,68,0.3); } .leaderboard-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.75rem; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
Pulse Red
Cyber Cyan
👑 VIP Gold
OLED Pitch Black
Ultra Purple
Amber Gold
⬡ SECURE RELAY DIRECTORY

Global Network Access

Decentralized index connecting to media catalogs, libraries, and hubs.

1,800 active sessions across network
All Relays
⭐ Starred
🕒 History
🟢 Online Nodes
🛡️ Clean Relay
Season 1 Episodes

Developer Console

Platform Metrics

0
Real Online
0
Total Views
0
Clicks
Active Region: links.json
Total Indexed Sites: 0

Telegram Channel Link

Target channel URL triggered by the top-bar system icon.

Top Clicked Platforms

No clicks recorded yet.

User Request / Feedback System

Allow User Requests & Messages

Instant Player Controls

Instant Player Stream Button
Instant Play Ads (Adsterra)

Requests, Reports & DMCA (0)

No submissions yet.