Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Red Hat Developer Hub simplifies Backstage plug-in management

January 17, 2025
Ben Wilcock
Related topics:
Developer productivityDeveloper toolsDevOps
Related products:
Red Hat Developer HubRed Hat Plug-ins for Backstage

    Users of Red Hat Developer Hub can now enjoy a new era of flexibility and customization thanks to dynamic plug-ins, a flexible enhancement to the traditional static plug-in mechanism historically used by the Backstage internal developer portal (IDP). This blog explores the advantages of this groundbreaking approach and how it empowers platform engineers and operators building IDPs to integrate plug-ins and add new features to Red Hat Developer Hub with greater ease.

    Challenges of the Backstage "static" plug-in model

    Traditionally, Backstage employed a static (code-based) plug-in system, where integrating new plug-ins and features involved modifying the core codebase of Backstage and then re-compiling, re-packaging and re-releasing the entire application stack. This process could be time-consuming and suffered from several drawbacks:

    • Increased complexity: Installing a plug-in meant changing the Backstage codebase—introducing all the complexities and QA challenges of a full software development lifecycle into your portal administration workflow.
    • Dependency headaches: Each additional plug-in integration could trigger dependency conflicts, sometimes necessitating complex debugging and troubleshooting.
    • Adoption and usefulness challenges: Because plug-ins are critical to delivering a productive user experience, the slower integration approach taken by static plug-ins often hindered the initial usefulness—and therefore adoption rates—of your internal developer portal.
    • Time to production: Because recompiling and validating your Backstage changes takes time and requires careful testing, even simple changes like version upgrades could take days or even weeks before reaching production. Rollbacks, removals, and upgrades were also more challenging.

    The advantages of dynamic plug-ins in Developer Hub

    The "dynamic" plug-in approach taken by Red Hat Developer Hub addresses these challenges head-on by employing a “configuration over code” approach. This allows the loading of plug-ins dynamically at runtime and negates the need for complex code recompilation or container rebuilds. This revolutionary approach offers numerous benefits:

    • Immutable by design: By following the principles of immutable container based application design and using externalized configuration we can more closely align with the Twelve-Factor App methodology. This reduces the risk of configuration drift, simplifies support, and increases security.
    • Enhanced flexibility and customization: Administrators and platform engineers can add or modify features without altering the Red Hat Developer Hub application, further tailoring the developer experience quickly and seamlessly by adding new features, workflows, and use cases on demand.
    • Simplified plug-in management: Installing a plug-in becomes as simple as adding an entry to a configuration file and redeploying or restarting the Red Hat Developer Hub container. No more complex build processes or code modifications! (See the Red Hat Developer Hub documentation for some examples.)
    • Improved scalability and maintenance: Dynamic plug-ins promote modularity, enabling independent updates and reducing the maintenance overhead.
    • Faster iteration and experimentation: Platform engineers and operators can rapidly evaluate and test new features, bringing the latest features and integrations to developers faster.
    • Open source collaboration: All these Red Hat Developer Hub enhancements are being contributed to the upstream Backstage community, so that all users of Backstage can eventually benefit from the same convenience and simplicity.

    Comparing static and dynamic plug-ins

    The following table summarizes the key differences between static and dynamic plug-ins in Red Hat Developer Hub, also described above.

    A table comparing traditional "static" plugins from Backstage with Dynamic plugins in RHDH
    Table comparing traditional "static" plugins from Backstage with Dynamic plugins in RHDH
    Created by ben wilcock, License under Apache 2.0.

    Unlocking IDP innovation with dynamic plug-ins

    Dynamic plug-ins in Red Hat Developer Hub represent a paradigm shift in IDP plugin management. This approach simplifies plug-in installation, streamlines development workflows, and empowers platform engineers and operators to effortlessly extend Red Hat Developer Hub's capabilities. By embracing dynamic plug-ins, users can shape their development environment according to their unique needs more easily and at lower cost.

    Dynamic plug-ins also allow Red Hat Developer Hub to innovate more quickly and bring developers new and unique experiences. We have some exciting plans for the year ahead, all made possible by dynamic plug-ins. 

    While further driving this innovation forward, Red Hat has been contributing its foundations to the upstream Backstage project and is still actively seeking community support. We have made two proposals (RFC #18390 and BEP #22423) that are intended to integrate this dynamic plug-in mechanism into Backstage. The first one, for backend plug-ins, has already been accepted upstream, and its implementation has already been merged. The second one has matured, moved forward and finally led to an implementation waiting for review in upstream Backstage (backstage/backstage#28076). Having all these contributions upstream will democratize the benefits of dynamic plug-ins, making Backstage even more powerful and user-friendly for the entire community. We’d welcome any folks interested in these innovations to get involved and show your support.

    Curious about using dynamic plug-ins in your Developer Hub portal? 

    Red Hat provides back-end and front-end templates in our Backstage template library and documentation outlining the process of creating dynamic plug-ins, guiding developers through the necessary steps. These valuable resources help you get started with plug-in development or convert your existing static plug-ins to dynamic plug-ins. We encourage plug-in developers to explore this new development style to unlock the full potential of dynamic plug-ins in your IDP.

    New to Red Hat Developer Hub or keen to try it for yourself? 

    Red Hat Developer Hub is an enterprise-focused distribution of Backstage. Find out how to get started with Red Hat Developer Hub in minutes with this handy blog and video by Evan Shortiss.

    Last updated: January 30, 2025
    Disclaimer: Please note the content in this blog post has not been thoroughly reviewed by the Red Hat Developer editorial team. Any opinions expressed in this post are the author's own and do not necessarily reflect the policies or positions of Red Hat.

    Related Posts

  • Unveiling Backstage: A developer's guide to the CNCF project

  • Red Hat Developer Hub: The fastest path to Backstage on Kubernetes

  • Backstage authentication and catalog providers: A practical guide

  • Achieve more with less using Red Hat Developer Hub's self-service features

  • Announcing Ansible plug-ins for Red Hat Developer Hub

  • How to template AI software in Red Hat Developer Hub

  • Recent Posts

    • Every layer counts: Defense in depth for AI agents with Red Hat AI

    • Fun in the RUN instruction: Why container builds with distroless images can surprise you

    • Trusted software factory: Building trust in the agentic AI era

    • Build a zero trust AI pipeline with OpenShift and RHEL CVMs

    • Red Hat Hardened Images: Top 5 benefits for software developers

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.