Skip to main content

dashboard Command

Interactive code intelligence visualization served directly from your .ctn/ artifacts.

Usage

# Launch the dashboard (auto-opens browser)
batho dashboard --root .

# Custom port / host
batho dashboard --root . --port 3000 --host 0.0.0.0

# Skip auto-open
batho dashboard --root . --no-browser

# Open to a specific route
batho dashboard --root . --open-route '#/hypergraph/files'

Dashboard Pages

PageWhat it shows
OverviewRepo stats, language breakdown, file distribution
HypergraphThree-level drill-down: files → file symbols → node neighborhood
FilesHierarchical file browser with entity counts
File ViewerSyntax-highlighted source with BSG entity highlighting sidebar
RelationshipsFiltered relationship tables (imports, calls, extends)
PluginsLoaded BSG rule plugins and their metadata
MetricsIndexing performance, cache hit rates, worker stats
SnapshotsTime Machine snapshot list with diff capabilities
SearchFull-text search across entities and files