Skip to content
Native React SDK playground

Embed analytics as React components.

Test the SDK path customers use when an iframe is too rigid: signed sessions from your backend, native widgets in your own layout, theme tokens you control, and drill events as normal React callbacks.

Live SDK lab

Configure the embed exactly like a customer app would.

Switch tenant, rendering mode, theme, and period. The preview below is mounted through the React SDK, not an iframe.

render
theme
period
loading session
Native preview
workspace_acme · 30d · dashboard
Install path

Three steps. Copy each.

The SDK ships as a single package with provider, dashboard, and widget primitives. Bring your own session minting on the server.

Full React guide
01Install
npm install @emban/react
02Import
import {
  EmbanProvider,
  EmbanWidget,
} from '@emban/react'
03Render
<EmbanProvider host={host} token={token}>
  <EmbanWidget widgetId="requests" />
</EmbanProvider>