Server Integrations#

These guides will cover how to integrate Panel applications with various external frameworks such as Django, FastAPI and Flask.

FastAPI

Discover to run Panel applications natively on a FastAPI server.

FastAPI Logo

Running Panel apps in FastAPI
FastAPI (Embedded)

Discover to embed a Panel Tornado server application in a FastAPI server.

FastAPI Logo

Embedding a Panel Server in FastAPI
Django

Discover to run Panel applications natively on a Django server.

Django Logo

Running Panel apps inside Django
Flask

Discover to run Panel applications alongside an existing Flask server.

Flask Logo

Integrating Panel with Flask