-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
761 lines (676 loc) · 23.2 KB
/
Copy pathindex.html
File metadata and controls
761 lines (676 loc) · 23.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cxostack — AI Executive Suite for Solopreneurs</title>
<meta name="description" content="One terminal command gives you a full AI C-suite + engineering squad. CTO, CMO, CISO, SRE, and a full dev team — powered by Claude Code subagents. Open source.">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://cxostack.github.io">
<meta property="og:title" content="cxostack — Your AI C-Suite, in your terminal.">
<meta property="og:description" content="One command gives you a full executive team + engineering squad. From idea to deployed product — without hiring anyone. Powered by Claude Code subagents.">
<meta property="og:image" content="https://cxostack.github.io/og.png">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@lokesh_soni">
<meta name="twitter:title" content="cxostack — Your AI C-Suite, in your terminal.">
<meta name="twitter:description" content="One command gives you a full executive team + engineering squad. From idea to deployed product — without hiring anyone.">
<meta name="twitter:image" content="https://cxostack.github.io/og.png">
<!-- Favicon: terminal emoji as SVG -->
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%23080b0f'/><text y='72' x='50' text-anchor='middle' font-size='60'>⚡</text></svg>">
<meta name="theme-color" content="#00d4ff">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;700&family=Syne:wght@400;600;700;800&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--bg: #080b0f;
--surface: #0d1117;
--border: #1e2730;
--accent: #00d4ff;
--accent2: #7c3aed;
--green: #00ff88;
--text: #e2e8f0;
--muted: #64748b;
--mono: 'JetBrains Mono', monospace;
--sans: 'Syne', sans-serif;
}
html { scroll-behavior: smooth; }
body {
background: var(--bg);
color: var(--text);
font-family: var(--sans);
overflow-x: hidden;
line-height: 1.6;
}
/* Noise texture overlay */
body::before {
content: '';
position: fixed;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
pointer-events: none;
z-index: 0;
opacity: 0.4;
}
/* Grid background */
body::after {
content: '';
position: fixed;
inset: 0;
background-image:
linear-gradient(rgba(0, 212, 255, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px);
background-size: 60px 60px;
pointer-events: none;
z-index: 0;
}
/* NAV */
nav {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 100;
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.2rem 3rem;
background: rgba(8, 11, 15, 0.85);
backdrop-filter: blur(12px);
border-bottom: 1px solid var(--border);
}
.logo {
font-family: var(--mono);
font-size: 1.1rem;
font-weight: 700;
color: var(--accent);
letter-spacing: -0.02em;
}
.logo span { color: var(--muted); }
nav a {
color: var(--muted);
text-decoration: none;
font-size: 0.85rem;
font-family: var(--mono);
transition: color 0.2s;
}
nav a:hover { color: var(--accent); }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-cta {
background: var(--accent);
color: #000 !important;
padding: 0.45rem 1.1rem;
border-radius: 4px;
font-weight: 500;
transition: opacity 0.2s !important;
}
.nav-cta:hover { opacity: 0.85; }
/* HERO */
.hero {
position: relative;
z-index: 1;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 8rem 2rem 4rem;
}
.badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: rgba(0, 212, 255, 0.08);
border: 1px solid rgba(0, 212, 255, 0.2);
color: var(--accent);
font-family: var(--mono);
font-size: 0.75rem;
padding: 0.4rem 1rem;
border-radius: 100px;
margin-bottom: 2rem;
animation: fadeUp 0.6s ease both;
}
.badge::before {
content: '';
width: 6px; height: 6px;
background: var(--green);
border-radius: 50%;
animation: pulse 2s infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.3; }
}
h1 {
font-size: clamp(2.8rem, 7vw, 5.5rem);
font-weight: 800;
line-height: 1.05;
letter-spacing: -0.03em;
margin-bottom: 1.5rem;
animation: fadeUp 0.6s 0.1s ease both;
}
h1 .line2 {
display: block;
background: linear-gradient(135deg, var(--accent), var(--accent2));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hero-sub {
font-size: 1.15rem;
color: var(--muted);
max-width: 560px;
margin: 0 auto 2.5rem;
line-height: 1.7;
animation: fadeUp 0.6s 0.2s ease both;
}
.hero-ctas {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
animation: fadeUp 0.6s 0.3s ease both;
}
.btn-primary {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: var(--accent);
color: #000;
font-family: var(--mono);
font-size: 0.9rem;
font-weight: 700;
padding: 0.8rem 1.8rem;
border-radius: 6px;
text-decoration: none;
transition: transform 0.2s, box-shadow 0.2s;
box-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 0 40px rgba(0, 212, 255, 0.5);
}
.btn-secondary {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: transparent;
color: var(--text);
font-family: var(--mono);
font-size: 0.9rem;
padding: 0.8rem 1.8rem;
border-radius: 6px;
border: 1px solid var(--border);
text-decoration: none;
transition: border-color 0.2s, color 0.2s;
}
.btn-secondary:hover { border-color: var(--accent); color: var(--accent); }
/* TERMINAL */
.terminal-wrap {
position: relative;
z-index: 1;
max-width: 720px;
margin: 4rem auto 0;
animation: fadeUp 0.6s 0.4s ease both;
}
.terminal {
background: var(--surface);
border: 1px solid var(--border);
border-radius: 12px;
overflow: hidden;
box-shadow: 0 40px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(0,212,255,0.05);
}
.terminal-bar {
background: #161b22;
padding: 0.9rem 1.2rem;
display: flex;
align-items: center;
gap: 0.5rem;
border-bottom: 1px solid var(--border);
}
.dot { width: 12px; height: 12px; border-radius: 50%; }
.dot.r { background: #ff5f56; }
.dot.y { background: #ffbd2e; }
.dot.g { background: #27c93f; }
.terminal-title {
font-family: var(--mono);
font-size: 0.75rem;
color: var(--muted);
margin-left: auto;
margin-right: auto;
}
.terminal-body {
padding: 1.5rem;
font-family: var(--mono);
font-size: 0.82rem;
line-height: 1.9;
}
.t-prompt { color: var(--green); }
.t-cmd { color: var(--text); }
.t-out { color: var(--muted); }
.t-accent { color: var(--accent); }
.t-dim { color: #3d4a58; }
.t-success { color: var(--green); }
.t-label { color: #f59e0b; }
.cursor {
display: inline-block;
width: 8px; height: 14px;
background: var(--accent);
animation: blink 1s infinite;
vertical-align: middle;
margin-left: 2px;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }
/* SECTION */
section {
position: relative;
z-index: 1;
max-width: 1100px;
margin: 0 auto;
padding: 6rem 2rem;
}
.section-label {
font-family: var(--mono);
font-size: 0.72rem;
color: var(--accent);
letter-spacing: 0.15em;
text-transform: uppercase;
margin-bottom: 1rem;
}
.section-title {
font-size: clamp(1.8rem, 4vw, 2.8rem);
font-weight: 800;
letter-spacing: -0.02em;
margin-bottom: 1rem;
}
.section-sub {
color: var(--muted);
font-size: 1rem;
max-width: 520px;
line-height: 1.7;
}
/* AGENTS GRID */
.agents-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 1px;
margin-top: 3rem;
background: var(--border);
border: 1px solid var(--border);
border-radius: 12px;
overflow: hidden;
}
.agent-card {
background: var(--surface);
padding: 1.8rem;
transition: background 0.2s;
}
.agent-card:hover { background: #111820; }
.agent-icon {
font-size: 1.5rem;
margin-bottom: 0.8rem;
}
.agent-cmd {
font-family: var(--mono);
font-size: 0.78rem;
color: var(--accent);
margin-bottom: 0.4rem;
}
.agent-name {
font-size: 1rem;
font-weight: 700;
margin-bottom: 0.5rem;
}
.agent-desc {
font-size: 0.82rem;
color: var(--muted);
line-height: 1.6;
}
/* PIPELINE */
.pipeline {
display: flex;
align-items: center;
gap: 0;
margin-top: 3rem;
overflow-x: auto;
padding-bottom: 1rem;
}
.pipe-step {
flex: 1;
min-width: 130px;
text-align: center;
position: relative;
}
.pipe-step::after {
content: '→';
position: absolute;
right: -12px;
top: 50%;
transform: translateY(-50%);
color: var(--accent);
font-family: var(--mono);
font-size: 1.2rem;
z-index: 2;
}
.pipe-step:last-child::after { display: none; }
.pipe-box {
background: var(--surface);
border: 1px solid var(--border);
border-radius: 8px;
padding: 1rem 0.5rem;
margin: 0 1rem;
transition: border-color 0.2s;
}
.pipe-box:hover { border-color: var(--accent); }
.pipe-num {
font-family: var(--mono);
font-size: 0.65rem;
color: var(--accent);
margin-bottom: 0.3rem;
}
.pipe-label {
font-size: 0.8rem;
font-weight: 600;
}
.pipe-who {
font-family: var(--mono);
font-size: 0.65rem;
color: var(--muted);
margin-top: 0.3rem;
}
/* HOW IT WORKS */
.steps {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 2rem;
margin-top: 3rem;
}
.step {
display: flex;
gap: 1.2rem;
}
.step-num {
font-family: var(--mono);
font-size: 0.75rem;
color: var(--accent);
background: rgba(0, 212, 255, 0.08);
border: 1px solid rgba(0, 212, 255, 0.2);
width: 32px; height: 32px;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-top: 2px;
}
.step-title { font-weight: 700; margin-bottom: 0.3rem; }
.step-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.6; }
/* CTA SECTION */
.cta-section {
text-align: center;
border-top: 1px solid var(--border);
padding: 6rem 2rem;
}
.cta-section h2 {
font-size: clamp(1.8rem, 4vw, 3rem);
font-weight: 800;
letter-spacing: -0.03em;
margin-bottom: 1rem;
}
.cta-section p {
color: var(--muted);
margin-bottom: 2.5rem;
font-size: 1rem;
}
/* FOOTER */
footer {
position: relative;
z-index: 1;
border-top: 1px solid var(--border);
padding: 2rem 3rem;
display: flex;
justify-content: space-between;
align-items: center;
font-family: var(--mono);
font-size: 0.75rem;
color: var(--muted);
}
footer a { color: var(--muted); text-decoration: none; }
footer a:hover { color: var(--accent); }
@keyframes fadeUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
nav { padding: 1rem 1.5rem; }
.nav-links a:not(.nav-cta) { display: none; }
.nav-cta { font-size: 0.8rem; padding: 0.4rem 0.9rem; }
h1 { font-size: clamp(2rem, 9vw, 3rem); }
.hero { padding: 7rem 1.5rem 3rem; }
.hero-sub { font-size: 1rem; }
footer { flex-direction: column; gap: 1rem; text-align: center; }
.agents-grid { grid-template-columns: 1fr 1fr; }
.steps { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
h1 { font-size: 1.9rem; }
.agents-grid { grid-template-columns: 1fr; }
.pipeline { flex-direction: column; align-items: stretch; }
.pipe-step::after { content: '↓'; position: static; display: block; text-align: center; margin: 0.3rem 0; }
.pipe-step { min-width: unset; }
.pipe-box { margin: 0; }
}
</style>
</head>
<body>
<nav>
<div class="logo">cxo<span>stack</span></div>
<div class="nav-links">
<a href="#agents">Agents</a>
<a href="#how">How it works</a>
<a href="https://github.com/cxostack/cxostack" class="nav-cta">⭐ Star on GitHub</a>
</div>
</nav>
<div class="hero">
<div class="badge">Open Source · Powered by Claude Code</div>
<h1>
Your AI C-Suite,
<span class="line2">in your terminal.</span>
</h1>
<p class="hero-sub">
One command gives you a full executive team + engineering squad. From idea to deployed product — without hiring anyone.
</p>
<div class="hero-ctas">
<a href="https://github.com/cxostack/cxostack" class="btn-primary">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/></svg>
View on GitHub
</a>
<a href="#how" class="btn-secondary">See how it works →</a>
</div>
<div class="terminal-wrap">
<div class="terminal">
<div class="terminal-bar">
<div class="dot r"></div>
<div class="dot y"></div>
<div class="dot g"></div>
<span class="terminal-title">cxostack — bash</span>
</div>
<div class="terminal-body">
<div><span class="t-prompt">$</span> <span class="t-cmd">uv run python main.py</span></div>
<div class="t-out">Initializing cxostack... <span class="t-success">✓</span></div>
<div class="t-out">Loading founder profile... <span class="t-success">✓</span></div>
<div class="t-out">Agents ready.</div>
<br>
<div><span class="t-prompt">cxostack></span> <span class="t-cmd">/cto "Build a SaaS tool for freelance invoicing"</span></div>
<br>
<div><span class="t-label">[CTO]</span> <span class="t-out">Gathering requirements...</span></div>
<div><span class="t-label">[CTO]</span> <span class="t-out">Writing spec → <span class="t-accent">spec.md</span></span></div>
<div><span class="t-label">[CTO]</span> <span class="t-out">Designing architecture → <span class="t-accent">architecture.md</span></span></div>
<div><span class="t-label">[CTO]</span> <span class="t-out">Creating phased plan → handing off to team...</span></div>
<br>
<div><span class="t-label">[TEAM LEAD]</span> <span class="t-out">Phase 1: Auth + billing scaffold</span></div>
<div><span class="t-label">[DEV-1]</span> <span class="t-out">Building user auth module...</span></div>
<div><span class="t-label">[DEV-2]</span> <span class="t-out">Building invoice generation...</span></div>
<div><span class="t-label">[QA]</span> <span class="t-out">Writing test suite...</span></div>
<div><span class="t-label">[DEVOPS]</span> <span class="t-out">Preparing deployment config...</span></div>
<br>
<div><span class="t-success">✓</span> <span class="t-out">Phase 1 complete. 3 files committed.</span></div>
<div><span class="t-prompt">cxostack></span> <span class="cursor"></span></div>
</div>
</div>
</div>
</div>
<!-- AGENTS -->
<section id="agents">
<div class="section-label">// the team</div>
<h2 class="section-title">Your entire C-suite,<br>on demand.</h2>
<p class="section-sub">Every agent is a Claude Code subagent. They share memory, hand off work, and coordinate — so you don't have to.</p>
<div class="agents-grid">
<div class="agent-card">
<div class="agent-icon">⚙️</div>
<div class="agent-cmd">/cto</div>
<div class="agent-name">Chief Technology Officer</div>
<div class="agent-desc">Research, spec writing, architecture design, full build pipeline. Your technical co-founder.</div>
</div>
<div class="agent-card">
<div class="agent-icon">📣</div>
<div class="agent-cmd">/cmo</div>
<div class="agent-name">Chief Marketing Officer</div>
<div class="agent-desc">Go-to-market strategy, content plans, campaign briefs, brand voice. Launch-ready from day one.</div>
</div>
<div class="agent-card">
<div class="agent-icon">🔒</div>
<div class="agent-cmd">/ciso</div>
<div class="agent-name">Chief Security Officer</div>
<div class="agent-desc">Security audits, red team testing, vulnerability review. On-demand, not an afterthought.</div>
</div>
<div class="agent-card">
<div class="agent-icon">🛠️</div>
<div class="agent-cmd">/sre</div>
<div class="agent-name">Site Reliability Engineer</div>
<div class="agent-desc">Infra design, load testing, incident triage. Keeps your stack from burning down.</div>
</div>
<div class="agent-card">
<div class="agent-icon">👥</div>
<div class="agent-cmd">auto</div>
<div class="agent-name">Engineering Squad</div>
<div class="agent-desc">Architect, planner, team lead, devs, QA, code reviewer, DevOps. The full crew.</div>
</div>
<div class="agent-card">
<div class="agent-icon">🧠</div>
<div class="agent-cmd">shared</div>
<div class="agent-name">Persistent Memory</div>
<div class="agent-desc">Founder profile, tech preferences, past decisions. Every agent reads it before acting.</div>
</div>
</div>
</section>
<!-- PIPELINE -->
<section>
<div class="section-label">// the pipeline</div>
<h2 class="section-title">Idea to deployed.<br>No context switching.</h2>
<p class="section-sub">One command starts the full pipeline. Each handoff is automatic.</p>
<div class="pipeline">
<div class="pipe-step">
<div class="pipe-box">
<div class="pipe-num">01</div>
<div class="pipe-label">Idea</div>
<div class="pipe-who">you</div>
</div>
</div>
<div class="pipe-step">
<div class="pipe-box">
<div class="pipe-num">02</div>
<div class="pipe-label">Requirements</div>
<div class="pipe-who">CTO agent</div>
</div>
</div>
<div class="pipe-step">
<div class="pipe-box">
<div class="pipe-num">03</div>
<div class="pipe-label">Architecture</div>
<div class="pipe-who">CTO agent</div>
</div>
</div>
<div class="pipe-step">
<div class="pipe-box">
<div class="pipe-num">04</div>
<div class="pipe-label">Build</div>
<div class="pipe-who">eng squad</div>
</div>
</div>
<div class="pipe-step">
<div class="pipe-box">
<div class="pipe-num">05</div>
<div class="pipe-label">QA + Review</div>
<div class="pipe-who">QA + reviewer</div>
</div>
</div>
<div class="pipe-step">
<div class="pipe-box">
<div class="pipe-num">06</div>
<div class="pipe-label">Deploy</div>
<div class="pipe-who">DevOps agent</div>
</div>
</div>
</div>
</section>
<!-- HOW IT WORKS -->
<section id="how">
<div class="section-label">// quick start</div>
<h2 class="section-title">Up in 4 commands.</h2>
<p class="section-sub">No complex setup. No cloud accounts. Just clone, configure, and start building.</p>
<div class="steps">
<div class="step">
<div class="step-num">01</div>
<div>
<div class="step-title">Clone & install</div>
<div class="step-desc"><code style="color:var(--accent);font-family:var(--mono);font-size:0.8rem">git clone github.com/cxostack/cxostack && uv sync</code></div>
</div>
</div>
<div class="step">
<div class="step-num">02</div>
<div>
<div class="step-title">Bootstrap skills</div>
<div class="step-desc"><code style="color:var(--accent);font-family:var(--mono);font-size:0.8rem">./skills.sh bootstrap</code></div>
</div>
</div>
<div class="step">
<div class="step-num">03</div>
<div>
<div class="step-title">Onboard</div>
<div class="step-desc"><code style="color:var(--accent);font-family:var(--mono);font-size:0.8rem">uv run python main.py → /cto onboard</code></div>
</div>
</div>
<div class="step">
<div class="step-num">04</div>
<div>
<div class="step-title">Ship something</div>
<div class="step-desc"><code style="color:var(--accent);font-family:var(--mono);font-size:0.8rem">/cto "your idea here"</code></div>
</div>
</div>
</div>
</section>
<!-- CTA -->
<div class="cta-section" style="position:relative;z-index:1;">
<h2>Stop building alone.</h2>
<p>Open source. MIT license. Claude Code subscription required.</p>
<div style="display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;">
<a href="https://github.com/cxostack/cxostack" class="btn-primary">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/></svg>
Star on GitHub
</a>
<a href="https://github.com/cxostack/cxostack/blob/master/CONTRIBUTING.md" class="btn-secondary">Contribute →</a>
</div>
</div>
<footer>
<div class="logo">cxo<span>stack</span></div>
<div>MIT License · Built with Claude Code</div>
<div>
<a href="https://github.com/cxostack/cxostack">GitHub</a>
·
<a href="https://github.com/cxostack/cxostack/blob/master/CONTRIBUTING.md">Contribute</a>
</div>
</footer>
</body>
</html>