📄️ Creating a Plugin
Plugins are the building blocks of the GXP platform. This guide covers creating a plugin through the dashboard, understanding the version lifecycle, and configuring plugin settings.
📄️ Git Repos & Build Pipelines
GXP includes a self-hosted Git server (Gitea) with integrated CI/CD. When you create a plugin page, a Git repository is automatically created, giving you source control and automated builds out of the box.
📄️ DevKit Basics
The GxP DevKit is a toolkit for building plugins locally. It provides a CLI, development server, platform state simulation, and browser extensions for debugging.