6 Repos
Generates full CRUD backend code and frontend views by parsing database table structures through a visual interface.
Distinct from Data Table Generators: Distinct from Data Table Generators: generates both backend and frontend code from database schemas, not just table UI components.
Explore 6 awesome GitHub repositories matching user interface & experience · Schema-Driven Code Generators. Refine with filters or upvote what's useful.
go-admin is a full-stack admin scaffolding system that generates a complete backend management interface with built-in user, role, menu, and department management modules. It combines role-based access control enforcement, JWT token authentication, multi-tenant database isolation, and scheduled task scheduling into a single framework, with a Vue-based frontend rendered through reusable components. The project distinguishes itself by integrating a Casbin RBAC engine for granular permission management across menus, buttons, and API endpoints, alongside automatic API documentation generation fro
Generates full CRUD backend code and frontend views from database table structures through a visual interface.
CRMEB is a comprehensive e-commerce platform built on ThinkPHP 6, designed as a headless system that delivers standardized APIs to various frontend clients. It provides a unified backend to synchronize product catalogs, orders, and customer data across web browsers, mobile applications, and mini-programs. The platform supports diverse commerce models, including multi-vendor marketplaces where independent merchants manage their own stores, centralized chain store networks, and social commerce frameworks featuring affiliate distribution and community group buying. It also integrates specialized
Automatically generates backend forms, list views, and routes by parsing database table structures.
Jeesite is a full-stack low-code development framework designed for building enterprise administrative portals using Spring Boot, MyBatis, and Vue. It functions as a comprehensive platform for creating administrative dashboards with integrated role-based access control and organizational data permission systems. The framework distinguishes itself through a combination of automated CRUD code generation and an integrated RAG platform that connects large language models to enterprise data via vector stores. It further incorporates a BPMN-based workflow engine to automate complex business process
Automatically produces full CRUD backend code and frontend views by parsing database table structures.
Pig is a microservice-based RBAC permission management platform built on Spring Cloud and Spring Boot, with OAuth2 authentication and authorization at its core. It provides a dedicated authorization server that issues access and refresh tokens using authorization code, password, and refresh token grant types, while embedding role and permission checks into each microservice to secure API endpoints. The platform distinguishes itself through a comprehensive set of integrated capabilities, including automatic CRUD code generation from database schemas that produces controller, service, mapper, a
Generates controller, service, mapper, and UI files by introspecting database table metadata at development time.
serverless-express ist ein Node.js-Serverless-Framework-Adapter, der es ermöglicht, Standard-Web-Frameworks auf Serverless-Compute auszuführen. Er nutzt eine Kompatibilitätsschicht, um Cloud-Gateway-Events und Trigger auf Standard-HTTP-Request- und Response-Objekte abzubilden. Das Projekt verfügt über einen Full-Stack-Code-Generator, der API-Endpunkte, Datenbankschemata und Frontend-Boilerplate aus zentralisierten Entity-Relationship-Konfigurationen erstellt. Es enthält einen Serverless-Event-Router zur Übersetzung von Nicht-HTTP-Cloud-Events in simulierte HTTP-Requests sowie ein Tool zur Bereitstellung von NoSQL-Datenbanken und Cloud-Ressourcen mittels deklarativer Infrastructure-as-Code-Templates. Zusätzliche Funktionen decken Cloud-Identity-Integration für tokenbasierte Zugriffskontrolle, automatisierte Deployment-Pipelines zur Verwaltung von Umgebungsstufen und Datenmodellierung für die automatisierte CRUD-API-Generierung ab. Das System bietet zudem Dienstprogramme für Base64-Binärkodierung, strukturiertes Application-Logging und transaktionalen E-Mail-Versand. Die lokale Anwendungsausführung wird für Entwicklung und Tests unterstützt, ohne dass ein Cloud-Deployment erforderlich ist.
Produces API endpoints, database tables, and UI components automatically from a centralized entity relationship configuration.
Dieses Tool ist ein automatisierter Backend-Code-Generator, der administrative Dashboards durch die Inspektion bestehender relationaler Datenbankstrukturen erstellt. Es fungiert als schema-gesteuertes Scaffolding-Dienstprogramm, das Tabellendefinitionen und Fremdschlüssel-Constraints analysiert, um funktionale serverseitige Controller und Benutzeroberflächen für die Datensatzverwaltung zu erzeugen. Das Projekt zeichnet sich durch statisches Source-Code-Ejection aus, das menschenlesbare Dateien ausgibt, die Entwickler manuell modifizieren oder erweitern können. Durch die Analyse von Datenbank-Metadaten werden relationale Daten automatisch auf intuitive Auswahlkomponenten abgebildet und rohe numerische Identifikatoren durch menschenlesbare Labels ersetzt, wodurch sichergestellt wird, dass die generierten administrativen Ansichten über verschiedene Bildschirmgrößen hinweg konsistent und responsiv bleiben. Die generierte Ausgabe enthält die notwendige serverseitige Logik und Dashboard-Layouts, die zur Verwaltung von Datenbankeinträgen erforderlich sind. Da das Tool Standard-Quelldateien anstelle undurchsichtiger Binärdateien erzeugt, ermöglicht es eine vollständige Anpassung der zugrunde liegenden Controller und Ansichten, um spezifische Projektanforderungen zu erfüllen.
Generates full CRUD backend code and frontend views by parsing database table structures.