From a7706d49d25c019ae450791b25565e1ce30cb0e5 Mon Sep 17 00:00:00 2001 From: kimi Date: Sat, 21 Mar 2026 18:05:17 -0400 Subject: [PATCH] feat(matrix-ui): add About/Info panel explaining The Matrix and Workshop Add an info panel accessible via an (i) icon in the top-right corner: - Explains what The Matrix is (3D visualization of AI agent workspace) - Explains what The Workshop does (submit jobs, chat with agents, fund sessions) - Includes brief mention of sats/Lightning integration - Panel can be closed via X button, Escape key, or clicking outside - Uses slide-in design that doesn't obstruct the 3D scene when closed Fixes #755 --- static/world/index.html | 72 +++++++++++++++ static/world/style.css | 195 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 267 insertions(+) diff --git a/static/world/index.html b/static/world/index.html index d2aec708..d10f8663 100644 --- a/static/world/index.html +++ b/static/world/index.html @@ -13,11 +13,56 @@
focused
+
+ +
+
+ +

Welcome to The Matrix

+ +
+

🌌 The Matrix

+

The Matrix is a 3D visualization of Timmy's AI agent workspace. Enter the workshop to see Timmy at work—pondering the arcane arts of code, managing tasks, and orchestrating autonomous agents in real-time.

+
+ +
+

🛠️ The Workshop

+

The Workshop is where you interact directly with Timmy:

+
    +
  • Submit Jobs — Create tasks, delegate work, and track progress
  • +
  • Chat with Agents — Converse with Timmy and his swarm of specialized agents
  • +
  • Fund Sessions — Power your work with satoshis via Lightning Network
  • +
+
+ +
+

⚡ Lightning & Sats

+

The Matrix runs on Bitcoin. Sessions are funded with satoshis (sats) over the Lightning Network—enabling fast, cheap micropayments that keep Timmy energized and working for you. No subscriptions, no limits—pay as you go.

+
+ + +
+
+
+