Orbit Branding
← All plugins
Sample panel plugin that sets a favicon and injects a boot-time render hook.
- Installs—
- Stars1
- Author
- Almasix
- Orbit versions
- 0.4
- Package
- Distributed by the author
- License
- MIT
- Python
- >=3.11
- Listed
- September 20, 2026
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:
registersets a favicon on the panel when one is not already configured.bootinjects 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.

This plugin is maintained by the Orbit team.
How to install and wire a plugin: Using a plugin. Report security issues on theadvisory form.