Finding Plugins
In-portal Marketplace (recommended)
The fastest way to find and enable plugins is the Marketplace built into DevPortal. Navigate to Marketplace in the sidebar to browse available plugins, see which are enabled or disabled, and enable them with one click — no YAML editing required.
The Marketplace shows:
- All bundled plugins (preloaded in the image, ready to enable)
- OCI-published plugins available for download at startup
See Bundled Plugins for a complete list of what ships with DevPortal.
Online catalogs
For plugins beyond the bundled set:
-
VeeCode Backstage Plugins: VeeCode-curated list of maintained and third-party plugins, with OCI references for DevPortal.
-
Backstage Plugin Registry: The official Backstage plugin registry. Most entries assume a static Backstage custom build; for DevPortal use, you need a dynamic plugin version (OCI or npm).
-
Roadie Backstage Plugins: Roadie-curated list. The self-hosted path requires static linking unless a dynamic-compatible version is available.
The Backstage plugin ecosystem does not yet have a universal standard for publishing dynamic plugins. VeeCode publishes dynamic-ready OCI artifacts for a growing set of community plugins. Check the Marketplace first before sourcing from external registries.
Checking what is already bundled
Review dynamic-plugins.default.yaml in the DevPortal distro for the definitive list of bundled plugins and their package names. All entries with preInstalled: true are always active; entries with disabled: true are available but need enabling.