forked from twilson63/zenbin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscout-live-plan-content.html
More file actions
671 lines (565 loc) · 23.8 KB
/
Copy pathscout-live-plan-content.html
File metadata and controls
671 lines (565 loc) · 23.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scout Live - Project Plan</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.5.0/github-markdown.min.css">
<style>
body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
body { padding: 15px; }
}
.status-badge {
display: inline-block;
padding: 2px 8px;
border-radius: 12px;
font-size: 12px;
font-weight: 600;
margin-left: 8px;
}
.status-done { background: #d4edda; color: #155724; }
.status-progress { background: #fff3cd; color: #856404; }
.status-pending { background: #f8d7da; color: #721c24; }
.arch-diagram {
background: #f6f8fa;
border: 1px solid #e1e4e8;
border-radius: 6px;
padding: 16px;
font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, monospace;
font-size: 13px;
line-height: 1.5;
overflow-x: auto;
white-space: pre;
}
details summary { cursor: pointer; }
details summary:hover { text-decoration: underline; }
</style>
</head>
<body class="markdown-body">
<h1>⚡ Scout Live - Deployment Platform for Vite + ScoutOS Apps</h1>
<p><strong>Status:</strong> <span class="status-badge status-progress">MVP Complete</span> <span class="status-badge status-pending">Production Pending</span></p>
<p><em>A serverless deployment platform optimized for Vite applications with ScoutOS AI backend integration.</em></p>
<hr>
<h2>📋 Table of Contents</h2>
<ul>
<li><a href="#overview">Overview</a></li>
<li><a href="#architecture">Architecture</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#api-specification">API Specification</a></li>
<li><a href="#artifact-structure">Artifact Structure</a></li>
<li><a href="#technology-stack">Technology Stack</a></li>
<li><a href="#security-model">Security Model</a></li>
<li><a href="#deployment-roadmap">Deployment Roadmap</a></li>
<li><a href="#development-guide">Development Guide</a></li>
<li><a href="#future-enhancements">Future Enhancements</a></li>
</ul>
<hr>
<h2 id="overview">📊 Overview</h2>
<p><strong>Scout Live</strong> (formerly hyper-live) is a lightweight deployment platform designed specifically for:</p>
<ul>
<li><strong>Vite-built frontends</strong> — React, Svelte, Vue, vanilla JS</li>
<li><strong>Optional backends</strong> — Bun + Hono + SQLite sandbox</li>
<li><strong>ScoutOS integration</strong> — Automatic API proxy with secret injection</li>
</ul>
<h3>Project Location</h3>
<p><code>/Users/mastercontrol/.openclaw/workspace/hyper-live</code></p>
<h3>Core Principles</h3>
<ol>
<li><strong>Vite-first</strong> — Optimized for Vite builds (React, Svelte, Vue)</li>
<li><strong>ScoutOS-native</strong> — Built-in API gateway for ScoutOS services</li>
<li><strong>Isolated</strong> — Per-app sandbox with separate database</li>
<li><strong>Simple auth</strong> — First to claim subdomain owns it (publish code)</li>
<li><strong>Pure API</strong> — No landing page, just REST endpoints</li>
</ol>
<hr>
<h2 id="architecture">🏗️ Architecture</h2>
<div class="arch-diagram">┌─────────────────────────────────────────────────────────────────────────┐
│ Scout Live Gateway │
│ (Bun + Hono + LMDB) │
├─────────────────────────────────────────────────────────────────────────┤
│ │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────────────┐ │
│ │ Deploy │ │ Frontend │ │ Backend │ │
│ │ API │ │ Server │ │ Sandbox │ │
│ │ │ │ │ │ │ │
│ │ POST /deploy │ │ Static files │ │ Per-app child proc │ │
│ │ DELETE /apps │ │ SPA routing │ │ SQLite DB isolated │ │
│ │ GET /apps │ │ /--/{app}/* │ │ /api/{app}/* │ │
│ └──────────────┘ └──────────────┘ └──────────────────────┘ │
│ │
│ ┌─────────────────────────────────────────────────────────────────┐ │
│ │ ScoutOS API Proxy │ │
│ │ │ │
│ │ /api/scoutos/v2/agents/* → Agents API │ │
│ │ /api/scoutos/v2/workflows/* → Workflows API │ │
│ │ /api/scoutos/v2/tables/* → Tables API │ │
│ │ /api/scoutos/v2/drive/* → Drive API │ │
│ │ /api/scoutos/v2/collections/* → Collections API │ │
│ │ │ │
│ │ Secrets injected from Scout workspace at deploy time │ │
│ └─────────────────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────────────┘</div>
<h3>Data Flow</h3>
<div class="arch-diagram"> ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ User ZIP │────→│ Scout Live │────→│ App │
│ (artifact) │ │ Deploy API │ │ Sandbox │
└──────────────┘ └──────────────┘ └──────────────┘
│ │ │
│ │ │
▼ ▼ ▼
┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ frontend/ │ │ LMDB Store │ │ SQLite DB │
│ index.html │ │ (metadata) │ │ (app data) │
│ assets/* │ │ │ │ │
└──────────────┘ └──────────────┘ └──────────────┘</div>
<hr>
<h2 id="features">✨ Features</h2>
<h3>Current Features <span class="status-badge status-progress">MVP</span></h3>
<table>
<thead>
<tr>
<th>Feature</th>
<th>Status</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Zip Deployment</strong></td>
<td><span class="status-badge status-done">✓ Complete</span></td>
<td>Deploy Vite apps via zip upload (frontend/ + optional backend/)</td>
</tr>
<tr>
<td><strong>Frontend Serving</strong></td>
<td><span class="status-badge status-done">✓ Complete</span></td>
<td>Static file serving with SPA routing fallback</td>
</tr>
<tr>
<td><strong>Backend Sandbox</strong></td>
<td><span class="status-badge status-done">✓ Complete</span></td>
<td>Isolated child process per app with Hono runtime</td>
</tr>
<tr>
<td><strong>Per-app Database</strong></td>
<td><span class="status-badge status-done">✓ Complete</span></td>
<td>SQLite database isolated per subdomain</td>
</tr>
<tr>
<td><strong>ScoutOS Proxy</strong></td>
<td><span class="status-badge status-progress">In Progress</span></td>
<td>Proxy to ScoutOS APIs with automatic auth injection</td>
</tr>
<tr>
<td><strong>Publish Code Auth</strong></td>
<td><span class="status-badge status-done">✓ Complete</span></td>
<td>Simple subdomain claiming (first deploy + publish code)</td>
</tr>
</tbody>
</table>
<h3>Planned Features <span class="status-badge status-pending">Roadmap</span></h3>
<table>
<thead>
<tr>
<th>Feature</th>
<th>Priority</th>
<th>Phase</th>
</tr>
</thead>
<tbody>
<tr>
<td>Kubernetes Deployment</td>
<td>High</td>
<td>Phase 2</td>
</tr>
<tr>
<td>Custom Domains</td>
<td>Medium</td>
<td>Phase 2</td>
</tr>
<tr>
<td>SSL Certificates (Let's Encrypt)</td>
<td>High</td>
<td>Phase 2</td>
</tr>
<tr>
<td>CLI Tool</td>
<td>Medium</td>
<td>Phase 3</td>
</tr>
<tr>
<td>GitHub Integration</td>
<td>Low</td>
<td>Phase 3</td>
</tr>
<tr>
<td>Log Streaming</td>
<td>Low</td>
<td>Phase 4</td>
</tr>
<tr>
<td>Metrics Dashboard</td>
<td>Low</td>
<td>Phase 4</td>
</tr>
</tbody>
</table>
<hr>
<h2 id="api-specification">📡 API Specification</h2>
<h3>POST /api/deploy</h3>
<p>Deploy a new app or update an existing one.</p>
<details>
<summary><strong>Request</strong></summary>
<pre><code>POST /api/deploy
Content-Type: multipart/form-data
Fields:
├── subdomain: string (required) # e.g., "myapp" → myapp.scout.live
├── artifact: File (required) # .zip containing frontend/ and optional backend/
├── code: string (optional) # Required if subdomain already claimed
├── scoutWorkspace: string (optional) # ScoutOS workspace ID for secrets
└── scoutApiKey: string (optional) # ScoutOS API key (stored securely)</code></pre>
</details>
<details>
<summary><strong>Response</strong></summary>
<pre><code>HTTP/1.1 200 OK
Content-Type: application/json
{
"subdomain": "myapp",
"publishCode": "abc123xyz456def",
"frontend": "https://myapp.scout.live",
"backend": "https://api.scout.live/myapp",
"scoutosProxy": "https://api.scout.live/scoutos",
"vite": true,
"created": true
}</code></pre>
</details>
<h3>GET /api/apps</h3>
<p>List all deployed apps (metadata only, no publish codes).</p>
<details>
<summary><strong>Response</strong></summary>
<pre><code>HTTP/1.1 200 OK
Content-Type: application/json
{
"apps": [
{
"subdomain": "myapp",
"createdAt": "2026-01-15T10:30:00Z",
"lastDeploy": "2026-01-20T14:22:00Z",
"hasBackend": true
}
],
"count": 1
}</code></pre>
</details>
<h3>DELETE /api/apps/:subdomain</h3>
<p>Delete an app and its data.</p>
<details>
<summary><strong>Request</strong></summary>
<pre><code>DELETE /api/apps/myapp
X-Publish-Code: abc123xyz456def</code></pre>
</details>
<h3>Frontend Serving</h3>
<p>Frontend files are served via subdomain routing:</p>
<pre><code># Production (custom domain)
GET https://myapp.scout.live/ → frontend/index.html
GET https://myapp.scout.live/assets/* → frontend/assets/*
# Development fallback (path-based)
GET http://localhost:3001/--/myapp/ → frontend/index.html</code></pre>
<h3>Backend Proxy</h3>
<p>Backend requests are proxied to isolated sandbox processes:</p>
<pre><code># Production
GET https://api.scout.live/myapp/todos → backend:31000/todos
# Development
GET http://localhost:3001/api/myapp/todos → backend:31000/todos</code></pre>
<h3>ScoutOS API Proxy</h3>
<p>All ScoutOS APIs are proxied with automatic authentication:</p>
<pre><code># From app's backend
POST /api/scoutos/v2/agents/{agentId}
Content-Type: application/json
X-ScoutOS-Key: {optional-override}
{
"message": "Hello from Scout Live app!"
}
# Forwards to:
# https://scoutos.com/api/v2/agents/{agentId}
# With Authorization: Bearer {stored-api-key}</code></pre>
<hr>
<h2 id="artifact-structure">📦 Artifact Structure</h2>
<pre><code>myapp.zip
├── frontend/ # Required: Vite build output
│ ├── index.html # Entry point
│ ├── assets/
│ │ ├── index-[hash].js
│ │ └── index-[hash].css
│ └── ...
└── backend/ # Optional: Backend API
├── index.ts # Entry point (Hono app or fetch handler)
└── package.json # Dependencies (optional)</code></pre>
<h3>Frontend Rules</h3>
<ul>
<li><code>frontend/index.html</code> is required as the entry point</li>
<li>All files served as static assets</li>
<li>SPA routing: all non-file routes fallback to <code>index.html</code></li>
<li>Vite builds detected by <code>assets/[name]-[hash].[ext]</code> pattern</li>
</ul>
<h3>Backend Rules</h3>
<ul>
<li><code>backend/index.ts</code> (or <code>.js</code>) is the entry point</li>
<li>Must export a <code>fetch</code> handler or Hono app</li>
<li>Runs in sandboxed Bun process with isolated env</li>
<li>Per-app storage: <code>/data/{subdomain}.db</code> (SQLite)</li>
<li>Access ScoutOS via injected <code>env.SCOUTOS_API_KEY</code></li>
</ul>
<h3>Example Backend</h3>
<details>
<summary><strong>backend/index.ts</strong></summary>
<pre><code>import { Hono } from "hono";
import { cors } from "hono/cors";
const app = new Hono();
app.use("*", cors());
// Health check
app.get("/__health", (c) => c.json({ ok: true }));
// Your API endpoints
app.get("/todos", async (c) => {
const db = c.env.DB; // SQLite from env
const todos = db.query("SELECT * FROM todos").all();
return c.json({ todos });
});
app.post("/todos", async (c) => {
const { title } = await c.req.json();
const db = c.env.DB;
db.run("INSERT INTO todos (title) VALUES (?)", title);
return c.json({ created: true });
});
export default app;</code></pre>
</details>
<hr>
<h2 id="technology-stack">🔧 Technology Stack</h2>
<table>
<thead>
<tr>
<th>Component</th>
<th>Technology</th>
<th>Purpose</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Runtime</strong></td>
<td>Bun</td>
<td>Fast JavaScript/TypeScript runtime</td>
</tr>
<tr>
<td><strong>Framework</strong></td>
<td>Hono</td>
<td>Lightweight web framework</td>
</tr>
<tr>
<td><strong>Metadata Store</strong></td>
<td>LMDB</td>
<td>Fast key-value storage for app metadata</td>
</tr>
<tr>
<td><strong>App Database</strong></td>
<td>SQLite (per-app)</td>
<td>Isolated data storage per application</td>
</tr>
<tr>
<td><strong>Sandbox</strong></td>
<td>Child Processes</td>
<td>Isolated execution environment</td>
</tr>
<tr>
<td><strong>Deployment (Prod)</strong></td>
<td>Kubernetes (DO/GKE)</td>
<td>Container orchestration</td>
</tr>
</tbody>
</table>
<h3>Dependencies</h3>
<pre><code>{
"dependencies": {
"adm-zip": "^0.5.16",
"hono": "^4.9.0"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/node": "^22.13.10",
"bun-types": "^1.2.22",
"typescript": "^5.8.2"
}
}</code></pre>
<hr>
<h2 id="security-model">🔒 Security Model</h2>
<h3>Isolation Layers</h3>
<ol>
<li><strong>Process Isolation</strong> — Each backend runs in separate child process</li>
<li><strong>Filesystem Isolation</strong> — Apps can only access <code>/data/{subdomain}</code></li>
<li><strong>Database Isolation</strong> — Per-app SQLite databases</li>
<li><strong>Resource Limits</strong> — Memory, CPU, timeout per request (planned)</li>
</ol>
<h3>Secret Handling</h3>
<div class="arch-diagram">┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ Scout │────→│ Scout Live │────→│ App │
│ Workspace │ │ Deploy API │ │ Sandbox │
└──────────────┘ └──────────────┘ └──────────────┘
│ │ │
│ Secrets at │ Store hashed │ Inject at
│ deploy time │ (never logged) │ runtime
└────────────────────┴────────────────────┘</div>
<ul>
<li>API keys stored hashed, never logged</li>
<li>Injected at runtime into isolated env</li>
<li>Apps access via process env, never in user code</li>
</ul>
<h3>Auth Flow</h3>
<ol>
<li>First deploy to subdomain generates publish code</li>
<li>Subsequent deploys require correct publish code</li>
<li>Publish codes stored as SHA-256 hashes</li>
<li>Future: JWT, OAuth integration planned</li>
</ol>
<hr>
<h2 id="deployment-roadmap">🚀 Deployment Roadmap</h2>
<h3>Phase 1: MVP <span class="status-badge status-done">Complete</span></h3>
<ul>
<li><input type="checkbox" checked disabled> Core deployment API</li>
<li><input type="checkbox" checked disabled> Frontend static file serving</li>
<li><input type="checkbox" checked disabled> Backend sandbox isolation</li>
<li><input type="checkbox" checked disabled> Per-app SQLite database</li>
<li><input type="checkbox" checked disabled> Publish code auth</li>
<li><input type="checkbox" checked disabled> ScoutOS proxy (basic)</li>
</ul>
<h3>Phase 2: Production <span class="status-badge status-pending">Pending</span></h3>
<ul>
<li><input type="checkbox" disabled> Kubernetes deployment architecture</li>
<li><input type="checkbox" disabled> Docker containerization</li>
<li><input type="checkbox" disabled> DigitalOcean Kubernetes cluster setup</li>
<li><input type="checkbox" disabled> Custom domain (scout.live)</li>
<li><input type="checkbox" disabled> SSL certificates via Let's Encrypt</li>
<li><input type="checkbox" disabled> Full ScoutOS proxy with secret injection</li>
</ul>
<h3>Phase 3: Developer Experience <span class="status-badge status-pending">Future</span></h3>
<ul>
<li><input type="checkbox" disabled> CLI tool (<code>scout-live deploy</code>)</li>
<li><input type="checkbox" disabled> GitHub Actions integration</li>
<li><input type="checkbox" disabled> Environment variable management</li>
<li><input type="checkbox" disabled> Vite plugin for one-click deploy</li>
</ul>
<h3>Phase 4: Observability <span class="status-badge status-pending">Future</span></h3>
<ul>
<li><input type="checkbox" disabled> Log streaming</li>
<li><input type="checkbox" disabled> Metrics dashboard</li>
<li><input type="checkbox" disabled> Performance monitoring</li>
<li><input type="checkbox" disabled> Error tracking</li>
</ul>
<hr>
<h2 id="development-guide">👨💻 Development Guide</h2>
<h3>Quick Start</h3>
<pre><code># Clone and install
cd /Users/mastercontrol/.openclaw/workspace/hyper-live
bun install
# Start development server
bun dev
# Deploy sample apps (in another terminal)
bun deploy:all</code></pre>
<h3>Available Scripts</h3>
<table>
<thead>
<tr>
<th>Command</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>bun dev</code></td>
<td>Start dev server with hot reload</td>
</tr>
<tr>
<td><code>bun start</code></td>
<td>Start production server</td>
</tr>
<tr>
<td><code>bun deploy:todo</code></td>
<td>Deploy sample todo app</td>
</tr>
<tr>
<td><code>bun deploy:calendar</code></td>
<td>Deploy sample calendar app</td>
</tr>
<tr>
<td><code>bun deploy:all</code></td>
<td>Deploy all sample apps</td>
</tr>
</tbody>
</table>
<h3>Project Structure</h3>
<pre><code>src/
├── index.ts # App entry, routes, server start
├── types.ts # TypeScript type definitions
├── lib/
│ ├── storage.ts # LMDB database layer
│ ├── artifact.ts # Zip artifact extraction
│ ├── auth.ts # Publish code generation/validation
│ └── sandbox-*.ts # Sandbox implementations
├── routes/
│ ├── deploy.ts # POST /api/deploy
│ ├── serve.ts # GET /* (frontend serving)
│ └── apps.ts # App management routes
└── services/
├── docker.ts # Docker build service
└── k8s.ts # Kubernetes deployment service
sample-apps/ # Test applications
├── todo-app/ # CRUD todo list
└── calendar-picker/ # Event scheduler</code></pre>
<h3>Testing</h3>
<p>After deploying sample apps:</p>
<ul>
<li><strong>Todo App</strong>: http://localhost:3001/--/todo-app/</li>
<li><strong>Calendar Picker</strong>: http://localhost:3001/--/calendar-picker/</li>
</ul>
<hr>
<h2 id="future-enhancements">🔮 Future Enhancements</h2>
<h3>Short Term</h3>
<ul>
<li><strong>Resource Limits</strong> — cgroups for memory/CPU limits</li>
<li><strong>Request Timeouts</strong> — Kill long-running requests</li>
<li><strong>Rate Limiting</strong> — Per-app request throttling</li>
<li><strong>Custom Domains</strong> — Bring your own domain</li>
</ul>
<h3>Medium Term</h3>
<ul>
<li><strong>Multi-region</strong> — Deploy to multiple Kubernetes clusters</li>
<li><strong>Auto-scaling</strong> — Scale apps based on traffic</li>
<li><strong>Edge Caching</strong> — CDN for static assets</li>
<li><strong>Database Backups</strong> — Automated SQLite dumps</li>
</ul>
<h3>Long Term</h3>
<ul>
<li><strong>WebSocket Support</strong> — Real-time communication</li>
<li><strong>Scheduled Jobs</strong> — Cron-like task scheduling</li>
<li><strong>Team Management</strong> — Multi-user collaboration</li>
<li><strong>Analytics</strong> — Usage metrics and insights</li>
</ul>
<hr>
<h2>📞 Contact & Resources</h2>
<ul>
<li><strong>Project Location</strong>: <code>/Users/mastercontrol/.openclaw/workspace/hyper-live</code></li>
<li><strong>ScoutOS API</strong>: https://scoutos.com/api</li>
<li><strong>Documentation</strong>: PRD.md, README.md in project root</li>
</ul>
<hr>
<p><em>Generated: <span id="timestamp"></span></em></p>
<script>
document.getElementById('timestamp').textContent = new Date().toISOString();
</script>
</body>
</html>