Files
backstage/plugins
Adam Kunicki 03fc07adb7 refactor(home): restructure extension architecture to match catalog pattern
Reorganize the home plugin's new frontend system extensions to follow
the same pattern as the catalog plugin's EntityContentLayoutBlueprint.
Key changes:
- Widgets now attach directly to page:home instead of through an
  intermediate HomepageBlueprint extension
- Add HomePageLayoutBlueprint in home-react for custom layout creation,
  with a built-in default layout as fallback
- Remove compatWrapper from HomepageWidgetBlueprint (consumer
  responsibility, reduced need with NFS support in old system)
- Remove HomepageCompositionRoot usage (old system artifact)
- Delete HomepageBlueprint (replaced by HomePageLayoutBlueprint)
- Update app-next example and dev harness to use new pattern
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
2026-02-08 19:40:24 -08:00
..
2026-01-27 15:51:11 +00:00
2026-01-27 15:51:11 +00:00
2026-02-03 14:24:29 +00:00
2026-02-06 08:08:54 +05:30
2026-01-27 15:51:11 +00:00
2026-01-27 15:51:11 +00:00
2026-02-05 11:15:57 +01:00
2026-01-27 15:51:11 +00:00
2026-01-27 15:51:11 +00:00
2026-01-27 15:51:11 +00:00
2026-01-27 15:51:11 +00:00
2026-01-27 15:51:11 +00:00
2026-02-03 14:24:29 +00:00
2026-02-03 14:24:29 +00:00
2026-02-06 14:23:30 +00:00
2025-11-18 12:23:09 +00:00
2026-02-03 14:24:29 +00:00
2026-02-03 14:24:29 +00:00
2026-01-27 15:51:11 +00:00
2026-01-27 15:51:11 +00:00
2026-02-03 14:24:29 +00:00
2026-02-03 14:24:29 +00:00
2026-02-03 14:24:29 +00:00
2026-01-27 15:51:11 +00:00
2026-01-27 15:51:11 +00:00
2026-01-27 15:51:11 +00:00
2026-02-03 14:24:29 +00:00
2025-06-17 12:45:56 +00:00
2026-02-03 14:24:29 +00:00
2026-02-03 20:20:54 +01:00

Plugins

Backstage is a single-page application composed of a set of plugins. This folder holds numerous plugins that are managed by this repository. However, most plugins are in the community plugins repo - hop over there if you want to contribute!

For more information about the plugin ecosystem, see the documentation here:

https://backstage.io/docs/plugins/

You can also see the Plugin Marketplace for other open source plugins you can add to your Backstage instance.

Suggesting a plugin

If you start developing a plugin that you aim to release as open source, we suggest that you create a new Issue on the community plugins repo. This helps the community know what plugins are in development.

You can also use this process if you have an idea for a good plugin but you hope that someone else will pick up the work.