Availability
The dashboard is available in thedashboard-* Docker Compose profiles.
Example:
http://localhost:8081/dashboard/
website/dist. This docs page intentionally lives at /dashboard-guide — /dashboard/ is reserved for the React app itself.
What It Includes
Based on the React routes inwebsite/src/App.tsx, the dashboard exposes:
/dashboard//dashboard/login/dashboard/signup/dashboard/onboarding/dashboard/routing/dashboard/routing/sr/dashboard/routing/rules/dashboard/routing/volume/dashboard/routing/debit/dashboard/decisions/dashboard/analytics/dashboard/audit
http://localhost:5173/.
For external production hosting, the preferred route is /decision-engine/ with API traffic proxied through /decision-engine-api/*.
Docs And API In The Same Profile
The samedashboard-* profiles also expose:
- Mintlify docs at
http://localhost:8081/introduction - API examples at
http://localhost:8081/api-refs/api-ref - the API at
http://localhost:8080
nginx/nginx.conf.
Related Files
website/src/App.tsxwebsite/src/components/pages/*docker-compose.yamlnginx/nginx.conf