-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
519 lines (471 loc) · 33.6 KB
/
index.html
File metadata and controls
519 lines (471 loc) · 33.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ShaneBrain - Angel Cloud Ecosystem</title>
<meta name="description" content="AI for families. Built by a dump truck dispatcher in Alabama. Personal AI legacy system running on a Raspberry Pi 5.">
<meta property="og:title" content="ShaneBrain - Angel Cloud Ecosystem">
<meta property="og:description" content="AI for families. Built by a dump truck dispatcher in Alabama. Running on a Raspberry Pi 5.">
<meta property="og:type" content="website">
<meta name="theme-color" content="#00ff88">
<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=JetBrains+Mono:wght@400;500;700&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
--green: #00ff88;
--green-dim: rgba(0, 255, 136, 0.15);
--cyan: #00d4ff;
--cyan-dim: rgba(0, 212, 255, 0.12);
--pink: #ff3366;
--amber: #ffaa00;
--gold: #c9a84c;
--twitch: #9146ff;
--bg: #06080c;
--surface: #0d1117;
--surface-2: #161b22;
--border: #1e2a3a;
--text: #e6edf3;
--text-muted: #7d8590;
--radius: 12px;
}
html { scroll-behavior: smooth; }
body {
font-family: 'Inter', -apple-system, sans-serif;
background: var(--bg);
color: var(--text);
min-height: 100vh;
overflow-x: hidden;
line-height: 1.6;
}
.grid-bg {
position: fixed; inset: 0;
background-image:
linear-gradient(rgba(0,255,136,0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(0,255,136,0.03) 1px, transparent 1px);
background-size: 48px 48px;
pointer-events: none; z-index: 0;
}
.orb { position: fixed; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: 0; animation: float 20s ease-in-out infinite; }
.orb-1 { width: 500px; height: 500px; background: rgba(0,255,136,0.08); top: -100px; left: -100px; }
.orb-2 { width: 400px; height: 400px; background: rgba(0,212,255,0.06); bottom: 10%; right: -80px; animation-delay: -7s; }
.orb-3 { width: 300px; height: 300px; background: rgba(255,51,102,0.05); top: 50%; left: 40%; animation-delay: -14s; }
@keyframes float {
0%, 100% { transform: translate(0, 0); }
33% { transform: translate(30px, -20px); }
66% { transform: translate(-20px, 15px); }
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; position: relative; z-index: 1; }
.hero { padding: 5rem 0 3rem; text-align: center; }
.hero-badge {
display: inline-flex; align-items: center; gap: 0.5rem;
background: var(--green-dim); border: 1px solid rgba(0,255,136,0.25);
border-radius: 100px; padding: 0.4rem 1.2rem;
font-size: 0.8rem; color: var(--green); font-weight: 500;
margin-bottom: 1.5rem; letter-spacing: 0.05em;
}
.hero-badge .pulse {
width: 8px; height: 8px; background: var(--green); border-radius: 50%;
animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(0,255,136,0.4); }
50% { opacity: 0.7; box-shadow: 0 0 0 6px rgba(0,255,136,0); }
}
.hero h1 {
font-family: 'JetBrains Mono', monospace;
font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 700;
letter-spacing: -0.02em;
background: linear-gradient(135deg, var(--green), var(--cyan));
background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;
margin-bottom: 0.5rem; line-height: 1.1;
}
.hero-tagline { font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; color: var(--cyan); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1.2rem; opacity: 0.8; }
.hero-sub { font-size: 1.1rem; color: var(--text-muted); max-width: 580px; margin: 0 auto 1rem; }
.hero-sub strong { color: var(--text); }
.hero-personal { font-size: 0.9rem; color: var(--text-muted); max-width: 500px; margin: 0 auto 2rem; opacity: 0.7; }
.sobriety {
display: inline-flex; align-items: center; gap: 0.6rem;
background: rgba(0,255,136,0.06); border: 1px solid rgba(0,255,136,0.15);
border-radius: 8px; padding: 0.5rem 1.2rem; margin-bottom: 2rem;
}
.sobriety-num { font-family: 'JetBrains Mono', monospace; font-size: 1.4rem; font-weight: 700; color: var(--green); }
.sobriety-label { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.stats-bar { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin: 2rem 0 1.5rem; }
.stat { text-align: center; padding: 0.8rem 1.2rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); min-width: 110px; transition: border-color 0.3s, transform 0.3s; }
.stat:hover { border-color: var(--green); transform: translateY(-2px); }
.stat-num { font-family: 'JetBrains Mono', monospace; font-size: 1.4rem; font-weight: 700; color: var(--green); }
.stat-label { font-size: 0.7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.2rem; }
.cta-row { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin: 2rem 0; }
.cta-btn {
display: inline-flex; align-items: center; gap: 0.5rem;
padding: 0.8rem 1.8rem; background: transparent;
border: 2px solid var(--cyan); color: var(--cyan);
border-radius: 8px; font-family: 'JetBrains Mono', monospace;
font-size: 0.85rem; font-weight: 600; letter-spacing: 0.04em;
text-decoration: none; transition: all 0.25s;
}
.cta-btn:hover { background: var(--cyan); color: var(--bg); box-shadow: 0 0 30px rgba(0,212,255,0.25); }
.cta-btn.gold { border-color: var(--gold); color: var(--gold); }
.cta-btn.gold:hover { background: var(--gold); color: var(--bg); box-shadow: 0 0 30px rgba(201,168,76,0.3); }
.cta-btn.green { border-color: var(--green); color: var(--green); }
.cta-btn.green:hover { background: var(--green); color: var(--bg); box-shadow: 0 0 30px rgba(0,255,136,0.25); }
.cta-btn.twitch { border-color: var(--twitch); color: var(--twitch); }
.cta-btn.twitch:hover { background: var(--twitch); color: #fff; box-shadow: 0 0 30px rgba(145,70,255,0.35); }
.section { padding: 3rem 0; }
.section-title { font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; font-weight: 500; color: var(--green); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 2rem; padding-bottom: 0.75rem; border-bottom: 1px solid var(--border); }
.projects-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.25rem; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; }
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--green), var(--cyan)); opacity: 0; transition: opacity 0.3s; }
.card:hover { border-color: var(--green); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.card:hover::before { opacity: 1; }
.card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.75rem; gap: 0.5rem; }
.card h3 a { font-family: 'JetBrains Mono', monospace; font-size: 0.95rem; font-weight: 600; color: var(--green); text-decoration: none; }
.card h3 a:hover { text-decoration: underline; }
.badges { display: flex; gap: 0.4rem; flex-shrink: 0; }
.badge { display: inline-block; padding: 0.15rem 0.5rem; border-radius: 4px; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap; }
.badge-active { background: rgba(0,255,136,0.12); color: var(--green); border: 1px solid rgba(0,255,136,0.3); }
.badge-build { background: rgba(255,170,0,0.12); color: var(--amber); border: 1px solid rgba(255,170,0,0.3); }
.badge-core { background: var(--cyan-dim); color: var(--cyan); border: 1px solid rgba(0,212,255,0.3); }
.badge-live { background: rgba(255,51,102,0.12); color: var(--pink); border: 1px solid rgba(255,51,102,0.3); }
.badge-pub { background: rgba(201,168,76,0.12); color: var(--gold); border: 1px solid rgba(201,168,76,0.3); }
.badge-twitch { background: rgba(145,70,255,0.12); color: var(--twitch); border: 1px solid rgba(145,70,255,0.3); }
.card-desc { color: var(--text-muted); font-size: 0.85rem; line-height: 1.6; margin-bottom: 1rem; }
.card-tech { font-size: 0.72rem; color: #444d56; font-family: 'JetBrains Mono', monospace; }
.infra-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.infra-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; transition: border-color 0.3s; }
.infra-card:hover { border-color: var(--cyan); }
.infra-card h4 { font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; color: var(--cyan); margin-bottom: 0.75rem; }
.infra-card ul { list-style: none; }
.infra-card li { font-size: 0.8rem; color: var(--text-muted); padding: 0.3rem 0; border-bottom: 1px solid rgba(30,42,58,0.5); }
.infra-card li:last-child { border-bottom: none; }
.infra-card li strong { color: var(--text); }
.credits-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.credit-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.2rem 1.5rem; transition: border-color 0.3s, transform 0.2s; }
.credit-card:hover { border-color: var(--cyan); transform: translateY(-2px); }
.credit-card a { text-decoration: none; }
.credit-name { font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; font-weight: 600; color: var(--cyan); margin-bottom: 0.3rem; }
.credit-role { font-size: 0.75rem; color: var(--text-muted); line-height: 1.5; }
.social-grid { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.social-link { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.6rem 1.2rem; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; color: var(--text-muted); text-decoration: none; font-size: 0.82rem; font-family: 'JetBrains Mono', monospace; transition: all 0.25s; }
.social-link:hover { border-color: var(--green); color: var(--text); transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.social-link svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }
.social-link.twitch-link { border-color: rgba(145,70,255,0.3); color: var(--twitch); }
.social-link.twitch-link:hover { border-color: var(--twitch); background: rgba(145,70,255,0.1); }
.footer { text-align: center; padding: 3rem 0 2rem; border-top: 1px solid var(--border); margin-top: 2rem; }
.footer-quote { font-family: 'JetBrains Mono', monospace; font-style: italic; color: var(--green); font-size: 0.9rem; margin-bottom: 0.75rem; }
.footer p { color: var(--text-muted); font-size: 0.8rem; line-height: 1.8; }
.footer-links { display: flex; justify-content: center; gap: 1.5rem; margin-top: 1rem; flex-wrap: wrap; }
.footer-links a { color: var(--text-muted); text-decoration: none; font-size: 0.8rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--green); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 640px) {
.hero { padding: 3.5rem 0 2rem; }
.stats-bar { gap: 0.6rem; }
.stat { min-width: 90px; padding: 0.6rem 0.8rem; }
.stat-num { font-size: 1.2rem; }
.projects-grid, .infra-grid { grid-template-columns: 1fr; }
.credits-grid { grid-template-columns: 1fr 1fr; }
.cta-row { flex-direction: column; align-items: center; }
.social-grid { gap: 0.6rem; }
.social-link { padding: 0.5rem 0.8rem; font-size: 0.75rem; }
}
</style>
```
</head>
<body>
<div class="grid-bg"></div>
<div class="orb orb-1"></div>
<div class="orb orb-2"></div>
<div class="orb orb-3"></div>
```
<div class="container">
<section class="hero">
<div class="hero-badge"><span class="pulse"></span> All systems online</div>
<h1>SHANEBRAIN</h1>
<div class="hero-tagline">Angel Cloud Ecosystem</div>
<p class="hero-sub">AI for families. Built by a <strong>dump truck dispatcher</strong> in Alabama.<br>Local-first. Family-first. Running on a <strong>Raspberry Pi 5</strong>.</p>
<p class="hero-personal">Father of 5 • <span id="sober-days">800+</span> days sober • Building the future on 16GB RAM</p>
<div class="sobriety">
<span class="sobriety-num" id="sober-count">---</span>
<span class="sobriety-label">Days<br>Sober</span>
</div>
<div class="stats-bar">
<div class="stat reveal"><div class="stat-num">4</div><div class="stat-label">Compute Nodes</div></div>
<div class="stat reveal"><div class="stat-num">42</div><div class="stat-label">MCP Tools</div></div>
<div class="stat reveal"><div class="stat-num">17</div><div class="stat-label">Weaviate Collections</div></div>
<div class="stat reveal"><div class="stat-num">210+</div><div class="stat-label">Knowledge Objects</div></div>
<div class="stat reveal"><div class="stat-num">17</div><div class="stat-label">MEGA Crew Bots</div></div>
<div class="stat reveal"><div class="stat-num">10+</div><div class="stat-label">Active Projects</div></div>
</div>
<div class="cta-row">
<a href="/book" class="cta-btn gold">NEW BOOK OUT NOW →</a>
<a href="https://twitch.tv/thebardchat" class="cta-btn twitch" target="_blank" rel="noopener">▶ WATCH LIVE</a>
<a href="https://github.com/thebardchat/pulsar_sentinel" class="cta-btn">PULSAR SENTINEL →</a>
<a href="https://ko-fi.com/shanebrain" class="cta-btn green" target="_blank" rel="noopener">SUPPORT ON KO-FI</a>
</div>
</section>
<section class="section">
<div class="section-title reveal">// Active Projects</div>
<div class="projects-grid">
<div class="card reveal" style="border-color: rgba(201,168,76,0.3);">
<div class="card-header">
<h3><a href="/book" style="color: var(--gold);">you-probably-think-this-book-is-about-you</a></h3>
<div class="badges"><span class="badge badge-pub">Published</span></div>
</div>
<p class="card-desc">Noir-style vignettes about ego, identity, and the universal human condition. 22 scenes. A detective who discovers he's the case. Available now on Amazon — ebook, audiobook, and print.</p>
<div class="card-tech">Writing / KDP / ElevenLabs / Noir Fiction</div>
</div>
<div class="card reveal">
<div class="card-header">
<h3><a href="https://github.com/thebardchat" target="_blank" rel="noopener">shanebrain-core</a></h3>
<div class="badges"><span class="badge badge-core">Core</span><span class="badge badge-active">Active</span></div>
</div>
<p class="card-desc">The brain. Discord bots with RAG-powered personality, MEGA crew self-evolving bot architecture, Weaviate vector DB, Facebook social automation, cloud backup, email AI, and the mega dashboard. Everything runs from here.</p>
<div class="card-tech">Python / Ollama / Weaviate / Discord.py / Docker</div>
</div>
<div class="card reveal">
<div class="card-header">
<h3><a href="https://github.com/thebardchat/angel-cloud" target="_blank" rel="noopener">angel-cloud</a></h3>
<div class="badges"><span class="badge badge-core">Core</span><span class="badge badge-active">Active</span></div>
</div>
<p class="card-desc">Mental wellness platform with auth bridge, 3D welcome center, and AI sentiment analysis. LogiBot handles automation, continuous sync, and local AI via Ollama. The public face of ShaneBrain.</p>
<div class="card-tech">Python / Node.js / Ollama / Firestore / Docker</div>
</div>
<div class="card reveal">
<div class="card-header">
<h3><a href="https://github.com/thebardchat/shanebrain_mcp" target="_blank" rel="noopener">shanebrain-mcp</a></h3>
<div class="badges"><span class="badge badge-core">Core</span><span class="badge badge-active">Active</span></div>
</div>
<p class="card-desc">Custom MCP server with 42 tools across 26 groups — knowledge, chat, RAG, social, vault, notes, drafts, security, admin, Ollama, planning, and system health. Streamable HTTP transport, Pydantic v2.</p>
<div class="card-tech">Python / MCP / Docker / Weaviate / Ollama</div>
</div>
<div class="card reveal">
<div class="card-header">
<h3><a href="https://github.com/thebardchat/pulsar_sentinel" target="_blank" rel="noopener">pulsar-sentinel</a></h3>
<div class="badges"><span class="badge badge-active">Active</span></div>
</div>
<p class="card-desc">Post-quantum cryptography security framework. ML-KEM lattice-based encryption, blockchain audit trails on Polygon, MetaMask wallet auth, cyberpunk dashboard.</p>
<div class="card-tech">Python / FastAPI / liboqs / Web3 / Discord.py</div>
</div>
<div class="card reveal">
<div class="card-header">
<h3><a href="https://thebardchat.github.io/mega-crew-stories/" target="_blank" rel="noopener">mega-crew-stories</a></h3>
<div class="badges"><span class="badge badge-active">Active</span><span class="badge badge-live">Live</span></div>
</div>
<p class="card-desc">Live story universe for the MEGA Crew — self-evolving characters, AI-generated narratives, and a world built in public. Hosted on GitHub Pages.</p>
<div class="card-tech">HTML / CSS / JavaScript / AI Narrative</div>
</div>
<div class="card reveal">
<div class="card-header">
<h3><a href="https://twitch.tv/thebardchat" target="_blank" rel="noopener">thebardchat — Twitch</a></h3>
<div class="badges"><span class="badge badge-twitch">Live</span></div>
</div>
<p class="card-desc">Building in public. Live AI demos, automation builds, and real tech — streamed from the lab. Come watch the machine learn.</p>
<div class="card-tech">Twitch / OBS / Ollama / N8N / Stream Bots</div>
</div>
<div class="card reveal">
<div class="card-header">
<h3><a href="https://github.com/thebardchat/BGKPJR-Core-Simulations" target="_blank" rel="noopener">BGKPJR-Core-Simulations</a></h3>
<div class="badges"><span class="badge badge-active">Active</span></div>
</div>
<p class="card-desc">Electromagnetic launch architecture. Control systems (LQR, MPC), aerodynamics simulations, maglev track specs, Gryphon spacecraft design. Patent filed.</p>
<div class="card-tech">Python / NumPy / Control Systems / CAD</div>
</div>
<div class="card reveal">
<div class="card-header">
<h3><a href="https://github.com/thebardchat/N8N" target="_blank" rel="noopener">N8N Automation</a></h3>
<div class="badges"><span class="badge badge-active">Active</span></div>
</div>
<p class="card-desc">Automation workflows running on Pulsar. Connected to the ShaneBrain ecosystem for event-driven orchestration across services.</p>
<div class="card-tech">N8N / Automation / Webhooks</div>
</div>
<div class="card reveal">
<div class="card-header">
<h3><a href="https://github.com/thebardchat/loudon-desarro" target="_blank" rel="noopener">loudon-desarro</a></h3>
<div class="badges"><span class="badge badge-build">Building</span></div>
</div>
<p class="card-desc">50,000 SF multi-sport athletic complex honoring wrestling coaches Loudon and DeSarro. Interactive 3D visualizations with two building options and PLEX FLEX seating.</p>
<div class="card-tech">Three.js / HTML / CSS</div>
</div>
</div>
</section>
<section class="section">
<div class="section-title reveal">// Infrastructure</div>
<div class="infra-grid">
<div class="infra-card reveal">
<h4>Compute</h4>
<ul>
<li><strong>Raspberry Pi 5</strong> — 16 GB, controller</li>
<li><strong>Pironman 5-MAX</strong> — NVMe RAID chassis</li>
<li><strong>RAID 1</strong> — 2x 2TB NVMe</li>
<li><strong>8TB External</strong> — Seagate backup</li>
<li><strong>4-Node Cluster</strong> — Pi + 3 Windows nodes</li>
</ul>
</div>
<div class="infra-card reveal">
<h4>AI Stack</h4>
<ul>
<li><strong>Ollama 0.17</strong> — local LLM inference</li>
<li><strong>shanebrain-3b</strong> — custom tuned model</li>
<li><strong>nomic-embed-text</strong> — 768-dim vectors</li>
<li><strong>Weaviate 1.36</strong> — 17 collections</li>
<li><strong>Cluster Proxy</strong> — multi-node routing</li>
</ul>
</div>
<div class="infra-card reveal">
<h4>Services</h4>
<ul>
<li><strong>MCP Server v2.2</strong> — 42 tools, HTTP</li>
<li><strong>Mega Dashboard</strong> — 20+ panels</li>
<li><strong>Discord + Arcade Bots</strong> — AI-powered</li>
<li><strong>Social Bot</strong> — Facebook automation</li>
<li><strong>Buddy Claude</strong> — AI dialogue engine</li>
<li><strong>MEGA Crew</strong> — self-evolving bots</li>
</ul>
</div>
<div class="infra-card reveal">
<h4>Network</h4>
<ul>
<li><strong>Tailscale VPN</strong> — mesh networking</li>
<li><strong>Tailscale Funnel</strong> — public HTTPS</li>
<li><strong>Caddy 2.11</strong> — reverse proxy</li>
<li><strong>Docker</strong> — containerized services</li>
<li><strong>theangel.com</strong> — custom domain</li>
</ul>
</div>
</div>
</section>
<!-- CREDITS — new section -->
<section class="section">
<div class="section-title reveal">// Built With</div>
<div class="credits-grid">
<div class="credit-card reveal">
<a href="https://claude.ai" target="_blank" rel="noopener">
<div class="credit-name">Claude by Anthropic</div>
<div class="credit-role">AI partner & co-builder. Every line of this ecosystem.</div>
</a>
</div>
<div class="credit-card reveal">
<a href="https://www.raspberrypi.com" target="_blank" rel="noopener">
<div class="credit-name">Raspberry Pi 5</div>
<div class="credit-role">Local AI compute backbone. 16GB RAM, running it all.</div>
</a>
</div>
<div class="credit-card reveal">
<a href="https://www.sunfounder.com/products/pironman-5" target="_blank" rel="noopener">
<div class="credit-name">Pironman 5-MAX</div>
<div class="credit-role">NVMe RAID 1 chassis by Sunfounder. Made it real.</div>
</a>
</div>
<div class="credit-card reveal">
<a href="https://github.com/thebardchat" target="_blank" rel="noopener">
<div class="credit-name">GitHub</div>
<div class="credit-role">Version control, Pages hosting, and open builds.</div>
</a>
</div>
<div class="credit-card reveal">
<a href="https://twitch.tv/thebardchat" target="_blank" rel="noopener">
<div class="credit-name">Twitch</div>
<div class="credit-role">Building in public. Live AI demos & the stream lab.</div>
</a>
</div>
<div class="credit-card reveal">
<a href="https://discord.gg/qST3UfFAr9" target="_blank" rel="noopener">
<div class="credit-name">Discord</div>
<div class="credit-role">Community hub. AI bots, MEGA Crew, and the squad.</div>
</a>
</div>
</div>
</section>
<section class="section">
<div class="section-title reveal">// Connect</div>
<div class="social-grid reveal">
<a href="https://github.com/thebardchat" target="_blank" rel="noopener" class="social-link">
<svg viewBox="0 0 24 24"><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>
GitHub
</a>
<a href="https://twitch.tv/thebardchat" target="_blank" rel="noopener" class="social-link twitch-link">
<svg viewBox="0 0 24 24"><path d="M11.571 4.714h1.715v5.143H11.57zm4.715 0H18v5.143h-1.714zM6 0L1.714 4.286v15.428h5.143V24l4.286-4.286h3.428L22.286 12V0zm14.571 11.143l-3.428 3.428h-3.429l-3 3v-3H6.857V1.714h13.714z"/></svg>
Twitch
</a>
<a href="https://discord.gg/qST3UfFAr9" target="_blank" rel="noopener" class="social-link">
<svg viewBox="0 0 24 24"><path d="M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286z"/></svg>
Discord
</a>
<a href="https://instagram.com/shanebrain_theangel_cloud" target="_blank" rel="noopener" class="social-link">
<svg viewBox="0 0 24 24"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z"/></svg>
Instagram
</a>
<a href="https://tiktok.com/@thebardchat" target="_blank" rel="noopener" class="social-link">
<svg viewBox="0 0 24 24"><path d="M19.59 6.69a4.83 4.83 0 01-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 01-2.88 2.5 2.89 2.89 0 01-2.89-2.89 2.89 2.89 0 012.89-2.89c.28 0 .54.04.79.1v-3.5a6.37 6.37 0 00-.79-.05A6.34 6.34 0 003.15 15.2a6.34 6.34 0 0010.86 4.48V13.2a8.16 8.16 0 005.58 2.2v-3.46a4.85 4.85 0 01-2-.75 4.86 4.86 0 01-1.78-2.13V6.69h3.78z"/></svg>
TikTok
</a>
<a href="https://twitter.com/BGKPJRevolution" target="_blank" rel="noopener" class="social-link">
<svg viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
X / Twitter
</a>
<a href="mailto:brazeltonshane@gmail.com" class="social-link">
<svg viewBox="0 0 24 24"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>
Email
</a>
<a href="https://ko-fi.com/shanebrain" target="_blank" rel="noopener" class="social-link" style="border-color: rgba(255,51,102,0.3);">
<svg viewBox="0 0 24 24"><path d="M23.881 8.948c-.773-4.085-4.859-4.593-4.859-4.593H.723c-.604 0-.679.798-.679.798s-.082 7.324-.022 11.822c.164 2.424 2.586 2.672 2.586 2.672s8.267-.023 11.966-.049c2.438-.426 2.683-2.566 2.658-3.734 4.352.24 7.422-2.831 6.649-6.916zm-11.062 3.511c-1.246 1.453-4.011 3.976-4.011 3.976s-.121.119-.31.023c-.076-.057-.108-.09-.108-.09-.443-.441-3.368-3.049-4.034-3.954-.709-.965-1.041-2.7-.091-3.71.951-1.01 3.005-1.086 4.363.407 0 0 1.565-1.782 3.468-.963 1.904.82 1.832 3.011.723 4.311z"/></svg>
Ko-fi
</a>
</div>
</section>
<footer class="footer reveal">
<p class="footer-quote">"If you don't own your infrastructure, you don't own your future."</p>
<p>Shane Brazelton — Hazel Green, Alabama<br>Dispatcher by day. AI architect by night. Father of five.</p>
<div class="footer-links">
<a href="https://github.com/thebardchat" target="_blank" rel="noopener">GitHub</a>
<a href="https://twitch.tv/thebardchat" target="_blank" rel="noopener">Twitch</a>
<a href="https://discord.gg/qST3UfFAr9" target="_blank" rel="noopener">Discord</a>
<a href="https://ko-fi.com/shanebrain" target="_blank" rel="noopener">Ko-fi</a>
</div>
</footer>
</div>
<script>
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry, i) => {
if (entry.isIntersecting) {
setTimeout(() => entry.target.classList.add('visible'), i * 80);
observer.unobserve(entry.target);
}
});
}, { threshold: 0.1 });
document.querySelectorAll('.reveal').forEach(el => observer.observe(el));
function animateValue(el, end, duration) {
if (isNaN(parseInt(end))) return;
const target = parseInt(end);
const startTime = performance.now();
function update(now) {
const elapsed = now - startTime;
const progress = Math.min(elapsed / duration, 1);
const eased = 1 - Math.pow(1 - progress, 3);
el.textContent = Math.round(target * eased);
if (progress < 1) requestAnimationFrame(update);
else el.textContent = end;
}
requestAnimationFrame(update);
}
const statObserver = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
animateValue(entry.target, entry.target.textContent, 1200);
statObserver.unobserve(entry.target);
}
});
}, { threshold: 0.5 });
document.querySelectorAll('.stat-num').forEach(el => statObserver.observe(el));
const soberDate = new Date('2023-11-27');
const soberDays = Math.floor((new Date() - soberDate) / 86400000);
document.getElementById('sober-count').textContent = soberDays;
document.getElementById('sober-days').textContent = soberDays;
</script>
</body>
</html>