Simple and extensible administrative interface framework for Flask
Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites
Rails Admin is a web-based management dashboard and Active Record model manager for Ruby on Rails applications. It provides a graphical user interface for creating, reading, updating, and deleting database records, serving as a secure back office for database content management and administrative data auditing. The project distinguishes itself through a reflection-based schema mapping system that automatically generates CRUD interfaces from database metadata. It includes specialized tools for data versioning and change auditing to track administrative activity, as well as utilities for import
The Odin Project is an open-source, full-stack web development curriculum that guides learners from basic scripting to deploying complete applications through a structured, project-based learning path. It functions as a self-directed bootcamp covering frontend, backend, databases, and job-seeking skills, with a peer-to-peer learning community where developers give and receive structured help through a forum. The platform distinguishes itself through a project-based curriculum engine that presents curated resources and assignments requiring independent problem-solving rather than step-by-step
ActiveAdmin is a framework for building administrative back-office dashboards and data management screens within Ruby on Rails applications. It functions as a dashboard generator that automatically creates web interfaces for managing database records based on the Active Record pattern.
The main features of activeadmin/activeadmin are: Admin Dashboard Generators, Admin Interfaces, Record Management Interfaces, Active Record Management Interfaces, Dashboard Generators, Internal Tool Builders, Ruby on Rails Frameworks, Template Overrides.
Open-source alternatives to activeadmin/activeadmin include: flask-admin/flask-admin — Simple and extensible administrative interface framework for Flask. wagtail/wagtail — Wagtail is an open-source content management system built on the Django web framework. It provides a structured,… railsadminteam/rails_admin — Rails Admin is a web-based management dashboard and Active Record model manager for Ruby on Rails applications. It… theodinproject/theodinproject — The Odin Project is an open-source, full-stack web development curriculum that guides learners from basic scripting to… plataformatec/devise — Devise is a comprehensive identity management system and authentication framework for Ruby on Rails applications. It… thoughtbot/administrate — Administrate is a Rails engine that generates full CRUD admin interfaces for any model in a Rails application,…