5 रिपॉजिटरी
Frameworks that programmatically generate administrative interfaces and dashboards from data models.
Distinct from Admin Interface Customizers: Focuses on the generation of the entire interface from schema/logic, whereas candidates focus on styling and customization of existing panels.
Explore 5 awesome GitHub repositories matching web development · Admin Panel Generators. Refine with filters or upvote what's useful.
FreeSql is a .NET object-relational mapper and data access layer that translates object-oriented code into SQL for multiple relational database providers. It functions as a fluent SQL query builder and database schema synchronizer, allowing developers to align database table and index structures with entity class definitions. The framework is specifically optimized for .NET Native AOT to ensure reduced memory footprints and faster startup times. It includes a database traffic manager to distribute load through read-write splitting, dynamic table sharding, and tenant-based data isolation. Bro
Programmatically generates administrative interfaces and management backends based on defined data entities.
EasyAdminBundle, Symfony एप्लिकेशन के लिए बैकएंड मैनेजमेंट इंटरफ़ेस स्वचालित रूप से उत्पन्न करने का एक टूल है। यह डेटाबेस एंटिटी डेफिनिशन को यूज़र इंटरफ़ेस घटकों के साथ मैप करके प्रशासनिक स्क्रीन और फ़ॉर्म बनाता है, जो खोजने योग्य सूचियों और CRUD फ़ॉर्म के माध्यम से डेटाबेस रिकॉर्ड को मैनेज करने के लिए एक वेब-आधारित सिस्टम प्रदान करता है। यह प्रोजेक्ट विभिन्न यूज़र भूमिकाओं या बाहरी सहयोगियों के लिए अलग-अलग एडमिनिस्ट्रेशन बैकएंड बनाने का समर्थन करता है। इसमें भूमिका-आधारित एक्सेस कंट्रोल और यूज़र सुरक्षा टोकन के आधार पर डैशबोर्ड, मेनू और डेटा फ़ील्ड को प्रतिबंधित करने के लिए एक सुरक्षा लेयर शामिल है। यह सिस्टम पेजिनेटेड सूचियों, डायनामिक क्वेरी फ़िल्टरिंग और विशेष बटनों और बैच ऑपरेशन्स के माध्यम से निष्पादित कस्टम प्रशासनिक वर्कफ़्लो के साथ डेटाबेस रिकॉर्ड मैनेजमेंट की क्षमताएं प्रदान करता है। इसमें इंटरफ़ेस टेक्स्ट का अनुवाद करने और दाएं-से-बाएं पढ़ने की दिशा के लिए लेआउट को समायोजित करने के लिए लोकलाइजेशन सपोर्ट भी शामिल है।
Programmatically generates administrative interfaces and dashboards specifically for Symfony applications based on data models.
dcat-admin is a Laravel admin panel framework used to rapidly build data-driven administration interfaces. It functions as a CRUD generator and backend scaffolding tool that automatically produces create, read, update, and delete interfaces based on database table schemas. The system distinguishes itself through a plugin-based extension architecture and the ability to run multiple independent administrative instances within a single installation. It provides specialized tools for mapping external APIs to forms and tables, as well as an event-driven form lifecycle for executing custom logic du
Provides a framework to programmatically generate administrative interfaces and dashboards from data models.
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
Provides a framework that programmatically generates full administrative interfaces and dashboards from Laravel data models.
fastapi-admin is a web-based administrative interface that automatically generates CRUD control panels from FastAPI application models and database schemas. It serves as a model-driven dashboard generator that constructs administrative forms and data tables by inspecting database model metadata and field constraints at runtime. The project integrates with asynchronous object-relational mapping to provide a TortoiseORM admin interface, enabling the management of relational database content through a structured dashboard. The resulting interface utilizes a responsive design system for a consist
Provides a framework that programmatically generates administrative interfaces and dashboards directly from FastAPI data models.