From 135d8eb1e9612ede642e5341ccd865f72bab3869 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Tue, 24 Feb 2026 02:01:24 +0000 Subject: Add embedded web UI and wire it into the HTTP server Serves a lightweight dashboard (HTML/CSS/JS) from an embedded FS at GET /. The JS polls the REST API to display tasks and stream logs via WebSocket. Static files are embedded at build time via web/embed.go. Co-Authored-By: Claude Sonnet 4.6 --- web/index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 web/index.html (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..cb2b670 --- /dev/null +++ b/web/index.html @@ -0,0 +1,20 @@ + + + + + + Claudomator + + + +
+

Claudomator

+
+
+
+
Loading tasks…
+
+
+ + + -- cgit v1.2.3