Skip to content

Orbit Branding

← All plugins

Sample panel plugin that sets a favicon and injects a boot-time render hook.

DocumentationHomepage
  • Installs
  • Stars1
Author
Almasix
Orbit versions
0.4
Package
Distributed by the author
License
MIT
Python
>=3.11
Listed
September 20, 2026
  • branding
  • sample
  • render-hooks

What it does

BrandingPlugin is the official sample of an Orbit Plugin subclass. It lives in the orbit-admin example app and shows the register / boot split:

  • register sets a favicon on the panel when one is not already configured.
  • boot injects an HTML comment after panel styles through a scoped render hook.

Copy it when you start a published plugin of your own. It is not a PyPI package — clone the Orbit repository and import it from examples/orbit-admin.

Wire it up

from app.orbit.app.plugins import BrandingPlugin

panel.plugin(BrandingPlugin())

Full walkthrough: Plugin development.

Orbit admin panel branded by the sample BrandingPlugin

This plugin is maintained by the Orbit team.

How to install and wire a plugin: Using a plugin. Report security issues on theadvisory form.