Ecosystem · Dashboard · Proxy

Dashboard and proxy foundations for local observability

The Datasette and proxy repositories give VibePod its local observability layer: request logging, session data, and dashboard views.

2026-03-15 · Ecosystem · Dashboard · Proxy

Datasette dashboards

The dashboard repository added views for HTTP requests, Claude Code token consumption, and OpenAI Codex consumption. These updates make local usage easier to inspect after a session.

Proxy data capture

The proxy repository tracks source containers for requests and added websocket data collection, giving the dashboard richer local data to work with.

Example commands

The dashboard and proxy repositories back the local observability flow exposed through the CLI.

vp logs start
vp run claude
vp logs status

# Development workflows in the dashboard/proxy repositories:
cd vibepod-datasette
python -m pytest

cd ../vibepod-proxy
# run proxy addon tests or inspect proxy/ changes

Related links