# pallets-eco/flask-admin

Simple and extensible administrative interface framework for Flask

Repository: https://github.com/pallets-eco/flask-admin
Canonical: https://ross.abutalabs.com/products/flask-admin
Homepage: https://flask-admin.readthedocs.io
Language: Python
License: BSD-3-Clause
License Family: permissive
Last push: 2026-08-16T16:53:42+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 83, longevity 100
- inputs: {"age_days": 5281, "days_push": 17, "days_rel": 118, "gap_med": 9.0, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6071, forks 1645 (observed 2026-08-28T04:09:34.764488+00:00)

## What it is
Flask-Admin is a batteries-included Flask extension for auto-generating administrative interfaces with CRUD views for your models. It is inspired by django-admin but gives developers full control over the look, feel, and functionality of the resulting admin UI.

## Use cases
- add an admin panel to a Flask app
- auto-generate CRUD views for SQLAlchemy models
- build a custom admin dashboard for MongoDB data
- manage uploaded files through a web interface
- inspect and run commands against Redis from a browser
- customize admin forms and views for a Flask application

## When to choose
- you have a Flask application and need an admin backend quickly
- you want django-admin-style model management but with full customization control
- your project uses SQLAlchemy, pymongo, MongoEngine, or Peewee
- you need a production-ready, well-tested admin interface

## When to avoid
- your application is not built on Flask
- you need a standalone admin tool for non-Python stacks
- you want a fully pre-styled, opinionated admin with no customization
- you need admin features for frameworks other than Flask like Django or FastAPI

## Facets
- artifact type: framework
- maturity: active
- function: ui-components, orm, form-handling, web-framework
- domain: web-development, backend, developer-tools, cms
- platform: python, cross-platform
- tags: flask, admin-dashboard, crud, django-admin-inspired, sqlalchemy, mongodb, peewee, redis-console, file-management, web-server

## Member repositories
- pallets-eco/flask-admin (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:34.764488+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-29T17:48:34.188992+00:00, confidence not recorded.
  - readme: https://github.com/pallets-eco/flask-admin (fetched 2026-08-28T04:09:34.764488+00:00, sha 23e3b21cf5f4)
  - registry_pypi: https://pypi.org/pypi/flask-admin/json (fetched 2026-08-29T08:45:33.269397+00:00, sha 79cfb99a2b3c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
