# OrgBrain Dashboard
React web dashboard for visualizing and managing OrgBrain knowledge extraction.
## Setup
```bash
cd dashboard
pnpm install
```
## Development
```bash
pnpm dev
```
Dashboard runs on `http://localhost:5173` by default.
## Features
- **Overview** - Visual map of all repos with extraction status
- **Diagrams** - Interactive Mermaid diagram viewer (C4, flowcharts)
- **PR Impact** - Analyze what breaks if a PR changes types
- **Queries** - Search across NIPs, types, user flows, data flow
- **Extraction** - Trigger and manage knowledge extractions
- **Type Explorer** - Browse types, shared types, and stale dependencies
## Build
```bash
pnpm build
```
Outputs to `dist/` directory.