-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
835 lines (794 loc) · 42.2 KB
/
Copy pathindex.html
File metadata and controls
835 lines (794 loc) · 42.2 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
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
<!DOCTYPE html>
<html class="light" lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>TYRIAN — H.I.R.A. Hands-free Interactive Robot Assistant</title>
<meta name="description" content="H.I.R.A. is built for people who create instead of conform. Precision engineered to be the silent architect of your boldest ideas." />
<link rel="icon" type="image/svg+xml" href="./assets/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32.png" />
<link rel="icon" href="./assets/favicon.ico" sizes="any" />
<link rel="apple-touch-icon" href="./assets/apple-touch-icon.png" />
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&family=JetBrains+Mono:wght@400;500;700&family=Geist:wght@300;400;500&display=swap" rel="stylesheet" />
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
colors: {
background: "#ffffff",
surface: "#ffffff",
"surface-alt":"#f5f5f5",
ink: "#000000",
"ink-soft": "#1a1c1c",
"ink-mute": "#4c4546",
outline: "#cfc4c5",
hairline: "#e6e6e6",
tyrian: "#66023C",
"tyrian-bright":"#a0376a",
},
borderRadius: {
DEFAULT: "0",
none: "0",
},
spacing: {
"section-gap": "160px",
"section-gap-sm": "96px",
gutter: "32px",
unit: "8px",
"container-max": "1440px",
"margin-edge": "64px",
},
fontFamily: {
display: ["Inter", "sans-serif"],
body: ["Geist", "Inter", "sans-serif"],
mono: ["JetBrains Mono", "monospace"],
},
fontSize: {
"display-xl": ["120px", { lineHeight: "100px", letterSpacing: "-0.05em", fontWeight: "800" }],
"display-xl-mobile": ["64px", { lineHeight: "60px", letterSpacing: "-0.04em", fontWeight: "800" }],
"display-mega": ["180px", { lineHeight: "150px", letterSpacing: "-0.06em", fontWeight: "800" }],
"headline-lg": ["48px", { lineHeight: "52px", letterSpacing: "-0.03em", fontWeight: "700" }],
"headline-lg-mobile":["32px", { lineHeight: "36px", letterSpacing: "-0.02em", fontWeight: "700" }],
"headline-md": ["32px", { lineHeight: "36px", letterSpacing: "-0.02em", fontWeight: "700" }],
"body-lg": ["18px", { lineHeight: "28px", letterSpacing: "-0.01em", fontWeight: "400" }],
"body-sm": ["14px", { lineHeight: "20px", letterSpacing: "0em", fontWeight: "400" }],
"label-mono": ["12px", { lineHeight: "16px", letterSpacing: "0.05em", fontWeight: "500" }],
},
},
},
};
</script>
<style>
html { scroll-behavior: smooth; }
body {
background: #ffffff;
color: #000000;
font-family: "Geist", "Inter", sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
/* progress bar — the only "always-on" Tyrian accent */
.tyrian-progress {
height: 2px;
width: 100%;
background: #66023C;
position: fixed;
top: 0;
left: 0;
z-index: 100;
transform: scaleX(0);
transform-origin: left;
transition: transform 0.15s linear;
}
/* mono labels */
.label-mono {
font-family: "JetBrains Mono", monospace;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.08em;
font-weight: 500;
text-transform: uppercase;
}
/* sharp-edged button */
.btn {
font-family: "JetBrains Mono", monospace;
font-size: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
font-weight: 600;
padding: 14px 22px;
border: 1px solid #000;
display: inline-flex;
align-items: center;
gap: 10px;
transition: background 0.18s ease, color 0.18s ease, transform 0.1s ease;
cursor: pointer;
}
.btn-primary { background: #000; color: #fff; }
.btn-primary:hover { background: #66023C; border-color: #66023C; }
.btn-ghost { background: transparent; color: #000; }
.btn-ghost:hover{ background: #000; color: #fff; }
.btn:active { transform: translateY(1px); }
/* status dot — 8x8 square (not circle) per brand */
.status-dot {
width: 8px; height: 8px; display: inline-block; background: #66023C;
}
.status-dot.offline { background: #000; }
/* hairline border helpers */
.hairline-t { border-top: 1px solid #000; }
.hairline-b { border-bottom: 1px solid #000; }
/* image styling — grayscale + slight brightness drop per brand */
.industrial-photo { filter: grayscale(1) contrast(1.05) brightness(0.92); }
/* fade-in on scroll */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.fade-in.in { opacity: 1; transform: translateY(0); }
/* nav link hover swap */
.nav-link {
position: relative;
}
.nav-link::after {
content: ""; position: absolute; left: 0; right: 0; bottom: -6px;
height: 1px; background: #66023C; transform: scaleX(0); transform-origin: left;
transition: transform .25s ease;
}
.nav-link:hover::after { transform: scaleX(1); }
/* form inputs */
.form-input-line {
border: none;
border-bottom: 1px solid #000;
background: transparent;
padding: 10px 0;
width: 100%;
border-radius: 0;
font-family: "Geist", "Inter", sans-serif;
font-size: 16px;
transition: border-color .2s ease;
}
.form-input-line:focus {
outline: none;
border-bottom: 2px solid #66023C;
}
/* capability card */
.cap-card {
padding: 28px;
border-top: 1px solid #000;
transition: background .25s ease;
}
.cap-card:hover { background: #f5f5f5; }
.cap-card:hover .cap-num { color: #66023C; }
.cap-num { transition: color .25s ease; }
/* huge marquee text — "THE FUTURE IS UNDER CONSTRUCTION" */
.construction-text {
font-family: "Inter", sans-serif;
font-weight: 800;
letter-spacing: -0.05em;
line-height: 0.85;
}
/* tighten scrollbar */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #000; }
/* prevent horizontal overflow */
body { overflow-x: hidden; }
/* responsive margin-edge override */
@media (max-width: 768px) {
.margin-edge-x { padding-left: 24px; padding-right: 24px; }
}
@media (min-width: 769px) {
.margin-edge-x { padding-left: 64px; padding-right: 64px; }
}
</style>
</head>
<body>
<div class="tyrian-progress" id="scrollProgress"></div>
<!-- NAV -->
<nav class="sticky top-0 z-50 bg-white/95 backdrop-blur-sm border-b border-black/10">
<div class="max-w-[1440px] mx-auto margin-edge-x flex items-center justify-between h-24">
<a href="#top" class="flex items-center" aria-label="TYRIAN — home">
<img src="./assets/tyrian-logo-trim.png" alt="TYRIAN" class="h-10 md:h-12 w-auto select-none" draggable="false" />
</a>
<div class="hidden md:flex items-center gap-8">
<a href="#why" class="nav-link label-mono text-black">Why H.I.R.A.</a>
<a href="#capabilities" class="nav-link label-mono text-black">Capabilities</a>
<a href="#roadmap" class="nav-link label-mono text-black">Roadmap</a>
<a href="#founders" class="nav-link label-mono text-black">Founders</a>
<a href="./join.html" class="nav-link label-mono text-black">Join the Core</a>
<a href="#waitlist" class="btn btn-primary">Join the Waitlist</a>
</div>
<a href="#waitlist" class="md:hidden btn btn-primary">Waitlist</a>
</div>
</nav>
<main id="top">
<!-- HERO -->
<section class="margin-edge-x max-w-[1440px] mx-auto pt-16 md:pt-28 pb-12 md:pb-20">
<div class="flex items-center gap-3 mb-8 fade-in">
<span class="status-dot"></span>
<span class="label-mono">Development Phase</span>
</div>
<div class="grid grid-cols-12 gap-gutter items-end">
<div class="col-span-12 md:col-span-9">
<h1 class="font-display text-[72px] md:text-[180px] leading-[0.85] tracking-[-0.05em] font-extrabold uppercase fade-in">
H.I.R.A.
</h1>
<p class="label-mono text-ink-mute mt-6 fade-in">Hands-free Interactive Robot Assistant</p>
</div>
<div class="col-span-12 md:col-span-3 pb-2 fade-in">
<p class="font-body text-body-lg max-w-xs">
Your co-creator in the chaos. Built for people who make things with their hands, and now want a second pair.
</p>
</div>
</div>
<div class="flex flex-wrap items-center gap-4 mt-12 fade-in">
<a href="#waitlist" class="btn btn-primary">Join the Waitlist</a>
<a href="#capabilities" class="btn btn-ghost">→ Capabilities</a>
<div class="flex items-center gap-3 md:ml-4">
<span class="status-dot animate-pulse"></span>
<span class="label-mono text-ink-mute">MARK 0.0 · AUG 1 ·</span>
<span id="cd-mini" class="label-mono text-tyrian-bright tabular-nums">--d --h --m --s</span>
</div>
</div>
</section>
<!-- HERO IMAGE — Legends montage -->
<section class="margin-edge-x max-w-[1440px] mx-auto fade-in">
<div class="w-full aspect-[16/9] md:aspect-[21/9] bg-black grid grid-cols-5 gap-px overflow-hidden">
<figure class="bg-black overflow-hidden relative">
<img src="./assets/legend-davinci.jpg" alt="Leonardo da Vinci" class="w-full h-full object-cover industrial-photo" style="object-position: 15% top;" />
<figcaption class="absolute bottom-2 left-2 right-2 md:bottom-3 md:left-3 md:right-3 flex justify-between items-end gap-2">
<span class="label-mono text-white/90 text-[10px] md:text-[12px]">DA VINCI</span>
<span class="label-mono text-tyrian-bright text-[9px] md:text-[11px]">1452</span>
</figcaption>
</figure>
<figure class="bg-black overflow-hidden relative">
<img src="./assets/legend-tesla.jpg" alt="Nikola Tesla" class="w-full h-full object-cover object-top industrial-photo" />
<figcaption class="absolute bottom-2 left-2 right-2 md:bottom-3 md:left-3 md:right-3 flex justify-between items-end gap-2">
<span class="label-mono text-white/90 text-[10px] md:text-[12px]">TESLA</span>
<span class="label-mono text-tyrian-bright text-[9px] md:text-[11px]">1856</span>
</figcaption>
</figure>
<figure class="bg-black overflow-hidden relative">
<img src="./assets/legend-ford.jpg" alt="Henry Ford" class="w-full h-full object-cover object-top industrial-photo" />
<figcaption class="absolute bottom-2 left-2 right-2 md:bottom-3 md:left-3 md:right-3 flex justify-between items-end gap-2">
<span class="label-mono text-white/90 text-[10px] md:text-[12px]">FORD</span>
<span class="label-mono text-tyrian-bright text-[9px] md:text-[11px]">1863</span>
</figcaption>
</figure>
<figure class="bg-black overflow-hidden relative">
<img src="./assets/legend-feynman.jpg" alt="Richard Feynman" class="w-full h-full object-cover object-top industrial-photo" />
<figcaption class="absolute bottom-2 left-2 right-2 md:bottom-3 md:left-3 md:right-3 flex justify-between items-end gap-2">
<span class="label-mono text-white/90 text-[10px] md:text-[12px]">FEYNMAN</span>
<span class="label-mono text-tyrian-bright text-[9px] md:text-[11px]">1918</span>
</figcaption>
</figure>
<figure class="bg-black overflow-hidden relative">
<img src="./assets/legend-jobs.jpg" alt="Steve Jobs" class="w-full h-full object-cover object-top industrial-photo" />
<figcaption class="absolute bottom-2 left-2 right-2 md:bottom-3 md:left-3 md:right-3 flex justify-between items-end gap-2">
<span class="label-mono text-white/90 text-[10px] md:text-[12px]">JOBS</span>
<span class="label-mono text-tyrian-bright text-[9px] md:text-[11px]">1955</span>
</figcaption>
</figure>
</div>
<p class="label-mono text-ink-mute mt-6 max-w-2xl">
// THE LINEAGE · MAKERS WHO REFUSED THE PERMISSION SLIP · DA VINCI → TESLA → FORD → FEYNMAN → JOBS · WE CONTINUE THE CHAIN
</p>
</section>
<!-- MANIFESTO / DARK SECTION -->
<section id="why" class="bg-black text-white mt-24 md:mt-section-gap py-24 md:py-40 fade-in">
<div class="margin-edge-x max-w-[1440px] mx-auto grid grid-cols-12 gap-gutter">
<div class="col-span-12 md:col-span-8">
<h2 class="font-display text-[42px] md:text-[88px] leading-[0.95] tracking-[-0.04em] font-extrabold">
We weren't supposed<br/>to wear<br/>
<span class="text-tyrian-bright">Tyrian Purple.</span>
</h2>
</div>
<div class="col-span-12 md:col-span-4 md:text-right md:self-end">
<h2 class="font-display text-[42px] md:text-[88px] leading-[0.95] tracking-[-0.04em] font-extrabold text-tyrian-bright">So we did.</h2>
</div>
</div>
<div class="margin-edge-x max-w-[1440px] mx-auto mt-16 md:mt-24 grid grid-cols-12 gap-gutter">
<div class="col-span-12 md:col-start-3 md:col-span-8 text-center">
<p class="font-body text-[18px] md:text-[22px] leading-[1.6] text-white/90">
H.I.R.A. is built for people who <span class="text-tyrian-bright italic">create</span> instead of conform.
Precision engineered to be the silent architect of your boldest ideas.
</p>
</div>
</div>
</section>
<!-- DUM-E / WORKSHOP SECTION -->
<section class="mt-24 md:mt-section-gap margin-edge-x max-w-[1440px] mx-auto fade-in">
<div class="grid grid-cols-12 gap-gutter items-stretch">
<div class="col-span-12 md:col-span-7">
<div class="aspect-[4/3] md:aspect-[5/4] w-full overflow-hidden bg-black relative">
<img
src="./assets/dum-e-tony-stark.webp"
alt="Tony Stark with the prize-winning robot in his father's workshop at Stark Industries"
class="w-full h-full object-cover"
/>
<div class="absolute top-4 left-4 flex items-center gap-2 text-white">
<span class="status-dot"></span>
<span class="label-mono">REF // DUM-E</span>
</div>
</div>
<p class="label-mono text-ink-mute mt-6">
ARCHIVAL // STARK INDUSTRIES
</p>
</div>
<div class="col-span-12 md:col-span-5 flex flex-col justify-between">
<div>
<h3 class="font-display text-headline-lg-mobile md:text-[44px] leading-[1.05] tracking-[-0.03em] font-bold uppercase">
Inspired by Iron Man's DUM-E.
</h3>
<p class="font-body text-body-lg text-ink-soft mt-8 max-w-md">
Our mission is simple: put a <span class="text-tyrian font-medium">H.I.R.A.</span> in every garage, every workspace, every workshop, and every workdesk.
</p>
<p class="font-body text-body-lg text-ink-mute mt-4 max-w-md">
The builders shouldn't have to wait for the future. They should be the ones shipping it.
</p>
</div>
<div class="mt-12 hairline-t pt-8">
<h4 class="font-display text-[32px] md:text-[40px] leading-[1.05] tracking-[-0.03em] font-bold uppercase">
Built for real-world makers.
</h4>
</div>
</div>
</div>
</section>
<!-- CAPABILITIES -->
<section id="capabilities" class="mt-24 md:mt-section-gap margin-edge-x max-w-[1440px] mx-auto fade-in">
<div class="flex items-end justify-between mb-10">
<div>
<span class="label-mono text-ink-mute">// 02</span>
<h2 class="font-display text-headline-lg-mobile md:text-headline-lg uppercase font-bold mt-2 tracking-tight">Capabilities</h2>
</div>
<span class="label-mono text-ink-mute hidden md:block">06 // SYSTEMS ONLINE</span>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-px bg-black border-b border-black">
<!-- 6 cards -->
<div class="cap-card bg-white">
<div class="flex items-start justify-between mb-6">
<span class="cap-num label-mono text-ink-mute">01</span>
<span class="status-dot"></span>
</div>
<h3 class="font-display text-[24px] font-bold tracking-tight mb-3">Voice Controlled</h3>
<p class="font-body text-body-sm text-ink-mute">Natural-language voice control. Talk to your tools the way you'd talk to a partner — no wake words, no scripts.</p>
</div>
<div class="cap-card bg-white">
<div class="flex items-start justify-between mb-6">
<span class="cap-num label-mono text-ink-mute">02</span>
<span class="status-dot"></span>
</div>
<h3 class="font-display text-[24px] font-bold tracking-tight mb-3">Part Handling</h3>
<p class="font-body text-body-sm text-ink-mute">Servo-driven gripper. Handles fasteners, PCBs, and odd-shaped fabricated parts without the spreadsheet of grippers.</p>
</div>
<div class="cap-card bg-white">
<div class="flex items-start justify-between mb-6">
<span class="cap-num label-mono text-ink-mute">03</span>
<span class="status-dot"></span>
</div>
<h3 class="font-display text-[24px] font-bold tracking-tight mb-3">Visual Recognition</h3>
<p class="font-body text-body-sm text-ink-mute">Stereo depth + transformer vision. Identifies tools, anomalies, and finishes — and remembers what you keep on your bench.</p>
</div>
<div class="cap-card bg-white">
<div class="flex items-start justify-between mb-6">
<span class="cap-num label-mono text-ink-mute">04</span>
<span class="status-dot"></span>
</div>
<h3 class="font-display text-[24px] font-bold tracking-tight mb-3">Cloud Sync</h3>
<p class="font-body text-body-sm text-ink-mute">Project state, build logs, and learned skills sync across your fleet. Walk to another bench, pick up where you stopped.</p>
</div>
<div class="cap-card bg-white">
<div class="flex items-start justify-between mb-6">
<span class="cap-num label-mono text-ink-mute">05</span>
<span class="status-dot"></span>
</div>
<h3 class="font-display text-[24px] font-bold tracking-tight mb-3">OTA Updates</h3>
<p class="font-body text-body-sm text-ink-mute">Your robot gets sharper monthly. Signed firmware, instant rollbacks, and a public changelog you can actually read.</p>
</div>
<div class="cap-card bg-white">
<div class="flex items-start justify-between mb-6">
<span class="cap-num label-mono text-ink-mute">06</span>
<span class="status-dot"></span>
</div>
<h3 class="font-display text-[24px] font-bold tracking-tight mb-3">Tool Holding</h3>
<p class="font-body text-body-sm text-ink-mute">Swap drivers, calipers, irons, even a coffee. Quick-release coupler keyed for fast, repeatable tool changes.</p>
</div>
</div>
</section>
<!-- FOUNDERS' NOTE -->
<section id="founders" class="mt-24 md:mt-section-gap margin-edge-x max-w-[1440px] mx-auto fade-in">
<span class="label-mono text-ink-mute">// 03</span>
<h2 class="font-display text-headline-lg-mobile md:text-headline-lg uppercase font-bold mt-2 tracking-tight mb-12">Founders' Note</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-gutter md:gap-16">
<!-- Founder: Sarath -->
<article class="hairline-t pt-8">
<div class="flex items-start gap-6">
<div class="w-20 h-20 md:w-24 md:h-24 bg-surface-alt overflow-hidden flex-shrink-0">
<img
src="./assets/founder-sarath.jpg"
alt="Sarath — co-founder, Systems"
class="w-full h-full object-cover"
/>
</div>
<div>
<h3 class="font-display text-[20px] font-bold tracking-tight uppercase">Sarath</h3>
<p class="label-mono text-ink-mute mt-1">Co-founder · Systems</p>
</div>
</div>
<blockquote class="font-body text-body-lg text-ink-soft mt-8 space-y-4 leading-[1.55]">
<p>Tyrian Purple was once a color of power.</p>
<p>Reserved for those at the top.</p>
<p>Regulated by the system.</p>
<p class="text-tyrian font-medium">And here we are wearing it.</p>
<p>Because the future doesn't belong to those who wait for permission.</p>
<p>It belongs to those who build it.</p>
<p class="font-mono text-body-sm pt-2">H.I.R.A. is our first step.</p>
</blockquote>
</article>
<!-- Founder: Akarsh -->
<article class="hairline-t pt-8">
<div class="flex items-start gap-6">
<div class="w-20 h-20 md:w-24 md:h-24 bg-surface-alt overflow-hidden flex-shrink-0">
<img
src="./assets/founder-akarsh.jpg"
alt="Akarsh — co-founder, Hardware"
class="w-full h-full object-cover"
/>
</div>
<div>
<h3 class="font-display text-[20px] font-bold tracking-tight uppercase">Akarsh</h3>
<p class="label-mono text-ink-mute mt-1">Co-founder · Hardware</p>
</div>
</div>
<blockquote class="font-body text-body-lg text-ink-soft mt-8 space-y-4 leading-[1.55]">
<p>The future is rarely built by committees.</p>
<p>It is built by obsessive people working late into the night, chasing ideas nobody else understands yet.</p>
<p class="text-tyrian font-medium">TYRIAN exists for those people.</p>
<p>The builders.<br/>The tinkerers.<br/>The ones who would rather create than consume.</p>
<p>We are building tools that respect curiosity and reward ambition.</p>
<p>Because innovation should not require permission.</p>
<p class="font-mono text-body-sm pt-2">It only requires courage to begin.</p>
</blockquote>
</article>
</div>
</section>
<!-- BUILDING IN PUBLIC -->
<section id="roadmap" class="mt-24 md:mt-section-gap bg-black text-white py-24 md:py-32 fade-in">
<div class="margin-edge-x max-w-[1440px] mx-auto">
<div class="grid grid-cols-12 gap-gutter mb-16">
<div class="col-span-12 md:col-span-7">
<span class="label-mono text-white/60">// 04</span>
<h2 class="font-display text-headline-lg-mobile md:text-[72px] uppercase font-extrabold mt-2 tracking-[-0.03em] leading-[0.95]">
Building<br/>in Public.
</h2>
</div>
<div class="col-span-12 md:col-span-5 md:self-end">
<p class="font-body text-body-lg text-white/70 max-w-md">
Transparency is our core ethos. Every breakthrough, failed build, and decision is shipped in the open — so the rebellion knows what they're joining.
</p>
<a href="#waitlist" class="btn btn-primary mt-8" style="background:#66023C;border-color:#66023C;">
→ Join the Waitlist
</a>
</div>
</div>
<!-- Social channels -->
<div class="grid grid-cols-1 md:grid-cols-3 gap-px bg-white/15 border-t border-white/15 border-b border-white/15">
<a href="https://x.com/sarathnarendrak" target="_blank" rel="noopener noreferrer" class="group bg-black p-8 flex flex-col gap-3 hover:bg-tyrian transition-colors duration-200">
<span class="label-mono text-white/60 group-hover:text-white">TWITTER / X</span>
<span class="font-display text-[22px] font-bold tracking-tight">Daily micro-updates</span>
</a>
<a href="https://www.youtube.com/@teamtyrian" target="_blank" rel="noopener noreferrer" class="group bg-black p-8 flex flex-col gap-3 hover:bg-tyrian transition-colors duration-200">
<span class="label-mono text-white/60 group-hover:text-white">YOUTUBE</span>
<span class="font-display text-[22px] font-bold tracking-tight">Build films</span>
</a>
<a href="https://substack.com/@kuppalasarathnarendra" target="_blank" rel="noopener noreferrer" class="group bg-black p-8 flex flex-col gap-3 hover:bg-tyrian transition-colors duration-200">
<span class="label-mono text-white/60 group-hover:text-white">SUBSTACK</span>
<span class="font-display text-[22px] font-bold tracking-tight">Weekly deep-dives</span>
</a>
</div>
<!-- Roadmap features -->
<div class="mt-20 grid grid-cols-1 md:grid-cols-4 gap-gutter">
<div>
<span class="label-mono text-white/50">NEXT IN LINE</span>
<h4 class="font-display text-[20px] font-bold mt-3 tracking-tight">LLM Communication</h4>
<p class="font-body text-body-sm text-white/60 mt-2">Conversational debugging and design suggestions on-device.</p>
</div>
<div>
<span class="label-mono text-white/50">NEXT IN LINE</span>
<h4 class="font-display text-[20px] font-bold mt-3 tracking-tight">Cloud Compute</h4>
<p class="font-body text-body-sm text-white/60 mt-2">Heavy inference workloads streamed to your H.I.R.A. with zero local cost.</p>
</div>
<div>
<span class="label-mono text-white/50">NEXT IN LINE</span>
<h4 class="font-display text-[20px] font-bold mt-3 tracking-tight">Multi-HIRA Sync</h4>
<p class="font-body text-body-sm text-white/60 mt-2">Pass an assembly between units like a relay — each one teaches the next.</p>
</div>
<div>
<span class="label-mono text-white/50">NEXT IN LINE</span>
<h4 class="font-display text-[20px] font-bold mt-3 tracking-tight">Vision-Action</h4>
<p class="font-body text-body-sm text-white/60 mt-2">Watch a YouTube build, replicate it in your shop — no scripts required.</p>
</div>
</div>
</div>
</section>
<!-- THE FUTURE IS UNDER CONSTRUCTION -->
<section class="bg-black text-white py-32 md:py-48 border-t border-white/10 fade-in">
<div class="margin-edge-x max-w-[1440px] mx-auto text-center">
<span class="label-mono text-white/40 block mb-8">// SIGNAL</span>
<h2 class="construction-text text-[44px] md:text-[140px] text-white/15 uppercase select-none">
The future is under<br/>construction.
</h2>
<div class="mt-12 flex justify-center items-center gap-3">
<span class="status-dot animate-pulse"></span>
<span class="label-mono text-white/60">SYSTEM SOUL · ONLINE</span>
</div>
<!-- COUNTDOWN TO H.I.R.A. MARK 0.0 -->
<div class="mt-20">
<span class="label-mono text-tyrian-bright block mb-8">// COUNTDOWN · H.I.R.A. MARK 0.0 · AUGUST 1</span>
<div id="countdown" class="flex justify-center items-start gap-6 md:gap-12">
<div class="flex flex-col items-center">
<span id="cd-days" class="font-display text-[44px] md:text-[88px] font-extrabold tracking-[-0.04em] leading-none tabular-nums">--</span>
<span class="label-mono text-white/40 mt-3">DAYS</span>
</div>
<span class="font-display text-[44px] md:text-[88px] font-extrabold leading-none text-white/20">:</span>
<div class="flex flex-col items-center">
<span id="cd-hours" class="font-display text-[44px] md:text-[88px] font-extrabold tracking-[-0.04em] leading-none tabular-nums">--</span>
<span class="label-mono text-white/40 mt-3">HOURS</span>
</div>
<span class="font-display text-[44px] md:text-[88px] font-extrabold leading-none text-white/20">:</span>
<div class="flex flex-col items-center">
<span id="cd-minutes" class="font-display text-[44px] md:text-[88px] font-extrabold tracking-[-0.04em] leading-none tabular-nums">--</span>
<span class="label-mono text-white/40 mt-3">MINUTES</span>
</div>
<span class="font-display text-[44px] md:text-[88px] font-extrabold leading-none text-white/20">:</span>
<div class="flex flex-col items-center">
<span id="cd-seconds" class="font-display text-[44px] md:text-[88px] font-extrabold tracking-[-0.04em] leading-none tabular-nums text-tyrian-bright">--</span>
<span class="label-mono text-white/40 mt-3">SECONDS</span>
</div>
</div>
</div>
</div>
</section>
<!-- JOIN THE WAITLIST — email only -->
<section id="waitlist" class="margin-edge-x max-w-[1440px] mx-auto pt-24 md:pt-section-gap pb-12 md:pb-24 fade-in">
<div class="grid grid-cols-12 gap-gutter">
<div class="col-span-12 md:col-span-5">
<span class="label-mono text-ink-mute">// 05 · WAITLIST</span>
<h2 class="font-display text-[44px] md:text-[88px] uppercase font-extrabold mt-2 tracking-[-0.04em] leading-[0.9]">
Join the<br/>Rebellion.
</h2>
<p class="font-body text-body-lg text-ink-mute mt-6 max-w-md">
Drop your email. We open access in waves — earliest waitlisters get a serialised unit, a name on the manifest, and a voice in what ships next.
</p>
<div class="mt-10 space-y-3">
<div class="flex items-center gap-3"><span class="status-dot"></span><span class="label-mono">Serialised early units</span></div>
<div class="flex items-center gap-3"><span class="status-dot"></span><span class="label-mono">Private builder Discord</span></div>
<div class="flex items-center gap-3"><span class="status-dot"></span><span class="label-mono">Direct line to the founders</span></div>
<div class="flex items-center gap-3"><span class="status-dot"></span><span class="label-mono">Shape the public roadmap</span></div>
</div>
</div>
<div class="col-span-12 md:col-start-7 md:col-span-6">
<form id="waitlistForm" class="border border-black p-8 md:p-12 bg-white" novalidate>
<span class="label-mono text-ink-mute block mb-6">001 // EMAIL ONLY · WE WON'T SPAM</span>
<label class="label-mono block mb-3" for="waitlistEmail">YOUR CHANNEL</label>
<input class="form-input-line text-[22px] md:text-[28px]" id="waitlistEmail" type="email" placeholder="you@somewhere.io" required autocomplete="email" />
<p id="waitlistError" class="hidden label-mono text-tyrian mt-3">Invalid channel. Try again.</p>
<div class="pt-10 flex items-center justify-between flex-wrap gap-4">
<button class="btn btn-primary" type="submit" style="padding:18px 28px;">Join the Waitlist →</button>
<span id="waitlistCount" class="label-mono text-ink-mute"></span>
</div>
<p class="label-mono text-ink-mute pt-6 leading-[1.6]">By submitting, you acknowledge that there is no turning back.<br/>We'll only use your email to tell you when the next wave opens. No spam.</p>
</form>
<div id="waitlistSuccess" class="hidden border border-tyrian p-10 md:p-12 mt-2 bg-white">
<div class="flex items-center gap-3 mb-6">
<span class="status-dot" style="animation:pulse 1.4s ease-in-out infinite;"></span>
<span class="label-mono text-tyrian">SIGNAL RECEIVED</span>
</div>
<h3 class="font-display text-[44px] md:text-[64px] text-tyrian uppercase font-extrabold leading-[0.9] tracking-[-0.03em]">You're in.</h3>
<p class="font-body text-body-lg text-ink-soft mt-4">We'll reach you at <span id="waitlistEmailEcho" class="font-mono text-black"></span> when the next wave opens.</p>
<div class="mt-8 pt-6 hairline-t" style="border-top:1px solid #000;">
<div class="flex justify-between mt-4">
<span class="label-mono text-ink-mute">QUEUE POSITION</span>
<span class="label-mono text-tyrian" id="queuePos">REDACTED</span>
</div>
<div class="flex justify-between mt-3">
<span class="label-mono text-ink-mute">PHASE</span>
<span class="label-mono">ALPHA · WAVE 01</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- JOIN THE CORE TEAM — separate callout -->
<section class="margin-edge-x max-w-[1440px] mx-auto pb-24 md:pb-section-gap fade-in">
<a href="./join.html" class="block border border-black hover:bg-black hover:text-white transition-colors duration-300 group">
<div class="p-8 md:p-14 grid grid-cols-12 gap-gutter items-center">
<div class="col-span-12 md:col-span-2">
<span class="label-mono text-ink-mute group-hover:text-white/60">// 06 · HIRING</span>
<div class="mt-3 flex items-center gap-2">
<span class="status-dot"></span>
<span class="label-mono">01 SEAT OPEN</span>
</div>
</div>
<div class="col-span-12 md:col-span-7">
<h3 class="font-display text-[36px] md:text-[56px] uppercase font-extrabold tracking-[-0.03em] leading-[0.95]">
Want to build it with us?<br/><span class="text-tyrian group-hover:text-tyrian-bright">Join the Core.</span>
</h3>
<p class="font-body text-body-lg text-ink-mute group-hover:text-white/70 mt-4 max-w-2xl">
Different from the waitlist. The Core is the founding team — hardware, firmware, vision, and ops. We hire for taste, not credentials.
</p>
</div>
<div class="col-span-12 md:col-span-3 md:text-right">
<span class="btn btn-ghost group-hover:bg-white group-hover:text-black group-hover:border-white">Apply to the Core →</span>
</div>
</div>
</a>
</section>
</main>
<!-- FOOTER -->
<footer class="bg-black text-white py-16 border-t border-white/10">
<div class="max-w-[1440px] mx-auto margin-edge-x grid grid-cols-12 gap-gutter">
<div class="col-span-12 md:col-span-5">
<img src="./assets/tyrian-logo-trim.png" alt="TYRIAN" class="h-10 w-auto" style="filter:brightness(0) invert(1);" />
<p class="font-body text-body-sm text-white/60 mt-6 max-w-xs">
TYRIAN is not a company; it is an operating system for the dissatisfied.
Built for rebels everywhere.
</p>
</div>
<div class="col-span-6 md:col-span-2">
<h5 class="label-mono text-white/40 mb-4">Product</h5>
<ul class="space-y-3">
<li><a href="#capabilities" class="font-body text-body-sm hover:text-tyrian-bright">Capabilities</a></li>
<li><a href="#roadmap" class="font-body text-body-sm hover:text-tyrian-bright">Roadmap</a></li>
<li><a href="#waitlist" class="font-body text-body-sm hover:text-tyrian-bright">Waitlist</a></li>
<li><a href="./join.html" class="font-body text-body-sm hover:text-tyrian-bright">Join the Core</a></li>
</ul>
</div>
<div class="col-span-6 md:col-span-2">
<h5 class="label-mono text-white/40 mb-4">Company</h5>
<ul class="space-y-3">
<li><a href="#founders" class="font-body text-body-sm hover:text-tyrian-bright">Founders</a></li>
<li><a href="#why" class="font-body text-body-sm hover:text-tyrian-bright">Manifesto</a></li>
<li><a href="#" class="font-body text-body-sm hover:text-tyrian-bright">Press</a></li>
</ul>
</div>
<div class="col-span-12 md:col-span-3">
<h5 class="label-mono text-white/40 mb-4">Signal</h5>
<ul class="space-y-3">
<li><a href="https://x.com/sarathnarendrak" target="_blank" rel="noopener noreferrer" class="font-body text-body-sm hover:text-tyrian-bright">Twitter / X</a></li>
<li><a href="https://www.youtube.com/@teamtyrian" target="_blank" rel="noopener noreferrer" class="font-body text-body-sm hover:text-tyrian-bright">YouTube</a></li>
<li><a href="https://substack.com/@kuppalasarathnarendra" target="_blank" rel="noopener noreferrer" class="font-body text-body-sm hover:text-tyrian-bright">Substack</a></li>
</ul>
</div>
</div>
<div class="max-w-[1440px] mx-auto margin-edge-x mt-16 pt-8 border-t border-white/10 flex flex-col md:flex-row justify-between gap-4">
<p class="label-mono text-white/40">© 2026 TYRIAN CORP · All rights reserved · Secured by rebellion</p>
<p class="label-mono text-white/40">FINAL TAG · <span class="text-tyrian-bright">SOUL ONLINE</span></p>
</div>
</footer>
<script>
// Scroll progress
const bar = document.getElementById('scrollProgress');
window.addEventListener('scroll', () => {
const winScroll = document.documentElement.scrollTop || document.body.scrollTop;
const height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
bar.style.transform = `scaleX(${winScroll / Math.max(height,1)})`;
}, { passive: true });
// Fade-in observer
const fadeEls = document.querySelectorAll('.fade-in');
const io = new IntersectionObserver((entries) => {
entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('in'); io.unobserve(e.target); }});
}, { threshold: 0.12 });
fadeEls.forEach(el => io.observe(el));
// Make the hero already visible on load
requestAnimationFrame(() => {
document.querySelectorAll('main section:first-of-type .fade-in, main section:nth-of-type(2) .fade-in')
.forEach(el => el.classList.add('in'));
});
// Countdown to H.I.R.A. Mark 0.0 — August 1, 2026 (local midnight)
(() => {
const launch = new Date(2026, 7, 1, 0, 0, 0).getTime(); // month is 0-indexed: 7 = August
const els = {
days: document.getElementById('cd-days'),
hours: document.getElementById('cd-hours'),
minutes: document.getElementById('cd-minutes'),
seconds: document.getElementById('cd-seconds'),
mini: document.getElementById('cd-mini'),
};
const pad = (n) => String(n).padStart(2, '0');
const tick = () => {
const diff = launch - Date.now();
if (diff <= 0) {
els.days.textContent = els.hours.textContent = els.minutes.textContent = els.seconds.textContent = '00';
if (els.mini) els.mini.textContent = 'LIVE';
clearInterval(timer);
return;
}
const s = Math.floor(diff / 1000);
const d = Math.floor(s / 86400), h = Math.floor((s % 86400) / 3600), m = Math.floor((s % 3600) / 60), sec = s % 60;
els.days.textContent = pad(d);
els.hours.textContent = pad(h);
els.minutes.textContent = pad(m);
els.seconds.textContent = pad(sec);
if (els.mini) els.mini.textContent = `${d}d ${pad(h)}h ${pad(m)}m ${pad(sec)}s`;
};
tick();
const timer = setInterval(tick, 1000);
})();
// Waitlist form — submits to Web3Forms (delivered by email); keeps a local copy in localStorage for the live counter
const WAITLIST_KEY = 'tyrian.waitlist';
const WEB3FORMS_KEY = 'e449ad0b-6c2a-4152-9d5d-5ef0685a746c';
const readWaitlist = () => {
try { return JSON.parse(localStorage.getItem(WAITLIST_KEY) || '[]'); }
catch { return []; }
};
const writeWaitlist = (arr) => localStorage.setItem(WAITLIST_KEY, JSON.stringify(arr));
const waitlistForm = document.getElementById('waitlistForm');
const waitlistEmail = document.getElementById('waitlistEmail');
const waitlistError = document.getElementById('waitlistError');
const waitlistSuccess = document.getElementById('waitlistSuccess');
const waitlistCount = document.getElementById('waitlistCount');
const queuePos = document.getElementById('queuePos');
const waitlistEmailEcho = document.getElementById('waitlistEmailEcho');
// show current count on load
const refreshCount = () => {
const n = readWaitlist().length;
waitlistCount.textContent = n > 0 ? `${String(n).padStart(4,'0')} REBELS ON THE LIST` : '';
};
refreshCount();
const emailRe = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/;
waitlistForm.addEventListener('submit', (e) => {
e.preventDefault();
const email = waitlistEmail.value.trim().toLowerCase();
if (!emailRe.test(email)) {
waitlistError.classList.remove('hidden');
waitlistEmail.focus();
return;
}
waitlistError.classList.add('hidden');
// Send the signup to Web3Forms (arrives by email). Fire-and-forget so the UX stays instant.
fetch('https://api.web3forms.com/submit', {
method: 'POST',
headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' },
body: JSON.stringify({
access_key: WEB3FORMS_KEY,
subject: 'New TYRIAN waitlist signup',
from_name: 'TYRIAN Waitlist',
email,
}),
}).catch(() => {});
const list = readWaitlist();
let pos;
const existing = list.findIndex(r => r.email === email);
if (existing >= 0) {
pos = existing + 1;
} else {
list.push({ email, at: new Date().toISOString() });
writeWaitlist(list);
pos = list.length;
}
waitlistForm.style.opacity = '0.4';
waitlistForm.style.pointerEvents = 'none';
setTimeout(() => {
waitlistForm.classList.add('hidden');
waitlistSuccess.classList.remove('hidden');
waitlistEmailEcho.textContent = email;
queuePos.textContent = '#' + String(pos).padStart(4, '0');
waitlistSuccess.scrollIntoView({ behavior: 'smooth', block: 'center' });
}, 800);
});
// Label micro-interaction
document.querySelectorAll('.form-input-line').forEach(input => {
input.addEventListener('focus', () => {
const label = input.previousElementSibling;
if (label) { label.style.color = '#66023C'; label.style.transform = 'translateX(10px)'; label.style.transition = 'all .3s ease'; }
});
input.addEventListener('blur', () => {
const label = input.previousElementSibling;
if (label) { label.style.color = ''; label.style.transform = ''; }
});
});
</script>
</body>
</html>