mirror of
https://github.com/blackboxprogramming/blackroad-ai-dashboard.git
synced 2026-03-18 01:34:00 -05:00
Rewrite README — clean agent table, accurate stack info
RoadChain-SHA2048: 653131687fa3d9ef RoadChain-Identity: alexa@sovereign RoadChain-Full: 653131687fa3d9efa7a17df3f164eba65f5dace73fdc185faf9aca7fc1f7605123150309c1ee5b2c863074c5edef3fb10642dba5d493708466f24436f86a09b7ee62d30d1847acf9a8b6ea28d400431899396cc4fd646873fe9abe49b6593114786447d5405f2f73965cee5e789f8a9d0349f8e50296cdf6d15540a8793b81d9cef15818b6cbf81104e99bd111374a22e83074928b044f60a1e7b9aaa9371e976b21fc85675d70768d8f8ed6a26a37badd800d15f167de5e917a02fb97aa04d0a589b9e0fe7751498be2df3435f661ca44c0ccb6c7320b61a6a27b78d14eb33794ac9fc2a56c0604d60d728f0c33c3e240d2e5d338e2aa7f0e48a85d34d0d6c1
This commit is contained in:
59
README.md
59
README.md
@@ -1,44 +1,41 @@
|
|||||||
# BlackRoad AI Dashboard
|
# BlackRoad AI Dashboard
|
||||||
|
|
||||||
**Live at:** ai.blackroad.io
|
Real-time monitoring and chat interface for AI agents running across the BlackRoad Pi cluster. Built with Next.js and TypeScript.
|
||||||
|
|
||||||
## 🤖 Features
|
## Agents
|
||||||
|
|
||||||
- View all 9 AI agents across 3 devices
|
| Team | Device | Agents |
|
||||||
- Real-time agent status
|
|------|--------|--------|
|
||||||
|
| Infrastructure | Lucidia | Lucidia (Systems Lead), Marcus (PM), Viktor (Dev), Sophia (Data) |
|
||||||
|
| Creative | Cecilia | CECE (Creative Lead), Luna (UX), Dante (Backend) |
|
||||||
|
| Coding | Aria | Aria-Prime (Code), Aria-Tiny (Quick Response) |
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Live agent status across 3 Pi nodes
|
||||||
- Chat interface with each agent
|
- Chat interface with each agent
|
||||||
- Team organization (Infrastructure, Creative, Coding)
|
- Team-based organization
|
||||||
- Beautiful dark mode UI
|
- Dark theme UI
|
||||||
|
|
||||||
## 🚀 Agents
|
## Development
|
||||||
|
|
||||||
### Infrastructure Team (Lucidia)
|
```bash
|
||||||
- Lucidia 🖤 - Systems Lead
|
|
||||||
- Marcus 👔 - Product Manager
|
|
||||||
- Viktor 💪 - Senior Developer
|
|
||||||
- Sophia 📊 - Data Analyst
|
|
||||||
|
|
||||||
### Creative Team (Cecilia)
|
|
||||||
- CECE 💜 - Creative Lead
|
|
||||||
- Luna 🌙 - UX Designer
|
|
||||||
- Dante ⚡ - Backend Engineer
|
|
||||||
|
|
||||||
### Coding Team (Aria)
|
|
||||||
- Aria-Prime 🎯 - Code Specialist
|
|
||||||
- Aria-Tiny ⚡ - Quick Responder
|
|
||||||
|
|
||||||
## 🛠️ Development
|
|
||||||
|
|
||||||
\`\`\`bash
|
|
||||||
npm install
|
npm install
|
||||||
npm run dev
|
npm run dev
|
||||||
\`\`\`
|
```
|
||||||
|
|
||||||
## 📦 Deployment
|
## Deploy
|
||||||
|
|
||||||
\`\`\`bash
|
```bash
|
||||||
npm run build
|
npm run build
|
||||||
# Deploy to Cloudflare Pages
|
# Deploys to Cloudflare Pages
|
||||||
\`\`\`
|
```
|
||||||
|
|
||||||
Built with Next.js 14 + TypeScript
|
## Stack
|
||||||
|
|
||||||
|
- Next.js 14, TypeScript, React
|
||||||
|
- Cloudflare Pages
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Copyright 2026 BlackRoad OS, Inc. All rights reserved.
|
||||||
|
|||||||
Reference in New Issue
Block a user