Changelog

Last updated on 2026-04-05

v1.0.0 -- April 5, 2026

Initial release of the NeuralDesk AI Ops Dashboard.

Screens (13 total)

  • Dashboard with stat cards (active models, total tokens, monthly cost, avg latency, error rate, active users), token usage area chart, cost tracking bar chart, latency trends line chart, and recent activity feed
  • Model registry with sortable/filterable table, deployment status badges, version history timeline, and side-by-side performance comparison
  • Prompt library with searchable template table, template preview cards, version diff view, and A/B test results
  • Usage analytics with token consumption charts, cost breakdown by model, usage trend lines, and budget alert system
  • Request/response logs with filterable/sortable table, expandable detail panels, status indicators, and full-text search
  • Error tracking with error type breakdown, frequency charts, resolution workflow, and error detail view with context
  • Prompt playground with editor, multi-model comparison, parameter tuning sliders, and output panel with token/cost/latency metadata
  • Team management with member table, role-based permissions matrix, and API key administration
  • Settings page with general configuration and model defaults
  • 3 auth pages (login, signup, forgot password)
  • Root page

Tech Stack

  • Next.js 16 with App Router
  • React 19
  • Tailwind CSS v4 with oklch design tokens (purple/violet hue 285)
  • shadcn/ui v4 with @base-ui/react
  • Recharts 3 for charts
  • 5 accessibility hooks
  • Light & dark mode via next-themes