Dash + EXA for Business
Summary
Dash + EXA for Business is Accentio's planned AI-enabled B2B operations platform: Dash as the future multi-tenant control surface (React + Vite + TypeScript SPA backed by NestJS + Prisma) and EXA as the agentic AI assistant ambient across Accentio products (Gemini-like, provider-agnostic LLM routing). Architecture-phase, pre-revenue.
Highlights
- Set up clear service boundaries for multi-tenant scale by separating identity, subscriptions, orchestration and business modules into bounded services. — Clear service boundaries set up for multi-tenant scale
- Enabled per-tenant module strategies through a composable module activation architecture. — 6 module surfaces planned (SAC, SDR, Reports, Helpdesk, Home, Server Ops) with tenant-level activation
- Prepared the platform for enterprise workflows and expansion scenarios by connecting backend services and integrations.
- Mapped the SAC, SDR, Reports, Helpdesk, Home and Server Ops module surface by defining capabilities and contracts.
- Made operational performance visible through analytics surfaces for throughput, SLA, conversion and reliability.
- Protected automation reliability ahead of production rollout through safe-mode and rollback behaviors.
- Kept component quality and deployment reproducibility production-grade by adopting Storybook + Vitest + Dockerized builds in dash_ui. — Production-grade frontend scaffold with component documentation and test coverage