Commit Graph

3 Commits

Author SHA1 Message Date
Alexa Amundson
69519e1f50 Add Railway deployment config and workflow
Re-adds railway.toml and deploy-railway.yml with --service flag
for Railway deployment alongside existing Cloudflare Pages deploy.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 17:38:20 -06:00
Alexa Amundson
e28875c335 Scaffold blackroad-web: Next.js 15 dashboard with brand design system
- App Router pages: dashboard, agents, agents/[name], metrics
- UI components: Button, Card, Badge with brand variants
- Layout: Header with gradient, Sidebar with navigation
- Agent components: AgentCard, AgentGrid
- Lib: gateway API client, utility functions, brand constants
- Hooks: useAgents, useMetrics, useWebSocket
- Zustand stores: agent-store, ui-store
- Tailwind CSS 4 with brand custom properties and golden ratio spacing
- 11 Vitest tests across 2 test suites
- CI and deploy GitHub Actions workflows

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 17:25:57 -06:00
Alexa Amundson
2092c25501 Scaffold Next.js frontend with Railway deployment
Next.js 15 + React 19 + TypeScript with BlackRoad brand system.
Standalone output for optimized Railway builds.
Includes /api/health endpoint, CI/CD workflows.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 16:04:16 -06:00