diff --git a/README.md b/README.md index 0e25423..aefd723 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This directory contains the static site served at **blackroad.io** via GitHub Pa - `login.html` – Development login form accepting any non-empty credentials. - `chat.html` – Placeholder for the Lucidia public-facing AI chat and terminal. - `composer.html` – Placeholder for the Composer Playground. +- `dashboard.html` – Manual overview of site components and links. - `status.html` – Manual system status page. - `style.css` – Shared styling for all pages. - `script.js` – Client-side login handler. diff --git a/dashboard.html b/dashboard.html new file mode 100644 index 0000000..8cd1b68 --- /dev/null +++ b/dashboard.html @@ -0,0 +1,80 @@ + + + + + + Dashboard · BlackRoad + + + +
+

Operations Dashboard

+ +
+
+
+

+ Quick view of BlackRoad properties and whether they are reachable. Update this + page manually until automated checks are wired in. +

+
+
+
+
+

Lucidia

+ Online +
+

Public AI chat and terminal experience.

+ Open Lucidia +
+
+
+

Guardian

+ Online +
+

Security gateway and shielding layer.

+ Open Guardian +
+
+
+

Codex

+ Online +
+

Documentation, memory, and reference stack.

+ Open Codex +
+
+
+

Login

+ Online +
+

Development login surface for authenticated flows.

+ Open Login +
+
+
+

Main Site

+ Online +
+

BlackRoad.io landing and navigation.

+ Open Main Site +
+
+
+

Dashboard

+ Manual +
+

Currently updated by hand. Automation coming soon.

+ Refresh Dashboard +
+
+
+ + + diff --git a/index.html b/index.html index 52987e3..e6ee885 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@
@@ -28,6 +29,11 @@

Create and experiment with musical ideas in the browser.

Launch Composer +
+

Operations Dashboard

+

Check the status of BlackRoad properties at a glance.

+ View Dashboard +