diff options
| author | soryu <soryu@soryu.co> | 2026-01-06 04:08:11 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-11 03:01:13 +0000 |
| commit | 8b17a175c3e7e27b789812eba4e3cd760beadb10 (patch) | |
| tree | 7864dcaa2fa9db47fdfd4e8bfdb0b1dde832aa33 /makima/frontend/src/routes/_index.tsx | |
| parent | f79c416c58557d2f946aa5332989afdfa8c021cd (diff) | |
| download | soryu-8b17a175c3e7e27b789812eba4e3cd760beadb10.tar.gz soryu-8b17a175c3e7e27b789812eba4e3cd760beadb10.zip | |
Initial Control system
Diffstat (limited to 'makima/frontend/src/routes/_index.tsx')
| -rw-r--r-- | makima/frontend/src/routes/_index.tsx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/makima/frontend/src/routes/_index.tsx b/makima/frontend/src/routes/_index.tsx index 4c3c2c0..7084c2e 100644 --- a/makima/frontend/src/routes/_index.tsx +++ b/makima/frontend/src/routes/_index.tsx @@ -13,18 +13,18 @@ export default function HomePage() { </div> <span className="inline-block px-2 py-1 border border-[#3f6fb3] bg-[#0f1c2f] text-[#9bc3ff] font-mono text-xs tracking-wide uppercase mb-3"> - Listening System + Control System </span> <h2 className="m-0 mb-3 text-xl text-[#f0f5ff] tracking-wide"> - Mesh Listening Lattice + Mesh Orchestration Platform </h2> <p className="my-2 text-[#e4edff]"> - Makima is a mesh listening lattice for contested domains, delivering - live audio surveillance, detection, and analysis in one persistent layer. + Makima is a control system for orchestrating distributed daemon meshes, + coordinating concurrent execution across distinct domains. </p> <p className="my-2 text-[#e4edff]"> - Dynamic telemetry for detection, orchestration, and mission-critical - decisions. Real-time transcription with speaker diarization. + Unified command interface for spawning, monitoring, and directing + worker daemons. Real-time task coordination with overlay management. </p> </section> </main> |
