Build an office status board that shows real-time metrics on a TV screen
Display operational data from multiple sources in a grid of visual widgets
Set up a team dashboard that aggregates stats from APIs without writing a full web app
Project is archived, use the community fork at dashing-io/dashing for active support and bug fixes.
Dashing is a framework for building status dashboards, originally created by Shopify. It is built on top of Sinatra, a lightweight Ruby web framework, and lets developers put together visual dashboards that can display data from various sources in a grid of widgets. The README notes it looks especially great on TVs, suggesting its intended use as a display screen in an office or operations room rather than as an interactive web application. The project is no longer actively maintained by Shopify. A note in the README links to an issue explaining that decision, and points to a community fork at dashing-io/dashing for anyone who wants a version that is still receiving updates. The original repository remains available and many teams still run it, but new feature development and bug fixes are not happening here. The description mentions CoffeeScript as part of the stack alongside Ruby, which was a common combination for web projects when Dashing was at its peak. CoffeeScript is a language that compiles to JavaScript and was popular before modern JavaScript added many of the features that made it appealing. The project is distributed under the MIT license, which allows free use, modification, and redistribution with minimal restrictions. Given that the project is archived and the README is brief, teams evaluating it today would need to visit the community fork or the project homepage for documentation and widget examples. With nearly 11,000 GitHub stars accumulated over the years, Dashing was widely adopted during its active period and many organizations built internal dashboards with it.
← shopify on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.