Dashboards
Ops Dashboard
Tables, charts, and filters for internal tools that people actually use daily.
An internal-tool starter that respects operators: dense data tables with server-side pagination, a chart kit, a command palette and role-based navigation — the furniture of every ops console, already assembled.
What's inside
- Data tables with server pagination and CSV export
- Chart kit with consistent theming
- Command palette (Ctrl-K) navigation
- Role-based nav and route guards
- Optimistic updates over TanStack Query
- Typed API client with auth interceptor
Quickstart
$ git clone git@github.com:devai-io/vite-dashboard.git my-dash$ cd my-dash && bun install$ cp .env.example .env # point at your API$ bun dev
from production
Modeled on the ops consoles that run daily trading operations in production.