🎯
Embedded Dashboards
SDK integration • guest tokens • 5-min expiration
Embed full Superset dashboards directly into your application with secure token-based authentication.
- SDK Integration: @superset-ui/embedded-sdk for seamless embedding
- Guest Tokens: short-lived tokens (5-min expiration) for security
- Row-Level Security: enforce data access rules per user
- Event System: listen to chart clicks, filter changes, and interactions
- Dynamic Parameters: pass context from your app to dashboards
Security First: Token-based authentication prevents URL sharing and enforces proper access control.
📊
Individual Chart Embedding
Iframe-based • parameter passing • responsive
Embed individual charts for focused analytics in ScreenBuilder and detail pages.
- Iframe-based embedding with standalone mode
- URL parameter passing for dynamic filtering
- Responsive sizing and loading states
- Reusable component across application
🔧
Visual Configuration
Dashboard list • widget preview • SDK testing
Configure and test Superset integrations visually before deployment.
- Dashboard configurator with live preview
- Widget selection and testing
- SDK vs Iframe mode comparison
- Guest token generation and testing
🔐
Enterprise Security
Token expiration • RLS • audit trail
Production-ready security features for regulated environments.
- Guest Tokens: automatic refresh and expiration
- Row-Level Security: department and role-based filtering
- No URL Sharing: tokens required for access
- Audit Trail: track all analytics access
- CORS Configuration: domain whitelisting
⚡
Developer Experience
Reusable components • documentation • examples
Clean APIs and components for rapid analytics integration.
SupersetEmbedDashboardViewSDK
Full dashboard embedding with SDK features and event handling.
SupersetEmbedChartView
Individual chart embedding for ScreenBuilder integration.
SupersetConfigurator
Visual dashboard and widget configuration tool.
Use Cases: KPI dashboards, trend analysis, compliance reporting, real-time monitoring, drill-down investigations.