-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
840 lines (746 loc) · 25 KB
/
Copy pathindex.html
File metadata and controls
840 lines (746 loc) · 25 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
836
837
838
839
840
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TabStacks: Auto-Group Chrome Tabs by Domain</title>
<meta name="description"
content="TabStacks automatically organizes your Chrome tabs into groups by domain and adds a lightning-fast switcher bar. Runs 100% locally — no data ever leaves your browser." />
<link rel="canonical" href="https://tabstacks.github.io/web/" />
<meta name="google-site-verification" content="0EDxT5eNLNmw28a5iYwFCcDC5vXYrzTETt2naqO_13w" />
<link rel="icon" href="assets/icon48.png" type="image/png" sizes="48x48" />
<link rel="preload" as="image" href="assets/hero-background.webp" type="image/webp" fetchpriority="high" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tabstacks.github.io/web/" />
<meta property="og:title" content="TabStacks — Auto-Group Chrome Tabs by Domain" />
<meta property="og:description"
content="TabStacks automatically organizes your Chrome tabs into groups by domain and adds a lightning-fast switcher bar. Runs 100% locally." />
<meta property="og:image" content="https://tabstacks.github.io/web/assets/screenshots/1-marquee.png" />
<meta property="og:image:width" content="1400" />
<meta property="og:image:height" content="560" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="TabStacks — Auto-Group Chrome Tabs by Domain" />
<meta name="twitter:description"
content="TabStacks automatically organizes your Chrome tabs into groups by domain and adds a lightning-fast switcher bar." />
<meta name="twitter:image" content="https://tabstacks.github.io/web/assets/screenshots/1-marquee.png" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "TabStacks",
"applicationCategory": "BrowserApplication",
"operatingSystem": "Chrome",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"url": "https://chromewebstore.google.com/detail/tabstacks-auto-group-tabs/lfoajjmdopegpmncnfbfdkkjcddihmio",
"description": "Auto-groups Chrome tabs by domain into stacks and injects a fast switcher bar for instant navigation.",
"screenshot": "https://tabstacks.github.io/web/assets/screenshots/1-marquee.png"
}
</script>
<style>
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--bg: #161617;
--surface: #1c1c1e;
--accent: #25a244;
--accent-btn: #1a7a35;
--accent-hover: #1e8a38;
--text: #f5f5f7;
--muted: #8e8e93;
--radius: 18px;
}
html {
scroll-behavior: smooth;
}
body {
background: var(--bg);
color: var(--text);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
font-size: 16px;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}
a {
color: inherit;
text-decoration: none;
}
/* ── Nav ── */
body>nav {
position: sticky;
top: 0;
z-index: 100;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 clamp(1.5rem, 5vw, 5rem);
height: 52px;
background: rgba(22, 22, 23, 0.8);
backdrop-filter: saturate(180%) blur(20px);
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.nav-brand {
display: flex;
align-items: center;
gap: 8px;
font-weight: 500;
font-size: 1rem;
letter-spacing: -0.01em;
color: var(--text);
}
.nav-brand img {
width: 24px;
height: 24px;
border-radius: 6px;
}
.nav-cta {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--accent-btn);
color: #fff;
font-size: 0.82rem;
font-weight: 600;
padding: 7px 16px;
border-radius: 980px;
transition: background 0.2s;
letter-spacing: 0.01em;
}
.nav-cta:hover {
background: var(--accent-hover);
}
/* ── Hero ── */
.hero {
position: relative;
min-height: calc(100svh - 52px);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: clamp(5rem, 11vw, 9rem) clamp(1.5rem, 5vw, 4rem) clamp(4.5rem, 9vw, 7rem);
overflow: hidden;
background:
radial-gradient(ellipse at 50% 58%, rgba(8, 8, 9, 0.64) 0%, rgba(8, 8, 9, 0.42) 34%, rgba(8, 8, 9, 0.08) 68%, transparent 100%),
linear-gradient(180deg, rgba(22, 22, 23, 0.04) 0%, rgba(22, 22, 23, 0.1) 42%, rgba(22, 22, 23, 0.56) 82%, #161617 100%),
linear-gradient(90deg, rgba(22, 22, 23, 0.54) 0%, rgba(22, 22, 23, 0.08) 52%, rgba(22, 22, 23, 0.16) 100%),
url("assets/hero-background.webp") center 56% / cover no-repeat;
}
.hero::before {
content: '';
position: absolute;
z-index: 0;
top: -10%;
left: 50%;
transform: translateX(-50%);
width: 900px;
height: 600px;
background: radial-gradient(ellipse at center, rgba(37, 162, 68, 0.14) 0%, transparent 65%);
pointer-events: none;
}
.hero::after {
content: '';
position: absolute;
z-index: 0;
left: 50%;
top: 58%;
width: min(880px, 92vw);
height: 340px;
transform: translate(-50%, -50%);
background: radial-gradient(ellipse at center, rgba(10, 10, 11, 0.9) 0%, rgba(10, 10, 11, 0.64) 42%, rgba(10, 10, 11, 0.16) 72%, transparent 86%);
filter: blur(22px);
pointer-events: none;
}
.hero>* {
position: relative;
z-index: 1;
}
.hero-badge {
display: inline-block;
background: rgba(37, 162, 68, 0.08);
color: var(--accent);
font-size: 0.75rem;
font-weight: 500;
letter-spacing: 0.04em;
text-transform: uppercase;
padding: 6px 16px;
border-radius: 980px;
border: 1px solid rgba(37, 162, 68, 0.25);
margin-bottom: 2rem;
}
.hero h1 {
font-size: clamp(2.8rem, 7vw, 5.2rem);
font-weight: 700;
letter-spacing: -0.04em;
line-height: 1.05;
max-width: 800px;
margin: 0 auto 1.5rem;
text-shadow: 0 16px 48px rgba(0, 0, 0, 0.42);
}
.hero h1 span {
color: var(--accent);
}
.hero p {
font-size: clamp(1rem, 2vw, 1.25rem);
color: rgba(245, 245, 247, 0.75);
max-width: 540px;
margin: 0 auto 3rem;
line-height: 1.6;
font-weight: 400;
text-shadow: 0 2px 14px rgba(0, 0, 0, 0.82);
}
.hero-actions {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
}
.btn-primary {
display: inline-flex;
align-items: center;
gap: 10px;
background: var(--accent-btn);
color: #fff;
font-size: 0.95rem;
font-weight: 600;
padding: 14px 28px;
border-radius: 980px;
transition: background 0.2s, transform 0.15s;
letter-spacing: 0.01em;
}
.btn-primary:hover {
background: var(--accent-hover);
transform: scale(1.02);
}
.btn-secondary {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--muted);
font-size: 0.95rem;
font-weight: 400;
padding: 14px 20px;
border-radius: 980px;
border: 1px solid rgba(255, 255, 255, 0.12);
transition: color 0.2s, border-color 0.2s;
}
.btn-secondary:hover {
color: var(--text);
border-color: rgba(255, 255, 255, 0.22);
}
/* ── Section shared ── */
section {
padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 5vw, 5rem);
}
.section-label {
text-align: center;
font-size: 0.75rem;
font-weight: 500;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--accent);
margin-bottom: 1rem;
}
.section-title {
text-align: center;
font-size: clamp(1.8rem, 4vw, 2.8rem);
font-weight: 700;
letter-spacing: -0.03em;
margin-bottom: 1.1rem;
}
.section-subtitle {
text-align: center;
color: var(--muted);
font-size: 1.1rem;
max-width: 500px;
margin: 0 auto 4rem;
line-height: 1.6;
font-weight: 400;
}
/* ── Features ── */
.features {
background: var(--bg);
}
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1px;
max-width: 1040px;
margin: 0 auto;
border: 1px solid rgba(255, 255, 255, 0.07);
border-radius: var(--radius);
overflow: hidden;
}
.feature-card {
background: rgba(255, 255, 255, 0.03);
padding: 2rem;
transition: background 0.2s;
}
.feature-card:hover {
background: rgba(255, 255, 255, 0.055);
}
.feature-icon {
margin-bottom: 1.25rem;
color: var(--accent);
}
.feature-icon svg {
display: block;
}
.feature-card h3 {
font-size: 1rem;
font-weight: 600;
margin-bottom: 0.5rem;
letter-spacing: -0.01em;
color: var(--text);
}
.feature-card p {
font-size: 0.9rem;
color: var(--muted);
line-height: 1.65;
}
/* ── Screenshots ── */
.screenshots-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
gap: 1rem;
max-width: 1040px;
margin: 0 auto;
}
.screenshot-item {
border-radius: var(--radius);
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.07);
background: var(--surface);
}
.screenshot-item img {
width: 100%;
height: auto;
display: block;
transition: transform 0.4s ease;
}
.screenshot-item:hover img {
transform: scale(1.03);
}
.screenshot-caption {
padding: 0.9rem 1rem;
font-size: 0.82rem;
color: var(--muted);
font-weight: 400;
text-align: center;
letter-spacing: 0.01em;
}
/* ── Privacy callout ── */
.privacy-strip {
background: var(--surface);
border-top: 1px solid rgba(255, 255, 255, 0.07);
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.privacy-inner {
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-content: center;
gap: 1rem 2rem;
max-width: 960px;
margin: 0 auto;
padding: 3rem clamp(1.5rem, 5vw, 4rem);
list-style: none;
}
.privacy-item {
display: flex;
align-items: center;
gap: 10px;
font-size: 0.9rem;
font-weight: 400;
color: var(--muted);
white-space: nowrap;
}
.privacy-item svg {
flex-shrink: 0;
color: var(--accent);
}
/* ── CTA ── */
.cta-section {
text-align: center;
background: var(--surface);
border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.cta-section h2 {
font-size: clamp(2rem, 4.5vw, 3.2rem);
font-weight: 700;
letter-spacing: -0.035em;
margin-bottom: 1rem;
}
.cta-section p {
color: var(--muted);
margin-bottom: 2.5rem;
font-size: 1.05rem;
font-weight: 400;
}
/* ── Footer ── */
footer {
border-top: 1px solid rgba(255, 255, 255, 0.07);
padding: 2.5rem clamp(1.5rem, 5vw, 4rem);
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
text-align: center;
}
footer nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.25rem 0;
}
footer nav a {
font-size: 0.82rem;
color: var(--muted);
padding: 0 0.875rem;
border-right: 1px solid rgba(255, 255, 255, 0.1);
transition: color 0.15s;
line-height: 1;
}
footer nav a:last-child {
border-right: none;
}
footer nav a:hover {
color: var(--text);
}
/* ── Chrome icon ── */
.chrome-icon {
width: 20px;
height: auto;
flex-shrink: 0;
}
/* ── Video facade ── */
.video-wrapper {
position: relative;
max-width: 860px;
margin: 0 auto;
border-radius: 16px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.07);
box-shadow: 0 32px 80px rgba(0, 0, 0, 0.4);
aspect-ratio: 16 / 9;
}
.video-facade {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
padding: 0;
border: none;
background: #000;
cursor: pointer;
}
.video-facade img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
opacity: 0.85;
transition: opacity 0.2s;
}
.video-facade:hover img {
opacity: 1;
}
.play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 72px;
height: 50px;
pointer-events: none;
}
.play-btn rect {
fill: #f00;
transition: fill 0.2s;
}
.video-facade:hover .play-btn rect {
fill: #cc0000;
}
.video-wrapper iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: none;
}
.video-section {
background: var(--bg);
}
.footer-copy {
font-size: 0.78rem;
color: var(--muted);
}
.skip-link {
position: absolute;
top: -100%;
left: 1rem;
background: var(--accent);
color: #fff;
padding: 8px 16px;
border-radius: 0 0 8px 8px;
font-size: 0.9rem;
font-weight: 600;
z-index: 200;
transition: top 0.15s;
}
.skip-link:focus {
top: 0;
}
:focus-visible {
outline: 2px solid var(--accent);
outline-offset: 3px;
border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
.btn-primary:hover {
transform: none;
}
.screenshot-item:hover img {
transform: none;
}
}
@media (max-width: 600px) {
.hero {
background-position: 60% center;
}
.screenshots-grid {
grid-template-columns: 1fr;
}
.privacy-inner {
grid-template-columns: 1fr;
}
footer nav {
gap: 0.5rem 0;
}
}
</style>
</head>
<body>
<a class="skip-link" href="#features">Skip to content</a>
<!-- Nav -->
<nav>
<div class="nav-brand">
<img src="assets/icon48.png" alt="TabStacks icon" width="24" height="24" />
TabStacks
</div>
<a class="nav-cta"
href="https://chromewebstore.google.com/detail/tabstacks-auto-group-tabs/lfoajjmdopegpmncnfbfdkkjcddihmio"
target="_blank" rel="noopener">
<img class="chrome-icon" src="assets/icon-chrome-store.webp" alt="" width="20" height="18" />
Add to Chrome
</a>
</nav>
<main>
<!-- Hero -->
<section class="hero">
<div class="hero-badge">Free Chrome Extension</div>
<h1>Stop drowning in tabs.<br /><span>Stack them by domain.</span></h1>
<p>TabStacks automatically groups your open tabs by domain and gives you a lightning-fast switcher bar, so you can
jump between contexts without the chaos.</p>
<div class="hero-actions">
<a class="btn-primary"
href="https://chromewebstore.google.com/detail/tabstacks-auto-group-tabs/lfoajjmdopegpmncnfbfdkkjcddihmio"
target="_blank" rel="noopener">
<img class="chrome-icon" src="assets/icon-chrome-store.webp" alt="" width="20" height="18" />
Add to Chrome, Free
</a>
<a class="btn-secondary" href="#video">See it in action ↓</a>
</div>
</section>
<!-- Privacy strip -->
<div class="privacy-strip">
<ul class="privacy-inner">
<li class="privacy-item">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<rect x="5" y="11" width="14" height="10" rx="2" />
<path d="M8 11V7a4 4 0 0 1 8 0v4" />
</svg>
<span>100% local. No data leaves your device.</span>
</li>
<li class="privacy-item">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z" />
</svg>
<span>Instant tab grouping, zero config</span>
</li>
<li class="privacy-item">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M20 12v10H4V12" />
<path d="M22 7H2v5h20V7z" />
<path d="M12 22V7" />
<path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z" />
<path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z" />
</svg>
<span>Free to use, optional Pro upgrade</span>
</li>
</ul>
</div>
<!-- Video -->
<section id="video" class="video-section">
<p class="section-label">27-second demo</p>
<h2 class="section-title">Watch the demo</h2>
<div class="video-wrapper">
<button type="button" class="video-facade" id="video-play" aria-label="Play TabStacks demo video">
<img src="assets/video-thumb.jpg" alt="TabStacks demo video thumbnail"
width="1280" height="720" loading="lazy" />
<svg class="play-btn" viewBox="0 0 72 50" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect width="72" height="50" rx="12" fill="#f00" />
<polygon points="29,15 29,35 50,25" fill="#fff" />
</svg>
</button>
<noscript>
<a href="https://www.youtube.com/watch?v=0n4HCoVD4g8" target="_blank" rel="noopener"
style="position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;">Watch
on YouTube ↗</a>
</noscript>
</div>
</section>
<!-- Features -->
<section class="features" id="features" tabindex="-1">
<p class="section-label">Features</p>
<h2 class="section-title">Everything you need, nothing you don't</h2>
<p class="section-subtitle">TabStacks works silently in the background, keeping your tabs organized without
interrupting your flow.</p>
<div class="feature-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="1.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M2 6a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6z" />
</svg></div>
<h3>Auto-group by domain</h3>
<p>Every tab is automatically assigned to a collapsible stack based on its domain. Open ten GitHub tabs? One
neat group.</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="1.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<rect x="2" y="3" width="20" height="4" rx="1" />
<rect x="2" y="10" width="20" height="4" rx="1" />
<rect x="2" y="17" width="20" height="4" rx="1" />
</svg></div>
<h3>Switcher bar overlay</h3>
<p>A lightweight visual bar lets you jump between stacks instantly. No hunting through a horizontal sea of
favicons.</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="1.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<rect x="2" y="6" width="20" height="12" rx="2" />
<path d="M6 10h.01M10 10h.01M14 10h.01M18 10h.01M8 14h8" />
</svg></div>
<h3>Keyboard shortcuts</h3>
<p>Navigate stacks without touching your mouse. Works independently of the switcher bar for pure keyboard
workflows.</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="1.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<circle cx="11" cy="11" r="7" />
<path d="m21 21-4.35-4.35" />
</svg></div>
<h3>Search across tabs</h3>
<p>Quickly find any open tab by title or URL. Stop re-opening tabs you already have.</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="1.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z" />
</svg></div>
<h3>Theme support</h3>
<p>Matches your Chrome theme. Looks sharp whether you're running dark mode or light.</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="1.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />
</svg></div>
<h3>Fully private</h3>
<p>No accounts, no telemetry, no network requests. All state is stored locally on your device.</p>
</div>
</div>
</section>
<!-- Screenshots -->
<section id="screenshots">
<p class="section-label">Screenshots</p>
<h2 class="section-title">See TabStacks in action</h2>
<p class="section-subtitle">A minimal interface that stays out of your way until you need it.</p>
<div class="screenshots-grid">
<div class="screenshot-item">
<img src="assets/screenshots/2-tab-switcher.webp" alt="TabStacks switcher bar in Chrome" width="960"
height="600" loading="lazy" />
<div class="screenshot-caption">Visual tab switcher bar</div>
</div>
<div class="screenshot-item">
<img src="assets/screenshots/3-extension-popup.webp" alt="TabStacks extension popup" width="960" height="600"
loading="lazy" />
<div class="screenshot-caption">Extension popup overview</div>
</div>
<div class="screenshot-item">
<img src="assets/screenshots/4-search-tabs.webp" alt="Search tabs with TabStacks" width="960" height="600"
loading="lazy" />
<div class="screenshot-caption">Search across all grouped tabs</div>
</div>
<div class="screenshot-item">
<img src="assets/screenshots/5-theme-support.webp" alt="TabStacks theme support" width="960" height="600"
loading="lazy" />
<div class="screenshot-caption">Light and dark theme support</div>
</div>
</div>
</section>
<!-- Final CTA -->
<section class="cta-section">
<h2>Tame your tabs today.</h2>
<p>Free to install. Works immediately. No account required.</p>
<a class="btn-primary"
href="https://chromewebstore.google.com/detail/tabstacks-auto-group-tabs/lfoajjmdopegpmncnfbfdkkjcddihmio"
target="_blank" rel="noopener">
<img class="chrome-icon" src="assets/icon-chrome-store.webp" alt="" width="20" height="18" />
Add to Chrome, Free
</a>
</section>
</main>
<!-- Footer -->
<footer>
<nav aria-label="Footer">
<a href="privacy-policy.html">Privacy Policy</a>
<a href="https://github.com/tabstacks/web/releases" target="_blank" rel="noopener">GitHub</a>
<a href="https://tally.so/r/jaJLO1" target="_blank" rel="noopener">Feedback</a>
</nav>
<p class="footer-copy">© <span id="yr">2026</span> TabStacks. All rights reserved.</p>
</footer>
<script type="module">
const y = new Date().getFullYear();
if (y > 2026) document.getElementById('yr').textContent = `2026–${y}`;
document.getElementById('video-play').addEventListener('click', function () {
const iframe = document.createElement('iframe');
iframe.src = 'https://www.youtube.com/embed/0n4HCoVD4g8?autoplay=1';
iframe.title = 'TabStacks demo video';
iframe.allow = 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen';
iframe.setAttribute('allowfullscreen', '');
this.parentNode.replaceChild(iframe, this);
});
</script>
</body>
</html>