-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
420 lines (385 loc) · 23.6 KB
/
Copy pathindex.html
File metadata and controls
420 lines (385 loc) · 23.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>StackForge — Production-ready Docker Compose stack for AI agents</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<style>
:root {
--bg: #0b0f1a;
--bg-card: rgba(15,23,42,0.85);
--bg-gradient: radial-gradient(ellipse at 20% 20%, #0f1a2e 0%, transparent 60%), radial-gradient(ellipse at 80% 80%, #1a0f0a 0%, transparent 60%), #0b0f1a;
--border: #1e293b;
--border-hover: #334155;
--accent: #38bdf8;
--accent2: #f59e0b;
--accent-gradient: linear-gradient(135deg, #38bdf8, #f59e0b);
--red: #ef4444;
--green: #22c55e;
--text: #e2e8f0;
--muted: #64748b;
--muted2: #94a3b8;
--glass: rgba(15,23,42,0.6);
--radius: 12px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
background: var(--bg-gradient);
color: var(--text);
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
min-height: 100vh;
line-height: 1.6;
}
body::before{
content:''; position:fixed; inset:0;
background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.06) 2px, rgba(0,0,0,0.06) 4px);
pointer-events:none; z-index:0;
}
.container{max-width:1120px; margin:0 auto; padding:0 24px; position:relative; z-index:1;}
/* ── Nav ── */
nav{
display:flex; align-items:center; justify-content:space-between;
padding:18px 0; border-bottom:1px solid var(--border);
flex-wrap:wrap; gap:12px;
}
nav .logo{font-size:20px; font-weight:800; background:var(--accent-gradient); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; letter-spacing:-0.5px;}
nav .links{display:flex; gap:20px; align-items:center;}
nav .links a{color:var(--muted2); text-decoration:none; font-size:14px; font-weight:500; transition:color .2s;}
nav .links a:hover{color:var(--accent);}
nav .links .btn{
background:var(--accent-gradient); color:#0b0f1a; padding:8px 18px;
border-radius:8px; font-weight:600; font-size:13px; -webkit-text-fill-color:#0b0f1a;
transition:opacity .2s, transform .15s;
}
nav .links .btn:hover{opacity:.9; transform:translateY(-1px);}
/* ── Hero ── */
.hero{
text-align:center; padding:80px 0 60px;
}
.hero h1{
font-size:56px; font-weight:800; letter-spacing:-1.5px;
background:var(--accent-gradient); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
line-height:1.1; margin-bottom:16px;
}
.hero p{
font-size:20px; color:var(--muted2); max-width:640px; margin:0 auto 24px;
}
.hero .badges{display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-bottom:36px;}
.hero .badges img{height:28px; border-radius:4px;}
.hero .actions{display:flex; gap:14px; justify-content:center; flex-wrap:wrap;}
.hero .actions a{
display:inline-flex; align-items:center; gap:8px;
padding:14px 28px; border-radius:10px; font-size:15px; font-weight:600;
text-decoration:none; transition:transform .15s, box-shadow .2s;
}
.hero .actions a:hover{transform:translateY(-2px);}
.hero .actions .primary{background:var(--accent-gradient); color:#0b0f1a; box-shadow:0 4px 24px rgba(56,189,248,0.2);}
.hero .actions .primary:hover{box-shadow:0 6px 32px rgba(56,189,248,0.35);}
.hero .actions .secondary{border:1px solid var(--border); color:var(--text); background:var(--glass); backdrop-filter:blur(8px);}
.hero .actions .secondary:hover{border-color:var(--accent); box-shadow:0 0 20px rgba(56,189,248,0.1);}
/* ── Sections ── */
section{padding:60px 0;}
section h2{
font-size:28px; font-weight:700; margin-bottom:12px;
background:var(--accent-gradient); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
display:inline-block;
}
section .subtitle{color:var(--muted2); font-size:16px; margin-bottom:36px; max-width:600px;}
/* ── Architecture SVG ── */
.arch-wrap{
background:var(--bg-card); border:1px solid var(--border); border-radius:var(--radius);
padding:32px; overflow:hidden; margin-bottom:24px;
}
.arch-wrap svg{width:100%; height:auto; display:block;}
/* ── Features grid ── */
.features-grid{
display:grid; grid-template-columns:repeat(auto-fill, minmax(300px, 1fr)); gap:16px;
}
.feature-card{
background:var(--bg-card); border:1px solid var(--border); border-radius:var(--radius);
padding:24px; transition:border-color .2s, transform .15s;
}
.feature-card:hover{border-color:var(--border-hover); transform:translateY(-2px);}
.feature-card .icon{font-size:28px; margin-bottom:10px;}
.feature-card h3{font-size:16px; font-weight:600; margin-bottom:6px;}
.feature-card p{font-size:14px; color:var(--muted2); line-height:1.5;}
/* ── Services table ── */
.services-table{width:100%; border-collapse:collapse; font-size:14px;}
.services-table th{
text-align:left; padding:12px 16px; border-bottom:2px solid var(--border);
color:var(--muted); font-weight:600; font-size:12px; text-transform:uppercase; letter-spacing:1px;
}
.services-table td{padding:12px 16px; border-bottom:1px solid rgba(30,41,59,0.5); color:var(--text);}
.services-table tr:hover td{background:rgba(56,189,248,0.04);}
.services-table .port{font-family:'JetBrains Mono', monospace; font-size:13px; color:var(--accent);}
.services-table .purpose{color:var(--muted2); font-size:13px;}
/* ── Quick Start ── */
.code-block{
background:#0a0e17; border:1px solid var(--border); border-radius:var(--radius);
padding:20px 24px; overflow-x:auto; font-family:'JetBrains Mono', monospace;
font-size:13px; line-height:1.7; color:var(--text);
position:relative;
}
.code-block .prompt{color:var(--accent2);}
.code-block .comment{color:var(--muted);}
.code-block .cmd{color:var(--accent);}
/* ── Footer ── */
footer{
text-align:center; padding:32px 0; border-top:1px solid var(--border);
color:var(--muted); font-size:13px;
}
footer a{color:var(--accent2); text-decoration:none;}
footer a:hover{text-decoration:underline;}
@media(max-width:640px){
.hero h1{font-size:36px;}
.hero p{font-size:17px;}
.features-grid{grid-template-columns:1fr;}
nav .links{gap:12px;}
nav .links a{font-size:13px;}
}
</style>
</head>
<body>
<div class="container">
<!-- Nav -->
<nav>
<span class="logo">⛓ StackForge</span>
<div class="links">
<a href="#features">Features</a>
<a href="#architecture">Architecture</a>
<a href="#services">Services</a>
<a href="#quickstart">Quick Start</a>
<a href="https://github.com/OneByJorah/StackForge" class="btn" target="_blank" rel="noopener">GitHub →</a>
</div>
</nav>
<!-- Hero -->
<section class="hero">
<h1>StackForge</h1>
<p>Production-ready Docker Compose stack for AI agents — one command, self-hosted, privacy-first.</p>
<div class="badges">
<img src="https://img.shields.io/badge/license-MIT-brightgreen" alt="MIT">
<img src="https://img.shields.io/github/stars/OneByJorah/StackForge?style=flat&color=38bdf8" alt="Stars">
<img src="https://img.shields.io/github/last-commit/OneByJorah/StackForge?style=flat&color=f59e0b" alt="Last commit">
<img src="https://img.shields.io/badge/docker%20compose-ready-2496ED?logo=docker" alt="Docker Compose">
<img src="https://img.shields.io/badge/CPU--only%20|%20no%20GPU%20required-22c55e" alt="CPU only">
<img src="https://img.shields.io/badge/privacy--first-6366f1" alt="Privacy first">
</div>
<div class="actions">
<a href="https://github.com/OneByJorah/StackForge" class="primary" target="_blank" rel="noopener">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.3 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61-.546-1.385-1.335-1.755-1.335-1.755-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 21.795 24 17.295 24 12 24 5.37 18.63 0 12 0z"/></svg>
View on GitHub
</a>
<a href="#quickstart" class="secondary">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polygon points="5 3 19 12 5 21 5 3"/></svg>
Quick Start
</a>
</div>
</section>
<!-- Features -->
<section id="features">
<h2>Features</h2>
<p class="subtitle">Everything you need to run AI agents on your own hardware.</p>
<div class="features-grid">
<div class="feature-card">
<div class="icon">🚀</div>
<h3>One Command Deploy</h3>
<p><code>docker compose up -d</code> and your entire AI agent stack is ready.</p>
</div>
<div class="feature-card">
<div class="icon">🔒</div>
<h3>Privacy-Focused</h3>
<p>All data stays on your infrastructure. No third-party APIs, no data leaks.</p>
</div>
<div class="feature-card">
<div class="icon">💻</div>
<h3>CPU-Only</h3>
<p>No GPU required. Runs on any machine — VPS, homelab, or bare metal.</p>
</div>
<div class="feature-card">
<div class="icon">🧠</div>
<h3>Local LLMs</h3>
<p>Ollama-powered language models (Llama, Mistral, and more) run entirely on your machine.</p>
</div>
<div class="feature-card">
<div class="icon">🔎</div>
<h3>Private Search</h3>
<p>SearXNG provides privacy-respecting web search without tracking or profiling.</p>
</div>
<div class="feature-card">
<div class="icon">🧩</div>
<h3>Vectored Memory</h3>
<p>Qdrant vector database + Honcho long-term memory for persistent agent state.</p>
</div>
<div class="feature-card">
<div class="icon">📝</div>
<h3>Obsidian Sync</h3>
<p>CouchDB-backed Obsidian LiveSync for notes, knowledge, and agent memory vaults.</p>
</div>
<div class="feature-card">
<div class="icon">⚙️</div>
<h3>Web Automation</h3>
<p>Selenium standalone Chrome for browser automation tasks.</p>
</div>
</div>
</section>
<!-- Architecture -->
<section id="architecture">
<h2>Architecture</h2>
<p class="subtitle">How the services connect and orchestrate.</p>
<div class="arch-wrap">
<svg viewBox="0 0 960 580" xmlns="http://www.w3.org/2000/svg" style="background:#080c14; border-radius:8px;">
<defs>
<linearGradient id="g-ai" x1="0" y1="0" x2="1" y2="1"><stop offset="0" stop-color="#38bdf8"/><stop offset="1" stop-color="#f59e0b"/></linearGradient>
<linearGradient id="g-db" x1="0" y1="0" x2="1" y2="1"><stop offset="0" stop-color="#6366f1"/><stop offset="1" stop-color="#8b5cf6"/></linearGradient>
<linearGradient id="g-inf" x1="0" y1="0" x2="1" y2="1"><stop offset="0" stop-color="#22c55e"/><stop offset="1" stop-color="#10b981"/></linearGradient>
<linearGradient id="g-search" x1="0" y1="0" x2="1" y2="1"><stop offset="0" stop-color="#f97316"/><stop offset="1" stop-color="#ef4444"/></linearGradient>
<linearGradient id="g-sync" x1="0" y1="0" x2="1" y2="1"><stop offset="0" stop-color="#ec4899"/><stop offset="1" stop-color="#f43f5e"/></linearGradient>
<filter id="glow"><feGaussianBlur stdDeviation="3"/><feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge></filter>
<filter id="glow2"><feGaussianBlur stdDeviation="6"/><feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge></filter>
</defs>
<!-- Grid -->
<pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="#1e293b" stroke-width="0.5"/></pattern>
<rect width="960" height="580" fill="url(#grid)" opacity="0.5"/>
<!-- Label: AI AGENT -->
<rect x="370" y="24" width="220" height="48" rx="24" fill="url(#g-ai)" opacity="0.15" filter="url(#glow)"/>
<text x="480" y="54" text-anchor="middle" fill="#38bdf8" font-family="'JetBrains Mono',monospace" font-size="18" font-weight="700" filter="url(#glow)">🤖 AI Agent</text>
<!-- Vertical main line -->
<line x1="480" y1="72" x2="480" y2="110" stroke="#38bdf8" stroke-width="1.5" opacity="0.4" stroke-dasharray="4,3"/>
<!-- API Gateway label -->
<rect x="400" y="110" width="160" height="34" rx="6" fill="#0f172a" stroke="#334155" stroke-width="1"/>
<text x="480" y="132" text-anchor="middle" fill="#94a3b8" font-family="'JetBrains Mono',monospace" font-size="11">API Gateway :8080</text>
<!-- Horizontal bus -->
<line x1="480" y1="144" x2="480" y2="160" stroke="#334155" stroke-width="1"/>
<line x1="120" y1="160" x2="840" y2="160" stroke="#334155" stroke-width="1.5"/>
<line x1="480" y1="160" x2="480" y2="176" stroke="#334155" stroke-width="1"/>
<!-- Connector dots on bus -->
<circle cx="170" cy="160" r="4" fill="#38bdf8" opacity="0.6"/>
<circle cx="310" cy="160" r="4" fill="#38bdf8" opacity="0.6"/>
<circle cx="480" cy="160" r="4" fill="#38bdf8" opacity="0.6"/>
<circle cx="650" cy="160" r="4" fill="#38bdf8" opacity="0.6"/>
<circle cx="790" cy="160" r="4" fill="#38bdf8" opacity="0.6"/>
<!-- Row 1: Ollama + Qdrant -->
<!-- Ollama -->
<rect x="80" y="200" width="180" height="80" rx="8" fill="#0f172a" stroke="#22c55e" stroke-width="1.2" opacity="0.9"/>
<rect x="80" y="200" width="180" height="8" rx="4" fill="#22c55e" opacity="0.3"/>
<text x="170" y="234" text-anchor="middle" fill="#22c55e" font-family="'JetBrains Mono',monospace" font-size="14" font-weight="600">Ollama</text>
<text x="170" y="254" text-anchor="middle" fill="#94a3b8" font-family="'JetBrains Mono',monospace" font-size="11">Local LLM Hosting</text>
<text x="170" y="270" text-anchor="middle" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">:11434</text>
<line x1="170" y1="160" x2="170" y2="200" stroke="#22c55e" stroke-width="1" opacity="0.4"/>
<!-- Qdrant -->
<rect x="220" y="200" width="180" height="80" rx="8" fill="#0f172a" stroke="#6366f1" stroke-width="1.2" opacity="0.9"/>
<rect x="220" y="200" width="180" height="8" rx="4" fill="#6366f1" opacity="0.3"/>
<text x="310" y="234" text-anchor="middle" fill="#6366f1" font-family="'JetBrains Mono',monospace" font-size="14" font-weight="600">Qdrant</text>
<text x="310" y="254" text-anchor="middle" fill="#94a3b8" font-family="'JetBrains Mono',monospace" font-size="11">Vector Database</text>
<text x="310" y="270" text-anchor="middle" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">:6333</text>
<line x1="310" y1="160" x2="310" y2="200" stroke="#6366f1" stroke-width="1" opacity="0.4"/>
<!-- Row 2: Honcho + PostgreSQL + Redis -->
<!-- Honcho -->
<rect x="80" y="320" width="180" height="80" rx="8" fill="#0f172a" stroke="#38bdf8" stroke-width="1.2" opacity="0.9"/>
<rect x="80" y="320" width="180" height="8" rx="4" fill="#38bdf8" opacity="0.3"/>
<text x="170" y="354" text-anchor="middle" fill="#38bdf8" font-family="'JetBrains Mono',monospace" font-size="14" font-weight="600">Honcho</text>
<text x="170" y="374" text-anchor="middle" fill="#94a3b8" font-family="'JetBrains Mono',monospace" font-size="11">Agent Memory</text>
<text x="170" y="390" text-anchor="middle" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">:8000</text>
<line x1="170" y1="280" x2="170" y2="320" stroke="#38bdf8" stroke-width="1" opacity="0.3"/>
<!-- Honcho ← → PG + Redis -->
<line x1="250" y1="360" x2="340" y2="360" stroke="#334155" stroke-width="1" stroke-dasharray="3,3"/>
<text x="295" y="354" text-anchor="middle" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="9">depends</text>
<!-- PostgreSQL -->
<rect x="220" y="320" width="180" height="80" rx="8" fill="#0f172a" stroke="#8b5cf6" stroke-width="1.2" opacity="0.9"/>
<rect x="220" y="320" width="180" height="8" rx="4" fill="#8b5cf6" opacity="0.3"/>
<text x="310" y="354" text-anchor="middle" fill="#8b5cf6" font-family="'JetBrains Mono',monospace" font-size="14" font-weight="600">PostgreSQL</text>
<text x="310" y="374" text-anchor="middle" fill="#94a3b8" font-family="'JetBrains Mono',monospace" font-size="11">Relational Storage</text>
<text x="310" y="390" text-anchor="middle" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">:5432</text>
<!-- Row 2 continued: Redis -->
<rect x="410" y="320" width="140" height="80" rx="8" fill="#0f172a" stroke="#f43f5e" stroke-width="1.2" opacity="0.9"/>
<rect x="410" y="320" width="140" height="8" rx="4" fill="#f43f5e" opacity="0.3"/>
<text x="480" y="354" text-anchor="middle" fill="#f43f5e" font-family="'JetBrains Mono',monospace" font-size="14" font-weight="600">Redis</text>
<text x="480" y="374" text-anchor="middle" fill="#94a3b8" font-family="'JetBrains Mono',monospace" font-size="11">Caching</text>
<text x="480" y="390" text-anchor="middle" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">:6379</text>
<!-- Row 3: SearXNG + Obsidian Sync + Selenium -->
<!-- SearXNG -->
<rect x="80" y="440" width="180" height="80" rx="8" fill="#0f172a" stroke="#f97316" stroke-width="1.2" opacity="0.9"/>
<rect x="80" y="440" width="180" height="8" rx="4" fill="#f97316" opacity="0.3"/>
<text x="170" y="474" text-anchor="middle" fill="#f97316" font-family="'JetBrains Mono',monospace" font-size="14" font-weight="600">SearXNG</text>
<text x="170" y="494" text-anchor="middle" fill="#94a3b8" font-family="'JetBrains Mono',monospace" font-size="11">Private Web Search</text>
<text x="170" y="510" text-anchor="middle" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">:8080</text>
<!-- Obsidian -->
<rect x="290" y="440" width="180" height="80" rx="8" fill="#0f172a" stroke="#ec4899" stroke-width="1.2" opacity="0.9"/>
<rect x="290" y="440" width="180" height="8" rx="4" fill="#ec4899" opacity="0.3"/>
<text x="380" y="474" text-anchor="middle" fill="#ec4899" font-family="'JetBrains Mono',monospace" font-size="14" font-weight="600">Obsidian</text>
<text x="380" y="494" text-anchor="middle" fill="#94a3b8" font-family="'JetBrains Mono',monospace" font-size="11">Notes + LiveSync</text>
<text x="380" y="510" text-anchor="middle" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">:8083</text>
<!-- Selenium -->
<rect x="500" y="440" width="180" height="80" rx="8" fill="#0f172a" stroke="#f59e0b" stroke-width="1.2" opacity="0.9"/>
<rect x="500" y="440" width="180" height="8" rx="4" fill="#f59e0b" opacity="0.3"/>
<text x="590" y="474" text-anchor="middle" fill="#f59e0b" font-family="'JetBrains Mono',monospace" font-size="14" font-weight="600">Selenium</text>
<text x="590" y="494" text-anchor="middle" fill="#94a3b8" font-family="'JetBrains Mono',monospace" font-size="11">Web Automation</text>
<text x="590" y="510" text-anchor="middle" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">:4444</text>
<!-- bottom bus -->
<line x1="170" y1="280" x2="170" y2="320" stroke="#334155" stroke-width="1"/>
<line x1="170" y1="520" x2="170" y2="545" stroke="#334155" stroke-width="1"/>
<line x1="380" y1="520" x2="380" y2="545" stroke="#334155" stroke-width="1"/>
<line x1="590" y1="520" x2="590" y2="545" stroke="#334155" stroke-width="1"/>
<!-- Legend -->
<rect x="720" y="440" width="200" height="100" rx="6" fill="#0f172a" stroke="#1e293b" stroke-width="1"/>
<text x="820" y="462" text-anchor="middle" fill="#94a3b8" font-family="'JetBrains Mono',monospace" font-size="10" font-weight="600">LEGEND</text>
<circle cx="738" cy="482" r="4" fill="#22c55e"/>
<text x="750" y="486" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">Inference</text>
<circle cx="738" cy="498" r="4" fill="#6366f1"/>
<text x="750" y="502" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">Storage</text>
<circle cx="738" cy="514" r="4" fill="#f97316"/>
<text x="750" y="518" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">Search / Browser</text>
<circle cx="820" cy="482" r="4" fill="#38bdf8"/>
<text x="832" y="486" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">Memory</text>
<circle cx="820" cy="498" r="4" fill="#ec4899"/>
<text x="832" y="502" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">Notes & Docs</text>
<circle cx="820" cy="514" r="4" fill="#f59e0b"/>
<text x="832" y="518" fill="#64748b" font-family="'JetBrains Mono',monospace" font-size="10">Automation</text>
</svg>
</div>
</section>
<!-- Services -->
<section id="services">
<h2>Services</h2>
<p class="subtitle">Every service in the stack, its purpose, and default port.</p>
<table class="services-table">
<thead><tr><th>Service</th><th>Port</th><th>Purpose</th></tr></thead>
<tbody>
<tr><td>Ollama</td><td class="port">11434</td><td class="purpose">Local LLM hosting (Llama, Mistral, etc.)</td></tr>
<tr><td>Qdrant</td><td class="port">6333</td><td class="purpose">Vector database for embeddings</td></tr>
<tr><td>Honcho</td><td class="port">8000</td><td class="purpose">Long-term agent memory API</td></tr>
<tr><td>SearXNG</td><td class="port">8080</td><td class="purpose">Privacy-respecting web search</td></tr>
<tr><td>PostgreSQL</td><td class="port">5432</td><td class="purpose">Relational database (Honcho backend)</td></tr>
<tr><td>Redis</td><td class="port">6379</td><td class="purpose">Caching and queues</td></tr>
<tr><td>CouchDB</td><td class="port">5984</td><td class="purpose">Obsidian LiveSync backend</td></tr>
<tr><td>Obsidian</td><td class="port">8083</td><td class="purpose">Web vault viewer (Caddy)</td></tr>
<tr><td>Syncthing</td><td class="port">8384</td><td class="purpose">P2P file sync</td></tr>
<tr><td>Selenium</td><td class="port">4444</td><td class="purpose">Browser automation</td></tr>
</tbody>
</table>
</section>
<!-- Quick Start -->
<section id="quickstart">
<h2>Quick Start</h2>
<p class="subtitle">Get the full stack running in under a minute.</p>
<div class="code-block">
<span class="comment"># Clone the repo</span><br>
<span class="prompt">$</span> <span class="cmd">git clone</span> https://github.com/OneByJorah/StackForge.git<br>
<span class="prompt">$</span> <span class="cmd">cd</span> StackForge<br><br>
<span class="comment"># Copy environment template</span><br>
<span class="prompt">$</span> <span class="cmd">cp</span> .env.example .env<br><br>
<span class="comment"># Deploy the entire stack</span><br>
<span class="prompt">$</span> <span class="cmd">docker compose up -d</span><br><br>
<span class="comment"># Check service health</span><br>
<span class="prompt">$</span> <span class="cmd">./scripts/healthcheck.sh</span>
</div>
</section>
</div>
<footer>
<p>MIT © <a href="https://github.com/OneByJorah">Jhonattan L. Jimenez</a> · <a href="https://jorahone.com">jorahone.com</a> · Built with 🌴 by OneByJorah</p>
</footer>
</body>
</html>