5 dépôts
Deployment strategies for hosting the administrative interface as a standalone static application.
Distinct from Self-Hosted Deployment Infrastructure: Focuses on the static build and external hosting of the admin UI specifically.
Explore 5 awesome GitHub repositories matching devops & infrastructure · Static Admin UI Deployment. Refine with filters or upvote what's useful.
EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru
Provides a WYSIWYG admin interface for creating and editing database-backed content.
Vendure is a Node.js e-commerce engine and headless commerce framework built with NestJS and TypeScript. It serves as a multi-channel commerce platform that manages product catalogs, orders, and customers via a strongly typed GraphQL API. The platform is distinguished by its highly extensible architecture, featuring a customizable administrative dashboard where developers can inject custom React components and entity views. It supports multi-channel commerce, allowing the isolation of products, currencies, and regional catalogs from a single unified backend. The engine covers a broad range o
Builds the management interface as a static application for hosting on external services like Vercel.
KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores events as immutable, ordered records in streams, preserving a complete audit trail and enabling temporal queries. The database uses gRPC for all client-server and inter-node communication, providing efficient binary serialization and bidirectional streaming, and supports atomic multi-stream writes that ensure consistency across multiple streams in a single transaction. The database distinguishes itself with a built-in JavaScript projection engine that transforms, filters, and aggregates
EventStoreDB administers the database, including stream management and configuration, through a graphical user interface.
Flask-AppBuilder est un framework d'application rapide construit sur Flask qui automatise la création d'interfaces d'administration et d'applications pilotées par base de données. Il fonctionne comme un générateur CRUD automatique et une interface d'administration de base de données SQL, permettant la génération d'interfaces utilisateur et d'API REST directement à partir de modèles de données. Le framework inclut un système de sécurité pour gérer les identités des utilisateurs et les rôles d'accès via un contrôle d'accès basé sur les rôles (RBAC). Il prend en charge l'authentification via des bases de données internes ou des fournisseurs externes tels que LDAP, OAuth et OpenID. La plateforme couvre des capacités plus larges, notamment la connectivité de base de données multi-dialectes, le suivi d'audit des modèles et l'internationalisation du contenu de l'interface utilisateur. Elle fournit également des outils pour la visualisation de données via des graphiques, la gestion des téléchargements de fichiers et la génération de menus dynamiques basés sur les permissions des utilisateurs.
Ships a web-based graphical interface for administering database instances across multiple SQL dialects.
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 built-in graphical administrative dashboard for managing database records and system configuration without writing queries.