
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
bmad-method-ui
Advanced tools
Visual companion for BMAD agentic development workflows.
BMAD UI is a React-based web application that provides real-time visibility into AI agent orchestration, sprint progress tracking, and workflow management. It serves as the visual interface for the BMAD (Build Manage Analyze Deploy) multi-agent system.
No secrets or environment variables required — the full app runs immediately after install.
npm install -g pnpm or corepack enable && corepack prepare pnpm@latest --activate# Move into the app workspace
cd _bmad-ui
# Install dependencies
pnpm install
# Start development server
pnpm dev
Open http://localhost:5173 — you should see the BMAD UI dashboard.
pnpm run check # lint + types + tests + build (run before every commit)
Setup issues? See Troubleshooting in the development guide.
No secrets required for local dev — the setup above is all contributors need.
Maintainers: deploying to Vercel requires
DOTENV_PRIVATE_KEY(andTERRAFORM_STATE_ENCRYPT_KEY) to be set as GitHub repository secrets. See docs/deployment-guide.md for the full deployment setup, secret prerequisites, preview vs. production paths, and new maintainer onboarding.
_bmad-ui/
├── src/
│ ├── main.tsx # React app entry point
│ ├── app.tsx # Root component
│ ├── styles.css # Global styles
│ ├── types.ts # Shared TypeScript types
│ └── routes/ # Route components
├── index.html # HTML template
├── tsconfig.json # TypeScript configuration
├── vite.config.ts # Vite configuration
├── biome.json # Biome linter/formatter config
└── package.json # Dependencies
All code must pass:
pnpm run check:typesbiome check src/pnpm run buildpnpm run check:tests@/* path aliases for importsNumber.isNaN(), Number.parseInt(), Number.parseFloat()src/types.tsuseEffect for async operations)For detailed architecture documentation, see _bmad-output/planning-artifacts/architecture.md.
We welcome contributions! Here's how you can help:
bug, enhancement, question)main: git checkout -b feature/your-featurecd _bmad-ui && pnpm run check:types && pnpm run check:testsmainThis project is licensed under the MIT License - see LICENSE file for details.
For questions or issues, please open an issue on GitHub or refer to the BMAD documentation.
Troubleshooting common failures? See docs/troubleshooting.md for a matrix of local runtime, CI validation, secrets, and deployment failures with symptoms, causes, resolution steps, and evidence to collect.
FAQs
Install bmad-ui into any bmad project with a single command
The npm package bmad-method-ui receives a total of 2 weekly downloads. As such, bmad-method-ui popularity was classified as not popular.
We found that bmad-method-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.