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.
- Host: GitHub
- URL: https://github.com/pascalw/dashbling
- Owner: pascalw
- License: mit
- Created: 2017-12-01T07:11:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T16:19:04.000Z (over 3 years ago)
- Last Synced: 2025-04-04T06:04:55.242Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://dashbling.fly.dev/
- Size: 911 KB
- Stars: 468
- Watchers: 11
- Forks: 24
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💎 Dashbling - hackable React based dashboards for developers
[](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).
