Web UI Overview
The dltHub Runtime Web UI is your dashboard for monitoring pipelines, managing jobs, and collaborating with your team. Open it from the CLI with dlt runtime dashboard or navigate to your workspace at dlthub.app.
Navigation
The sidebar provides access to all workspace pages:
| Page | What it shows |
|---|---|
| Dashboard | Workspace health at a glance -- metrics, charts, and recent activity |
| Jobs | All batch and interactive jobs with run history |
| Pipelines | Aggregated dlt pipeline metrics (success rates, rows loaded, durations) |
| Datasets | Load activity across all data targets |
| Notebooks | Running Marimo and Streamlit apps |
| MCPs | Running Model Context Protocol servers |
| Deployment & Config | Current code and configuration versions |
| Settings | Workspace info, members, and roles |
Common UI elements
Time range selector
Most pages include a time range selector in the header. This controls the data shown in all tables and charts on the page. Presets include last 24 hours, 7 days, 30 days, 90 days, last year, or a custom date range.
Status badges
Runs and pipelines show color-coded status badges:
- Pending (blue) -- queued for execution
- Starting (blue) -- being initialized
- Running (blue, animated) -- currently executing
- Completed (green) -- finished successfully
- Failed (red) -- encountered an error
- Cancelled (gray) -- manually stopped
Context menus
Most table rows and detail pages include a context menu (three-dot icon) with actions like starting a run, cancelling, managing schedules, or archiving. Available actions depend on your workspace role.
Telemetry charts
Pipeline and dataset pages include interactive charts showing trends over time (runs, rows loaded, bytes, duration). Charts auto-bucket by hour, day, week, or month depending on the selected time range. Click the view toggles (All, Runs, Rows, Bytes, Duration) to focus on specific metrics.