OpsDeck
OpsDeck is the FastAPI-native admin for async SQLAlchemy teams who want an interface that feels deliberate, memorable, and operationally serious.
Why it wins attention
- a clean, modern UI with an optional Matrix theme
- pure Python integration path
- FastAPI + SQLAlchemy focus instead of generic ORM sprawl
- explicit permissions and row scoping
- a simple default and a deeper escape hatch
Why teams keep it
admin.register()gives you a quick first adminModelAdmingives you durable control for real applications- the request-aware model makes tenant scoping and operator workflows much easier to express
Start here
Common use cases
- internal operations consoles
- SaaS backoffice dashboards
- admin tools for support teams
- tenant-safe CRUD for SQLAlchemy applications
Project direction
OpsDeck is being optimized for the current age of AI-assisted development. That means:
- better docs for coding assistants
- explicit APIs that are easy to integrate correctly
- stronger reference material for search, LLMs, and IDE assistants
- a visual experience that makes the library instantly recognizable