Skip to main content
OpenAdmin

OpenAdmin

Admin dashboards as FastAPI routes. No templates, no frontend project, no config files.

PyPI Python FastAPI License

Documentation

OpenAdmin dashboard

OpenAdmin is a FastAPI-native library for building admin panels. A page is a router, a widget is an endpoint — stats, tables, forms, actions, and charts, defined with typed decorators in plain Python.

from openadmin import spec
from openadmin.fastapi import AdminPage, AdminPanel

page = AdminPage("Dashboard", icon="layout-dashboard")


@page.stat("Total Users")
async def total_users() -> spec.Stat:
    return 1_024


@page.table("Recent Users")
async def recent_users() -> spec.Table:
    return {
        "data": [
            {"id": 1, "name": "Alice", "role": "admin"},
            {"id": 2, "name": "Bob", "role": "viewer"},
        ]
    }


admin = AdminPanel("My Admin")
admin.section("General", pages=[page])
from fastapi import FastAPI

app = FastAPI()
app.mount("/admin", admin.app)

Each decorated function is a normal FastAPI handler — dependency injection, Query/Body parameters, and OpenAPI docs all work as they would on any route.

Installation

pip install openadmin
# or
uv add openadmin

Documentation

Everything else — the full component reference, authentication, and worked cookbook recipes — lives at:

openadmin-team.github.io/openadmin-py

Development

# Run the example app
make dev/example

# Run all checks (format, lint, types, tests, security)
make check

# Auto-fix formatting and lint issues
make fix

License

AGPL-3.0-or-later — © 2026 OpenAdmin

Release files for openadmin-dev 0.7.22

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for openadmin-dev 0.7.22
File Size Uploaded
openadmin_dev-0.7.22.tar.gz 1.9 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for openadmin-dev 0.7.22
File Interpreter ABI Platform
openadmin_dev-0.7.22-py3-none-any.whl Python 3 none any Details

Total release size: 2.7 MB

Release files / openadmin_dev-0.7.22.tar.gz

Download URL openadmin_dev-0.7.22.tar.gz
Size 1.9 MB
Tags Source
SHA-256 checksum
How to use checksums
d8a741ff9238591882f0f229ecdf601140a79e83decd04e39e13f41202e1895a
BLAKE2b-256 checksum
How to use checksums
18b6d2cd05c030c30e6ca6d93809b0cbf97ceeaef4140f65513c88baeb11a02a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 4, 2026.

Transparency log

Release files / openadmin_dev-0.7.22-py3-none-any.whl

Download URL openadmin_dev-0.7.22-py3-none-any.whl
Size 798.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
e5dc2534889eec1a3d3e12c3bb7cc5d1bcd0a33ebaf1db1416a4f8f5b83c2832
BLAKE2b-256 checksum
How to use checksums
99741b7c1df51ae1161571aab61b5f5c2e639e4395004ae1f5ff8907c2d6e54e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 4, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.7.22 This release

2 release files

0.7.21

2 release files

0.7.20

2 release files

0.7.19

2 release files

0.7.18

2 release files

0.7.16

2 release files

0.7.15

2 release files

0.7.8

2 release files

0.7.6

2 release files

0.7.5

2 release files

0.7.4

2 release files

0.7.3

2 release files

0.6.3

2 release files

0.6.2

2 release files

0.6.1

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.0

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page