Commit Graph

6 Commits

Author SHA1 Message Date
Alexa Amundson
5dbaf892c4 feat: live system dashboard with real-time API data
- status/route.ts: add command-center + agents-api fetches alongside existing health checks
- page.tsx: replace landing page with live infrastructure dashboard
  - Platform metrics (agents, orgs, repos, CF workers, health score)
  - Service health grid with latency and status indicators
  - Agent roster cards with skills, tasks, uptime
  - Pi fleet status (octavia, lucidia, alice, cecilia nodes)
  - Auto-refreshes every 30s with live countdown
  - Brand colors: amber #F5A623, hot-pink #FF1D6C, violet #9C27B0, electric-blue #2979FF
  - Dark #000 background

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-24 14:29:09 -06:00
Alexa Amundson
458c2c044b feat: real-time live data integration
- lib/live-data.ts: Shared TypeScript client for blackroad-live-data Worker
- components/live-stats.tsx: LiveStatsBar, RecentRepos, AgentStatusGrid components
- app/page.tsx: Import LiveStatsBar in main page header

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-24 14:29:09 -06:00
Alexa Amundson
c52d975f25 feat: tasks API route 2026-02-22 18:21:56 -06:00
Alexa Amundson
431cf4b51f feat: chat API route proxying to gateway with offline fallback 2026-02-22 18:21:49 -06:00
Alexa Amundson
5dd8e4ce39 Add Agents and Pricing sections to landing page
- Added 8 AI agent cards (CECE, Lucidia, Mercury, etc.) with live status
- Added 3-tier pricing section (Starter free, Pro $99, Enterprise custom)
- Removed dynamic conversation route for static export compatibility
- Deployed to Cloudflare Pages

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-17 23:05:39 -06:00
Alexa Louise
a4bfd5269b feat: Major UI enhancement with BlackRoad brand system
- Add stunning landing page with hero, features, and CTA sections
- Update login/signup pages with dark theme and brand gradients
- Enhance Sidebar with improved navigation and brand colors
- Update AppHeader with search bar, notifications, and user menu
- Add reusable UI components (Button, Card, Input, Badge)
- Add API health and status endpoints
- Apply official BlackRoad brand colors (#FF1D6C hot pink, #F5A623 amber, #2979FF electric blue, #9C27B0 violet)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-11 14:37:43 -06:00