SolidX
ReferenceExtending SolidXBackend Customization

Dashboard Providers

Create custom dashboard providers to return the data for rendering dashboard widgets.

Dashboard providers are responsible for fetching and returning the data and UI options that power dashboard widgets.

Guide Status

This page is currently a short reference while the full implementation guide is being expanded.

For the current dashboard implementation flow, start with the dashboarding guides below:

If you are extending dashboard behavior from the backend side, the key implementation concerns are:

  • Selecting the provider contract to implement
  • Shaping the returned widget data consistently
  • Keeping provider output aligned with the frontend widget expectations