Template
Dashboard
KPIs, trends, and alerts — for ops chat copilots.
Surface live operational metrics inside a ChatGPT App: KPI tiles, time-series, and alert feeds. Auth-required tools so dashboards stay private.
$ npx conversokit create my-app --template dashboardDashboard
4 toolsKPIs, trends, and alerts — for ops chat copilots.
MRR
$42.1k
+12.4%
ARR
$510k
+18.0%
NPS
67
+3
Churn
2.1%
-0.4%
KPIGridTrendChartAnalyticsPanelAlertFeedCTABanner
npx conversokit create my-app --template dashboardWhat it builds
- ✓Internal ops copilots
- ✓Customer-facing analytics chat (read-only)
- ✓On-call summaries and alert triage
Auth & compliance
Auth default: anonymous
No consent scopes required by default.
Auth required
Some tools require an authenticated session. Wire any provider from
@conversokit/auth.Included MCP tools
Each tool is a typed Zod-validated function on the MCP server.
| Name | Description | Permissions |
|---|---|---|
| get_kpis | Return headline KPIs for the dashboard (mock data in dev). | auth |
| get_trend_series | Return a time-series metric trend (e.g., MRR). | — |
| get_analytics_panel | Assemble a full analytics panel: title + KPIs + series. | auth |
| get_alerts | Return active operational alerts. | — |
Integrations
Bring-your-own metrics source
Ship the dashboard template today.
$ npx conversokit create my-app --template dashboard