TUI Dashboard & Output Reports

Interactive terminal user interface and standalone web export options

1. 6-Tab Interactive TUI Dashboard (--watch)

Launch an interactive full-screen terminal dashboard powered by Bubbletea and Lipgloss:

caddy-analyze --watch /var/log/caddy/access.log

Navigation Tabs

2. Offline Dark-Mode HTML Report (-f html)

Export a single-file, self-contained dark-mode HTML report that requires zero external assets, npm packages, or internet access:

caddy-analyze -f html -o report.html --detect /var/log/caddy/access.log

3. Machine-Readable Exports (JSON & CSV)

# Export raw JSON metrics report
caddy-analyze -f json -o report.json /var/log/caddy/access.log

# Export CSV format for spreadsheets
caddy-analyze -f csv -o report.csv /var/log/caddy/access.log

Interactive HTML Report Preview