Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eliasdabbas/flaskboard
- Owner: eliasdabbas
- Created: 2024-04-07T12:16:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T09:41:55.000Z (7 months ago)
- Last Synced: 2024-04-14T12:01:09.339Z (7 months ago)
- Topics: dashboard, flask, frontend, html, plotly, plotly-dash, programmatic-seo, python, seo, webdevelopment
- Language: Python
- Homepage:
- Size: 2.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 compromisesCheck 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)