Loading...
Loading...
Dashboard
Build the perfect overview with drag-and-drop widgets. Charts, tables, feeds, and gauges -- all updating in real-time.
Capabilities
Position widgets freely on a responsive grid. Resize, reorder, and organize your perfect workspace view.
Interactive time-series charts, bar graphs, and trend visualizations updated in real-time.
Sortable, filterable data tables with pagination. View detailed records from any DRD feature.
Activity feeds, alert streams, and event timelines that update automatically.
Visual gauges for trust scores, system health, compliance status, and custom metrics.
Save multiple layout configurations. Switch between operations, compliance, and executive views.
Getting Started
Select from stat cards, charts, tables, feeds, gauges, and calendars to build your dashboard.
Drag and drop widgets into position. Resize to fit your workflow and screen size.
Save your layout configuration. Create multiple views for different roles and contexts.
Developer Integration
import { DRD } from '@drd/sdk';
const drd = new DRD({ token: 'drd_live_sk_...' });
// Create widgets
await drd.dashboard.createWidget({
widgetType: 'gauge',
title: 'Average DRD Score',
config: { metric: 'avg_drd_score' },
position: { x: 0, y: 0, w: 4, h: 2 },
});
// Save layout
await drd.dashboard.saveLayout({
name: 'Executive View',
isDefault: true,
});Build custom dashboards that show exactly what matters to you. Drag, drop, and go.