Dokumentation / Developers / Dashboards / Plugin dashboards
BuildSDK 0.10.1

Plugin dashboards

These docs are public. To publish a plugin you need a YourBot account: sign in to open the Dev Portal.

Every plugin can expose a settings/data page on the user-facing dashboard. Two modes — pick one:

  • Manifest mode — declare widgets in JSON, write Python data handlers. Themed for free, no HTML to write.
  • Iframe mode — full HTML/CSS/JS control. Use when you need a custom UI (drag-and-drop, charts the manifest doesn't cover, custom forms).

Both modes live in the same file: dashboard_manifest.json, shipped in your version zip (the zip root or any folder works). You can also author it in the Dev Portal's Dashboard Editor, which writes the same JSON for you.

YourBot docs Reference tables are generated from the code that is running. Ask in Discord Suggest a correction