# jowilf/starlette-admin

Fast, beautiful and extensible administrative interface framework for FastApi & Starlette applications

Repository: https://github.com/jowilf/starlette-admin
Canonical: https://ross.abutalabs.com/products/starlette-admin
Homepage: https://jowilf.github.io/starlette-admin/
Language: Python
License: MIT
License Family: permissive
Topics: fastapi, mongoengine, sqlalchemy, starlette, admin, admin-dashboard, datatables
Last push: 2026-09-02T01:05:09+00:00

## Health v2 (maintenance only)
Score: 100/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 99, longevity 100
- inputs: {"age_days": 1465, "days_push": 1, "days_rel": 8, "gap_med": 27, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1025, forks 96 (observed 2026-09-03T02:15:13.222770+00:00)

## What it is
starlette-admin is a Python framework that generates a complete, extensible administrative interface for FastAPI and Starlette applications from SQLAlchemy, SQLModel, Beanie, MongoEngine, or Tortoise ORM models. It provides auto-generated CRUD pages, forms, filters, imports/exports, and pluggable authentication, all configurable in Python with no frontend code.

## Use cases
- generate an admin dashboard for a FastAPI app
- auto-create CRUD pages from SQLAlchemy models
- add an admin panel to a Starlette application
- manage MongoDB data with an admin UI
- export and import records as CSV or Excel
- add authentication to an admin interface
- build a dashboard with charts and statistics widgets

## When to choose
- you use FastAPI/Starlette with SQLAlchemy, SQLModel, Beanie, MongoEngine, or Tortoise ORM and need an admin panel quickly
- you want a fully Python-configurable admin UI without writing frontend code
- you need built-in search, filters, bulk actions, and data import/export out of the box

## When to avoid
- your stack is Django (use django-admin) or Flask (use Flask-Admin)
- you need a fully custom, hand-designed admin frontend rather than a generated one
- your ORM or data layer is not among the supported integrations

## Facets
- artifact type: framework
- maturity: stable
- function: web-framework, ui-components, form-handling, auth, file-upload, data-visualization, internationalization
- domain: web-development, backend, databases, developer-tools, cms
- platform: python, self-hosted
- tags: admin-dashboard, fastapi, starlette, sqlalchemy, crud, mongoengine, beanie, tortoise-orm, tabler-ui, data-export, web-server

## Member repositories
- jowilf/starlette-admin (main) score 100

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:13.222770+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:11:13.117035+00:00, confidence not recorded.
  - readme: https://github.com/jowilf/starlette-admin (fetched 2026-09-03T02:15:13.222770+00:00, sha 9972ec71f04c)
  - homepage: https://jowilf.github.io/starlette-admin/ (fetched 2026-08-29T13:10:04.690926+00:00, sha dc75e571a529)
  - registry_pypi: https://pypi.org/pypi/starlette-admin/json (fetched 2026-08-29T13:10:04.700626+00:00, sha 6a78ee1fcf7c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
