This is a webapp for displaying X-Plane Desktop's usage analytics.
It uses the Dash (by Plotly) framework to produce interactive graphs.
See it live at dashboard.x-plane.com.
We deploy via Dokku (a self-hosted Heroku-like PaaS, which we run on Digital Ocean). You can Git push to ssh://[email protected]/dashboard
and Dokku will handle the deploy for you:
$ git remote add dokku ssh://[email protected]/dashboard
$ git push dokku