Skip to main content

Introduction

MoBro is a modular application that is extensible by both plugins and widget packs.

Widget Packs are the essential part to visualize your data in MoBro on a dashboard. A Widget Pack is basically a collection of Widgets that users can install in MoBro via the marketplace.

Every Widget of a Widget Pack is a simple React component that is then rendered on the dashboard. It can be dragged around and configured via the sidebar in the dashboard builder. How and what can be configured on a Widget is up to the developer.

Quick start

You can get started right away by building your first widget pack by following the Getting started guide.