Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eliasdabbas/flaskboard

Flask(Dash)board
https://github.com/eliasdabbas/flaskboard

dashboard flask frontend html plotly plotly-dash programmatic-seo python seo webdevelopment

Last synced: about 1 month ago
JSON representation

Flask(Dash)board

Awesome Lists containing this project

README

        

# Flask for managing Dash dashboards

# `flaskboard`

Embed Dash apps in Flask apps while maximizing the power of both:

* Integration using standard tools (Dash's server parameter)
* Register all your Dash apps as blueprints in one main Flask app
* No hacky iframes
* Dash apps are integrated simply like embedding images (did you know the `Dash.index()` method?), or just a div somewhere (wherever you want)
* Manage a an app utilizing the full power of Flask
* No SEO compromises

Check out the various versions available to grow an app from the most minimal integration possible to more elaborate/complex structures

## [v01 The most minimal irreducible integration](v01)
## [v02 Using Jinja templates in which we dynamically insert our apps](v02)
## [v03 Creating independent interactive features based on the URL](v03)
## [v04 Refactoring & using a dataset to dynamically generate dashboards on a large scale](v04)