2 个仓库
Frameworks specifically for generating administrative interfaces and backend management screens.
Distinct from Node.js Server Frameworks: Distinct from general server frameworks by focusing specifically on the automated generation of admin panels.
Explore 2 awesome GitHub repositories matching web development · Admin Panel Frameworks. Refine with filters or upvote what's useful.
Admin-bro 是一个 Node.js 管理面板框架,可自动将数据库模式转换为功能齐全的内容管理系统和后端仪表板。它提供了一个可视化界面,用于对各种受支持数据源中的记录执行创建、读取、更新和删除(CRUD)操作。 该框架使用模型驱动的 UI 生成将数据库元数据映射到表单组件,并采用基于适配器的抽象层将管理操作转换为特定的数据库查询。它支持通过链接到特定资源记录的基于动作的触发器来执行自定义业务逻辑和操作工作流。 该系统包括通过管理仪表板和商业智能报告进行数据可视化的功能。它还提供了用于基于模式的输入验证、使用装饰器扩展资源元数据的工具,以及用于添加自定义界面组件的插件架构。
Ships a web-based administrative framework that automatically generates management screens from database models in Node.js.
bknd is a self-hosted backend-as-a-service platform and serverless backend framework that provides an integrated environment for managing databases, authentication, and file storage. It functions as a headless CMS and a portable API engine designed to run across various JavaScript runtimes, including Node.js, Bun, Cloudflare Workers, and AWS Lambda. The project distinguishes itself through a combination of schema-driven API generation and a built-in database management UI. It enables the definition of data structures either programmatically via a type-safe API or visually through an administr
Ships a framework for serving a backend API and a corresponding administrative management interface.