Dashboard Deployment
Frontend Setup
Set up frontend for dashboard deployment
There are two ways to deploy dashboard in your front end:
- iFrame Embedding
- Native React Component Embedding đź”’
Please click on the Deploy button in the Hub.
You will need to get the JWT for the current user and the dashboard ID to render the correct dashboard. The JWT is generated by following the steps in Backend Setup. The dashboard ID could be found in the URL when you are viewing the dashboard you want to embed.
Below is an example of deploying component with JWT using Clerk middleware:
Was this page helpful?