awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
flask-admin avatar

flask-admin/flask-admin

0
View on GitHub↗
6,071 stars·1,639 forks·Python·BSD-3-Clause·26 viewsflask-admin.readthedocs.io↗

Flask Admin

Simple and extensible administrative interface framework for Flask

Features

  • Admin Panel Frameworks - Provides a framework for building production-ready administrative interfaces with minimal boilerplate.
  • Database Record Management - Creates, reads, updates, and deletes records for each database model through auto-generated, self-contained view classes.
  • CRUD Interfaces - Automatically generates create, read, update, and delete interfaces for database models.
  • Model-Driven Form Generators - Generates HTML forms dynamically from model field types and validation constraints using WTForms integration.
  • Admin Interface Extensions - Combines individual view classes into a unified, user-friendly administrative interface for a web service.
  • Admin-Specific MVC Variants - Separates data models, presentation views, and admin-specific logic into distinct layers for modular interface construction.
  • Admin Interface Customizations - Tailors the admin panel's views, templates, forms, and permissions to match specific application requirements.
  • Admin Interface Customizers - Extends built-in views, templates, forms, and actions to tailor the admin panel to specific application needs.
  • SQLAlchemy Model Introspectors - Automatically derives form fields and validation rules from SQLAlchemy model metadata at runtime.
  • Class-Based Views - Registers admin views as self-contained Python classes encapsulating CRUD logic, templates, and permissions.
  • CRUD Generators - Automatically generates database management interfaces from models with minimal configuration.
  • SQLAlchemy - Automatically creates CRUD interfaces from SQLAlchemy model metadata with minimal configuration.
  • Admin Interface Frameworks - Provides an extensible administrative interface framework for Flask that auto-generates CRUD views.
  • Template Overrides - Allows per-view, per-model, and global Jinja2 template overrides through a cascading file lookup system.
  • Hook-Based Plugin Systems - Extends admin functionality through modular plugins that hook into view lifecycle events and menu registration.
  • Admin View Category Organizers - Organizes individual admin views into navigable menu categories to build complex interfaces from grouped view classes.
  • Admin View Groupers - Organizes individual view classes into a navigable interface with menu categories and grouped pages.
  • Admin Menu Organizers - Organizes individual view classes into menu categories to build a structured administrative interface.
  • Admin View Groupers - Groups individual admin views into menu categories to build structured administrative interfaces.
  • URL-Mapped Menu Builders - Builds nested navigation menus by mapping URL prefixes to registered view classes and categories.
  • Admin Menu Organizers - Organizes individual admin views into navigable menu categories for structured interfaces.
  • Admin Interfaces - Simple and extensible administrative interface framework.
  • Admin Panels - Extensible admin interface framework for web apps.
  • Web Framework Integrations - Provides an admin interface for web applications.

Star history

Star history chart for flask-admin/flask-adminStar history chart for flask-admin/flask-admin

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Flask Admin

Similar open-source projects, ranked by how many features they share with Flask Admin.
  • pallets-eco/flask-adminpallets-eco avatar

    pallets-eco/flask-admin

    6,071View on GitHub↗

    Flask-Admin is a framework for auto-generating administrative interfaces in Flask applications. It provides a Flask Admin Interface that automatically creates create, read, update, and delete views for database models, functioning as a Database Model CRUD Generator that eliminates manual coding for basic data administration tasks. The framework also includes an Extensible Admin Dashboard that developers can customize, along with a File Management Interface for browsing, uploading, and organizing server-side files, and a Redis Console Client for executing interactive Redis commands directly wit

    Python
    View on GitHub↗6,071
  • thoughtbot/administratethoughtbot avatar

    thoughtbot/administrate

    6,028View on GitHub↗

    Administrate is a Rails engine that generates full CRUD admin interfaces for any model in a Rails application, providing create, read, update, delete, search, and pagination capabilities out of the box. It functions as a convention-based dashboard generator that maps model attributes to default field types and views, while supporting customization through standard Rails controller and view overrides. The framework distinguishes itself through a field type abstraction layer that encapsulates data display and input logic into reusable classes, and a hook-point content injection system that allo

    JavaScript
    View on GitHub↗6,028
  • filamentphp/filamentfilamentphp avatar

    filamentphp/filament

    31,215View on GitHub↗

    Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel ecosystem. It provides a declarative, component-based architecture that allows developers to construct complex, data-driven applications using server-side configuration objects rather than manual HTML. By inspecting database model structures and relationships, the framework automates the generation of CRUD interfaces, forms, and data tables, significantly reducing boilerplate code. The project distinguishes itself through a highly modular and extensible design that supports custo

    PHPadminalpine-jsbuilder
    View on GitHub↗31,215
  • area17/twillarea17 avatar

    area17/twill

    3,956View on GitHub↗

    Twill is a Laravel CMS toolkit and admin panel generator designed for building custom administrative consoles and content management systems. It serves as a headless CMS framework and a toolkit for defining content models and managing structured data through a dedicated administrative interface. The project features a visual block editor that allows publishers to arrange and configure reusable content sections via a drag-and-drop interface. It includes a dedicated digital asset manager for storing, cropping, and optimizing images and files across local or cloud storage, as well as a multiling

    PHP
    View on GitHub↗3,956
See all 30 alternatives to Flask Admin→

Frequently asked questions

What does flask-admin/flask-admin do?

Simple and extensible administrative interface framework for Flask

What are the main features of flask-admin/flask-admin?

The main features of flask-admin/flask-admin are: Admin Panel Frameworks, Database Record Management, CRUD Interfaces, Model-Driven Form Generators, Admin Interface Extensions, Admin-Specific MVC Variants, Admin Interface Customizations, Admin Interface Customizers.

What are some open-source alternatives to flask-admin/flask-admin?

Open-source alternatives to flask-admin/flask-admin include: pallets-eco/flask-admin — Flask-Admin is a framework for auto-generating administrative interfaces in Flask applications. It provides a Flask… thoughtbot/administrate — Administrate is a Rails engine that generates full CRUD admin interfaces for any model in a Rails application,… filamentphp/filament — Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel… area17/twill — Twill is a Laravel CMS toolkit and admin panel generator designed for building custom administrative consoles and… fastapi-admin/fastapi-admin — fastapi-admin is a web-based administrative interface that automatically generates CRUD control panels from FastAPI… theorchid/platform — Platform is a framework for building back-office applications and administrative dashboards using Laravel. It…