-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
736 lines (657 loc) · 22.6 KB
/
Copy pathindex.html
File metadata and controls
736 lines (657 loc) · 22.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RaxFlix - Native Smart TV Streaming Experience</title>
<meta name="description" content="Download RaxFlix for Android TV, Google TV, and Fire TV. Native remote navigation, hardware-accelerated playback, and lightweight design.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg-primary: #0a0a0c;
--bg-secondary: #121216;
--bg-card: rgba(24, 24, 30, 0.7);
--bg-card-hover: rgba(35, 35, 45, 0.85);
--accent-red: #E50914;
--accent-red-glow: rgba(229, 9, 20, 0.45);
--accent-gradient: linear-gradient(135deg, #E50914 0%, #B81D24 50%, #831010 100%);
--text-primary: #ffffff;
--text-secondary: #a1a1aa;
--text-muted: #71717a;
--border-color: rgba(255, 255, 255, 0.08);
--border-focus: rgba(229, 9, 20, 0.8);
--radius-sm: 8px;
--radius-md: 14px;
--radius-lg: 20px;
--shadow-card: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
--transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
background-color: var(--bg-primary);
color: var(--text-primary);
line-height: 1.6;
overflow-x: hidden;
min-height: 100vh;
}
/* Ambient Background Glow */
.ambient-glow {
position: fixed;
top: -20%;
left: 50%;
transform: translateX(-50%);
width: 800px;
height: 600px;
background: radial-gradient(circle, rgba(229, 9, 20, 0.15) 0%, rgba(10, 10, 12, 0) 70%);
pointer-events: none;
z-index: 0;
}
/* Container */
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
position: relative;
z-index: 1;
}
/* Navigation Bar */
header {
padding: 24px 0;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid var(--border-color);
backdrop-filter: blur(12px);
position: sticky;
top: 0;
z-index: 100;
background: rgba(10, 10, 12, 0.8);
}
.brand {
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
color: var(--text-primary);
}
.brand-logo {
width: 38px;
height: 38px;
border-radius: var(--radius-sm);
object-fit: cover;
border: 1px solid rgba(229, 9, 20, 0.4);
box-shadow: 0 0 15px var(--accent-red-glow);
}
.brand-title {
font-family: 'Outfit', sans-serif;
font-size: 22px;
font-weight: 800;
letter-spacing: 0.5px;
background: linear-gradient(90deg, #fff 0%, #e50914 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.nav-links {
display: flex;
align-items: center;
gap: 20px;
}
.nav-link {
color: var(--text-secondary);
text-decoration: none;
font-size: 14px;
font-weight: 500;
transition: var(--transition);
}
.nav-link:hover {
color: var(--text-primary);
}
.btn-nav {
background: var(--accent-gradient);
color: #fff;
padding: 8px 18px;
border-radius: var(--radius-sm);
text-decoration: none;
font-size: 14px;
font-weight: 600;
box-shadow: 0 4px 14px var(--accent-red-glow);
transition: var(--transition);
}
.btn-nav:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px var(--accent-red-glow);
}
/* Hero Section */
.hero {
padding: 60px 0 40px;
text-align: center;
}
.hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(229, 9, 20, 0.12);
border: 1px solid rgba(229, 9, 20, 0.3);
padding: 6px 16px;
border-radius: 999px;
font-size: 13px;
font-weight: 600;
color: #ff6b6b;
margin-bottom: 24px;
}
.hero-badge .dot {
width: 7px;
height: 7px;
background-color: var(--accent-red);
border-radius: 50%;
box-shadow: 0 0 8px var(--accent-red);
animation: pulse 2s infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.4; transform: scale(1.2); }
}
.hero-title {
font-family: 'Outfit', sans-serif;
font-size: clamp(36px, 6vw, 64px);
font-weight: 800;
letter-spacing: -1px;
line-height: 1.15;
margin-bottom: 20px;
}
.hero-title span {
background: linear-gradient(135deg, #ffffff 30%, #e50914 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero-subtitle {
max-width: 680px;
margin: 0 auto 36px;
font-size: clamp(16px, 2vw, 19px);
color: var(--text-secondary);
line-height: 1.6;
}
/* CTA Group */
.cta-group {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 16px;
margin-bottom: 48px;
}
.btn-primary {
display: inline-flex;
align-items: center;
gap: 12px;
background: var(--accent-gradient);
color: #fff;
padding: 16px 36px;
border-radius: var(--radius-md);
text-decoration: none;
font-size: 17px;
font-weight: 700;
box-shadow: 0 8px 30px var(--accent-red-glow);
transition: var(--transition);
border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-primary:hover {
transform: translateY(-3px) scale(1.02);
box-shadow: 0 12px 35px rgba(229, 9, 20, 0.6);
}
.btn-secondary {
display: inline-flex;
align-items: center;
gap: 10px;
background: var(--bg-card);
color: var(--text-primary);
padding: 16px 28px;
border-radius: var(--radius-md);
text-decoration: none;
font-size: 16px;
font-weight: 600;
border: 1px solid var(--border-color);
backdrop-filter: blur(10px);
transition: var(--transition);
}
.btn-secondary:hover {
background: var(--bg-card-hover);
border-color: rgba(255, 255, 255, 0.2);
transform: translateY(-2px);
}
/* Banner Showcase */
.showcase-wrapper {
position: relative;
margin: 20px auto 70px;
border-radius: var(--radius-lg);
padding: 8px;
background: linear-gradient(180deg, rgba(229, 9, 20, 0.3) 0%, rgba(255, 255, 255, 0.04) 100%);
box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.8), 0 0 40px rgba(229, 9, 20, 0.2);
}
.showcase-banner {
width: 100%;
height: auto;
border-radius: calc(var(--radius-lg) - 6px);
display: block;
object-fit: cover;
}
/* Platform Compatibility Badges */
.compat-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
margin-bottom: 70px;
}
.compat-chip {
display: flex;
align-items: center;
gap: 8px;
background: rgba(255, 255, 255, 0.04);
border: 1px solid var(--border-color);
padding: 8px 16px;
border-radius: 999px;
font-size: 13px;
font-weight: 500;
color: var(--text-secondary);
}
.compat-chip svg {
fill: var(--accent-red);
}
/* Section Styling */
.section-title {
font-family: 'Outfit', sans-serif;
font-size: clamp(28px, 4vw, 40px);
font-weight: 700;
text-align: center;
margin-bottom: 12px;
}
.section-desc {
text-align: center;
color: var(--text-secondary);
max-width: 600px;
margin: 0 auto 48px;
font-size: 16px;
}
/* Feature Grid */
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 24px;
margin-bottom: 80px;
}
.feature-card {
background: var(--bg-card);
border: 1px solid var(--border-color);
border-radius: var(--radius-md);
padding: 32px 24px;
backdrop-filter: blur(10px);
transition: var(--transition);
position: relative;
overflow: hidden;
}
.feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, var(--accent-red), transparent);
opacity: 0;
transition: var(--transition);
}
.feature-card:hover {
transform: translateY(-5px);
background: var(--bg-card-hover);
border-color: rgba(229, 9, 20, 0.3);
box-shadow: 0 15px 35px -10px rgba(229, 9, 20, 0.15);
}
.feature-card:hover::before {
opacity: 1;
}
.feature-icon {
width: 52px;
height: 52px;
border-radius: 12px;
background: rgba(229, 9, 20, 0.12);
border: 1px solid rgba(229, 9, 20, 0.25);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
color: var(--accent-red);
}
.feature-card h3 {
font-family: 'Outfit', sans-serif;
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
}
.feature-card p {
color: var(--text-secondary);
font-size: 14.5px;
line-height: 1.6;
}
/* Installation Guide Cards */
.install-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 24px;
margin-bottom: 80px;
}
.install-card {
background: var(--bg-secondary);
border: 1px solid var(--border-color);
border-radius: var(--radius-md);
padding: 28px 24px;
position: relative;
}
.install-step {
display: inline-block;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--accent-red);
margin-bottom: 8px;
}
.install-card h3 {
font-family: 'Outfit', sans-serif;
font-size: 19px;
font-weight: 700;
margin-bottom: 12px;
}
.install-card ol {
padding-left: 20px;
color: var(--text-secondary);
font-size: 14px;
display: flex;
flex-direction: column;
gap: 8px;
}
.install-card code {
display: block;
background: #000;
padding: 10px 14px;
border-radius: 6px;
font-size: 13px;
color: #ff8585;
margin-top: 10px;
overflow-x: auto;
border: 1px solid rgba(255, 255, 255, 0.05);
}
/* Technical Specs Table */
.specs-container {
background: var(--bg-card);
border: 1px solid var(--border-color);
border-radius: var(--radius-md);
padding: 28px;
margin-bottom: 80px;
overflow-x: auto;
}
.specs-table {
width: 100%;
border-collapse: collapse;
font-size: 14.5px;
}
.specs-table th, .specs-table td {
padding: 14px 18px;
text-align: left;
border-bottom: 1px solid var(--border-color);
}
.specs-table th {
color: var(--text-muted);
font-weight: 600;
width: 35%;
}
.specs-table td {
color: var(--text-primary);
font-weight: 500;
}
.specs-table tr:last-child th,
.specs-table tr:last-child td {
border-bottom: none;
}
/* Footer */
footer {
border-top: 1px solid var(--border-color);
padding: 40px 0;
text-align: center;
color: var(--text-muted);
font-size: 14px;
}
footer a {
color: var(--text-secondary);
text-decoration: none;
transition: var(--transition);
}
footer a:hover {
color: var(--accent-red);
}
/* Responsive */
@media (max-width: 768px) {
.nav-links {
display: none;
}
.cta-group {
flex-direction: column;
align-items: stretch;
}
.btn-primary, .btn-secondary {
justify-content: center;
}
}
</style>
</head>
<body>
<div class="ambient-glow"></div>
<div class="container">
<!-- Header -->
<header>
<a href="#" class="brand">
<img src="raxflix_logo.jpg" alt="RaxFlix" class="brand-logo" onerror="this.style.display='none'">
<span class="brand-title">RaxFlix</span>
</a>
<nav class="nav-links">
<a href="#features" class="nav-link">Features</a>
<a href="#install" class="nav-link">Install Guide</a>
<a href="#specs" class="nav-link">Tech Specs</a>
<a href="https://github.com/Raxcore-dev/RaxFlix" class="nav-link" target="_blank" rel="noopener">GitHub</a>
</nav>
<a href="RaxFlix.apk" class="btn-nav" download>Download APK</a>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="hero-badge">
<span class="dot"></span>
Native Leanback & Smart TV Release v1.0.0
</div>
<h1 class="hero-title">
The Ultimate Native<br>
<span>Smart TV Streaming App</span>
</h1>
<p class="hero-subtitle">
Engineered with hardware acceleration and precision Smart TV remote (D-Pad) spatial navigation for seamless big-screen entertainment.
</p>
<div class="cta-group">
<a href="RaxFlix.apk" class="btn-primary" download>
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
Download RaxFlix.apk
</a>
<a href="https://github.com/Raxcore-dev/RaxFlix/releases" class="btn-secondary" target="_blank" rel="noopener">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.53 1.032 1.53 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z"/>
</svg>
GitHub Releases
</a>
</div>
<!-- Banner Showcase -->
<div class="showcase-wrapper">
<img src="raxflix_banner.jpg" alt="RaxFlix Banner" class="showcase-banner">
</div>
<!-- Compatibility Chips -->
<div class="compat-grid">
<div class="compat-chip">
<svg width="14" height="14" viewBox="0 0 24 24"><path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/></svg>
Android TV & Google TV
</div>
<div class="compat-chip">
<svg width="14" height="14" viewBox="0 0 24 24"><path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/></svg>
Amazon Fire TV Stick & Cube
</div>
<div class="compat-chip">
<svg width="14" height="14" viewBox="0 0 24 24"><path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/></svg>
Android TV Boxes & Projectors
</div>
<div class="compat-chip">
<svg width="14" height="14" viewBox="0 0 24 24"><path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/></svg>
Remote D-Pad Navigation
</div>
</div>
</section>
<!-- Core Features -->
<section id="features" style="padding-top: 40px;">
<h2 class="section-title">Engineered for Smart TVs</h2>
<p class="section-desc">Experience fluid playback, intuitive TV remote controls, and high-performance video streaming without extra bloat.</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="7" width="20" height="15" rx="2" ry="2"></rect><polyline points="17 2 12 7 7 2"></polyline></svg>
</div>
<h3>Smart Remote Navigation</h3>
<p>Custom KeyEvent focus engine with dynamic 3.5px accent glow borders and auto-centering scroll for seamless 4-way D-Pad control.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>
</div>
<h3>Hardware Video Decoding</h3>
<p>Direct WebKit integration with native Android media decoders for stutter-free 4K/1080p HTML5 video playback and immersive fullscreen mode.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"></path></svg>
</div>
<h3>Ultra-Low Memory Footprint</h3>
<p>Built with pure Android SDK 34 (Java) without heavy Chromium wrappers, maximizing performance on budget TV processors.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>
</div>
<h3>Cinematic Intro Animation</h3>
<p>Smooth vector-based intro sequence featuring emblem overshoot dynamics and synchronized crossfade on initial load.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12.55a11 11 0 0 1 14.08 0"></path><path d="M1.42 9a16 16 0 0 1 21.16 0"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line></svg>
</div>
<h3>Connection Resilience</h3>
<p>Automated network monitoring via ConnectivityManager with a native TV-friendly offline recovery screen and instant retry handler.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></svg>
</div>
<h3>Signed Release APK</h3>
<p>Cryptographically signed production binary ready for direct USB sideloading, ADB installation, or local TV file manager launch.</p>
</div>
</div>
</section>
<!-- Installation Steps -->
<section id="install">
<h2 class="section-title">How to Install</h2>
<p class="section-desc">Choose your preferred method to sideload RaxFlix onto your TV device.</p>
<div class="install-grid">
<div class="install-card">
<span class="install-step">Method 1</span>
<h3>USB Flash Drive</h3>
<ol>
<li>Download <strong>RaxFlix.apk</strong> to your PC or laptop.</li>
<li>Copy the APK to a FAT32/exFAT USB drive.</li>
<li>Plug the drive into your Smart TV or TV Box.</li>
<li>Open your TV file manager, select the APK, and click <strong>Install</strong>.</li>
</ol>
</div>
<div class="install-card">
<span class="install-step">Method 2</span>
<h3>ADB Wireless Install</h3>
<ol>
<li>Enable Developer Options & Network Debugging on your TV.</li>
<li>Connect via ADB from your terminal:</li>
</ol>
<code>adb connect <TV_IP_ADDRESS><br>adb install RaxFlix.apk</code>
</div>
<div class="install-card">
<span class="install-step">Method 3</span>
<h3>Downloader App (Fire TV)</h3>
<ol>
<li>Install the <strong>Downloader</strong> app from the Amazon Appstore.</li>
<li>Open Downloader and enter the direct URL to this page or raw APK:</li>
</ol>
<code>https://github.com/Raxcore-dev/RaxFlix/raw/main/RaxFlix.apk</code>
</div>
</div>
</section>
<!-- Technical Specs -->
<section id="specs">
<h2 class="section-title">Technical Specifications</h2>
<p class="section-desc">Under-the-hood parameters and compatibility matrix.</p>
<div class="specs-container">
<table class="specs-table">
<tbody>
<tr>
<th>Application Name</th>
<td>RaxFlix Smart TV</td>
</tr>
<tr>
<th>Package Identifier</th>
<td>com.raxflix.tv</td>
</tr>
<tr>
<th>Target Architecture</th>
<td>armeabi-v7a, arm64-v8a, x86, x86_64</td>
</tr>
<tr>
<th>Minimum OS Version</th>
<td>Android 5.0 Lollipop (API Level 21)</td>
</tr>
<tr>
<th>Target SDK Version</th>
<td>Android 14 (API Level 34)</td>
</tr>
<tr>
<th>Web Engine</th>
<td>Hardware-Accelerated Android WebKit Runtime</td>
</tr>
<tr>
<th>Navigation Protocol</th>
<td>D-Pad Directional Spatial Matrix (DPAD_UP/DOWN/LEFT/RIGHT/CENTER)</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- Footer -->
<footer>
<div style="margin-bottom: 16px;">
<a href="https://github.com/Raxcore-dev/RaxFlix" target="_blank" rel="noopener" style="margin: 0 12px;">GitHub Repository</a> •
<a href="https://github.com/Raxcore-dev/RaxFlix/releases" target="_blank" rel="noopener" style="margin: 0 12px;">Releases & Changelog</a> •
<a href="RaxFlix.apk" download style="margin: 0 12px;">Download APK</a>
</div>
<p>© RaxCore Inc. All rights reserved. RaxFlix is an independent native Smart TV player client.</p>
</footer>
</div>
</body>
</html>