_images/logo_bk.png _images/logo_w.png

DashTools is an open-source command line toolchain for Plotly Dash that makes creating and deploying dash projects to Heroku intuitive and easy.

Use dashtools to…#

  • Create templated dash apps with one command

  • Deploy your app to Heroku and Render in under a minute

  • Generate Procfile, requirements.txt and runtime.txt automatically on deploy

  • Many boilerplate templates for creating apps

  • Dockerize your app in a single step

Getting started#

To get started using dashtools, check out the Getting Started page.

Install with:

pip install dash-tools

Run the dashboard with:

dashtools run

Create projects with:

dashtools init <app name>

Pages#