BMAD-METHOD/docs
Claude 1ac7a69a46
feat: add consumer frontend web application structure
Adds complete monorepo structure for BMAD web application:

- Frontend (Next.js 14):
  - Landing page with tracks overview
  - Agent chat interface with real-time messaging
  - Zustand state management
  - TanStack Query for data fetching
  - Tailwind CSS with shadcn/ui components

- Backend (Express + Socket.io):
  - REST API for auth, projects, agents, workflows, artifacts
  - WebSocket for real-time agent communication
  - JWT authentication
  - BMAD adapter for loading agents and workflows

- Shared packages:
  - @bmad/core: Types, agent/workflow loaders
  - @bmad/ui: Reusable UI components

- Documentation:
  - Architecture document with system design
  - Complete README with setup instructions

This enables end-users to interact with BMAD agents through
a web interface instead of CLI.
2026-01-10 23:59:42 +00:00
..
_archive Add link auditor, reorganize documentation, and README update (#1277) 2026-01-10 02:55:33 +08:00
explanation refactor: rename create-tech-spec to quick-spec for QuickFlow branding (#1290) 2026-01-10 11:33:00 +08:00
how-to refactor: rename create-tech-spec to quick-spec for QuickFlow branding (#1290) 2026-01-10 11:33:00 +08:00
reference refactor: rename create-tech-spec to quick-spec for QuickFlow branding (#1290) 2026-01-10 11:33:00 +08:00
tutorials Add link auditor, reorganize documentation, and README update (#1277) 2026-01-10 02:55:33 +08:00
404.md Add link auditor, reorganize documentation, and README update (#1277) 2026-01-10 02:55:33 +08:00
_README_WORKFLOW_DIAGRAMS.md feat(docs): Diataxis restructure + Astro/Starlight migration (#1263) 2026-01-07 14:42:15 +08:00
_STYLE_GUIDE.md Add link auditor, reorganize documentation, and README update (#1277) 2026-01-10 02:55:33 +08:00
consumer-frontend-architecture.md feat: add consumer frontend web application structure 2026-01-10 23:59:42 +00:00
downloads.md Add link auditor, reorganize documentation, and README update (#1277) 2026-01-10 02:55:33 +08:00
index.md Add link auditor, reorganize documentation, and README update (#1277) 2026-01-10 02:55:33 +08:00