In this example, we programmatically create multiple marimo apps from a GitHub repository, and then serve them as a single FastAPI app.
This example includes:
- Serving multiple marimo apps from a GitHub repository
- A home page listing all the apps
- Basic logging
- Install
uv - Run the app with
uv run --no-project main.py