📄️ Overview
This page covers the core concepts behind GXP plugin development — the Developer Hub, plugin types, version lifecycle, dependency model, settings, and configuration flags. If you're ready to follow a hands-on walkthrough, jump to the Tutorials.
📄️ Creating a Plugin
Plugins are the building blocks of the GXP platform. This page covers the quick steps to create a plugin template in the Developer Hub.
📄️ 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.