Skip to content

Flask

Flask is a minimalist Python framework for APIs, dashboards, and microservices. Use this component when you want Diploi to handle the build steps, gunicorn/uvicorn configuration, and deployments while you focus on routes and extensions.

Add to your project

Paste this entry into the components list in diploi.yaml to add Flask to your project.

components:
- name: Flask
identifier: flask
package: https://github.com/diploi/component-flask#main

See also