An open API service indexing awesome lists of open source software.

https://github.com/pascalw/dashbling

Hackable React based dashboards for developers, inspired by Dashing.
https://github.com/pascalw/dashbling

Last synced: about 1 year ago
JSON representation

Hackable React based dashboards for developers, inspired by Dashing.

Awesome Lists containing this project

README

          

# 💎 Dashbling - hackable React based dashboards for developers

[![CircleCI](https://circleci.com/gh/pascalw/dashbling.svg?style=svg)](https://circleci.com/gh/pascalw/dashbling)

Dashbling is a React based tool for creating beautiful dashboards.

Features:

* Widgets are React components that automatically update when data changes.
* Data can be pushed into your dashboard via a REST API, or fetch data using small NodeJS modules.
* Looks great out of the box, or fully adapt to your taste.
* Great developer experience with hot reloading, ES2015+ and Sass.
* Extensible build system powered by Webpack.
* Can easily be hosted on Heroku, or any platform supporting Docker.
* Widgets can easily be shared via NPM packages.

Follow [this guide](./docs/getstarted.md) to get started with your first Dashbling dashboard.
Read the full docs [here](./docs/).

There's also an [example](https://github.com/pascalw/dashbling/tree/master/example) available in the repo and a running [demo](https://dashbling.fly.dev).

![example](https://raw.githubusercontent.com/pascalw/dashbling/master/example.jpg)