Admin Panel Overview
The Xiru Admin Panel is a separate application for platform administrators to manage users, review KYC/KYB submissions, and monitor analytics.
Access: Admin role required — regular users cannot access the admin panel.
Key Features
Section titled “Key Features”| Feature | Description |
|---|---|
| Analytics Dashboard | Platform-wide metrics, trends, and health indicators |
| DAU Analytics | Daily/weekly/monthly active user tracking |
| AUA Tracking | Assets under administration with chain breakdowns |
| Net Flows | Deposit/withdrawal flow analysis |
| Risk & Exposure | Drawdown, Sharpe ratio, volatility monitoring |
| KYC Center | Document review and compliance management |
| User Management | Role-based access control and user administration |
| Survey Management | Investment survey CRUD with dynamic question builder |
Navigation
Section titled “Navigation”The admin panel has a fixed sidebar with the following sections:
| Page | Route | Purpose |
|---|---|---|
| Dashboard | / | Overview of system health and key statistics |
| DAU | /dau | Daily active user analytics |
| AUA | /aua | Assets under administration |
| Net Flows | /net-flows | Inflow/outflow analysis |
| Risk | /risk | Risk exposure and benchmarks |
| KYC Center | /kyc | KYC/KYB document review |
| Admin | /admin | User and role management |
| Surveys | /admin/surveys | Survey question management |
A Back to Dashboard link in the sidebar footer returns to the user-facing dashboard.
Design
Section titled “Design”The admin panel uses a dark theme consistent with the platform:
- Background: deep brown/olive tones
- Accent: gold highlights for key metrics and active states
- Charts: color-coded with consistent palette
- Tables: sortable with search and pagination
Tech Stack
Section titled “Tech Stack”| Component | Technology | Purpose |
|---|---|---|
| Framework | React + Vite | Single-page admin application |
| Routing | TanStack Router | File-based navigation |
| Charts | Recharts | Data visualization |
| Tables | TanStack Table | Sortable, searchable data grids |
| HTTP | Axios | API communication with JWT interceptors |
| Auth | JWT + role enforcement | Admin-only access control |