# smithyhq/sqladmin

SQLAlchemy Admin for FastAPI and Starlette

Repository: https://github.com/smithyhq/sqladmin
Canonical: https://ross.abutalabs.com/products/sqladmin
Homepage: https://smithyhq.github.io/sqladmin/
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: python, sqlalchemy, fastapi, starlette, asgi, wsgi, asyncio, web, admin, admin-dashboard
Last push: 2026-08-06T08:50:39+00:00

## Health v2 (maintenance only)
Score: 97/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 96, longevity 100
- inputs: {"age_days": 1715, "days_push": 27, "days_rel": 27, "gap_med": 16.0, "n_releases_24m": 17}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2816, forks 295 (observed 2026-08-28T04:07:23.829978+00:00)

## What it is
SQLAdmin is a flexible admin dashboard library for SQLAlchemy models that integrates with FastAPI and Starlette applications. It provides CRUD views, form building via WTForms, optional session-backed authentication, and internationalization, with a Tabler-based UI.

## Use cases
- add an admin panel to a FastAPI app
- manage SQLAlchemy database records through a web UI
- build a CRUD dashboard for my models
- admin interface for Starlette application
- edit database rows without writing admin code
- async SQLAlchemy admin dashboard
- admin panel with authentication for FastAPI

## When to choose
- you use FastAPI, Starlette, or SQLModel with SQLAlchemy models
- you need a quick, customizable admin UI without a separate app
- you want sync and async SQLAlchemy engine support

## When to avoid
- you use Django (use Django Admin instead)
- your stack is not Python/ASGI-based
- you need a standalone admin tool decoupled from your web framework

## Facets
- artifact type: library
- maturity: active
- function: ui-components, web-framework, auth, internationalization, orm
- domain: web-development, backend, databases, developer-tools, self-hosted
- platform: python, cross-platform
- tags: sqlalchemy, fastapi, starlette, admin-dashboard, crud-interface, sqlmodel, wtforms, asgi, web-server

## Member repositories
- smithyhq/sqladmin (main) score 97

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:23.829978+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-30T08:13:28.077106+00:00, confidence not recorded.
  - readme: https://github.com/smithyhq/sqladmin (fetched 2026-08-28T04:07:23.829978+00:00, sha 7708e691e325)
  - homepage: https://smithyhq.github.io/sqladmin/ (fetched 2026-08-29T09:53:56.472973+00:00, sha 8b41f6e9db53)
  - registry_pypi: https://pypi.org/pypi/sqladmin/json (fetched 2026-08-29T09:53:56.482189+00:00, sha 8495a1e17ec5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
