AI Native WorkshopGo from AI experimentation to AI-native execution across your organization.
← Articles/No. 585 · Platform Engineering

8 Backstage Alternatives for Developer Portals (And How to Pick One in 2026)

A practical 2026 comparison of the best Backstage alternatives - Port, Cortex, OpsLevel, Roadie, Spotify Portal, Atlassian Compass, Humanitec, Encore.dev, and Qovery - with the two buying questions that decide it: who maintains the plugins, and does the tool actually deploy anything?

Romaric Philogene
CEO & Co-founder
AUG 26, 2026 · 12 MIN
8 Backstage Alternatives for Developer Portals (And How to Pick One in 2026)

Key Points:

  • The best Backstage alternatives in 2026 fall into three categories: managed developer portals (Port, Cortex, OpsLevel, Atlassian Compass), hosted Backstage distributions (Roadie, Spotify Portal for Backstage), and orchestration platforms with a built-in service catalog (Qovery, Humanitec, Encore.dev).
  • Backstage is a UI framework, not a finished portal. It ships a software catalog, TechDocs, scaffolder templates, and a plugin architecture, and no orchestration layer, so you still build or buy the part that provisions infrastructure and deploys applications.
  • If your pain is visibility - who owns this service, is it production-ready, does it meet our standards - pick a managed portal (Port, Cortex, OpsLevel, Compass) and skip framework maintenance entirely.
  • If your pain is that developers open a ticket to get an environment or a database, pick an orchestration platform. Qovery deploys into your own AWS, GCP, Azure, or Scaleway account, or your existing Kubernetes cluster, gives developers preview environments per pull request, and exposes a blueprint-based service catalog. Qovery can also sit underneath Backstage or Port instead of replacing them.
  • The decision is build vs buy on ongoing maintenance, not licence price. Self-hosted Backstage means owning TypeScript/React plugin work, breaking upgrades, and catalog hygiene for as long as you run it. Teams without at least a couple of dedicated platform engineers should not self-host it.

Qovery · Agentic Infrastructure Platform
A control plane for platform teams and their coding agents
Learn more

Backstage is a framework, not a portal, and that gap is the whole reason this list exists. Spotify open-sourced Backstage and donated it to the CNCF, where it is an Incubating project used by roughly 290 organizations (Backstage ADOPTERS.md). It gives you a UI, a software catalog, TechDocs, and a plugin system. It does not deploy anything. So in 2026, "what should we use instead of Backstage" is really two separate questions: who maintains the plugins a year from now, and does the tool actually run your workloads.

What are the top Backstage alternatives for developer portals in 2026?

The top Backstage alternatives in 2026 split into three categories: managed developer portals, hosted Backstage distributions, and orchestration platforms with a service catalog. Port offers a flexible data model and low-code blueprints. Cortex focuses on engineering scorecards and initiatives. OpsLevel focuses on service maturity and ownership. Atlassian Compass is a Jira and Bitbucket-native catalog. Roadie is managed Backstage with SaaS plugin management. Spotify Portal for Backstage is vendor-run Backstage from its original authors, generally available since October 2025. Qovery is an orchestration platform that deploys into your own cloud account or existing Kubernetes cluster and exposes a blueprint catalog. Humanitec is a platform orchestrator built around Score workload specs. Encore.dev is a backend framework that provisions infrastructure from code.

ToolCategoryBest for
PortManaged portalFlexible data model, low-code blueprints
CortexManaged portalEngineering scorecards and initiatives
OpsLevelManaged portalService maturity and ownership
Atlassian CompassManaged portalTeams already living in Jira and Bitbucket
RoadieHosted BackstageBackstage without running the ops yourself
Spotify Portal for BackstageHosted BackstageVendor-run Backstage from its authors
QoveryOrchestration + catalogSelf-service deploys in your own cloud
HumanitecOrchestration + catalogPlatform orchestration with Score specs
Encore.devOrchestration + catalogBackend framework, infrastructure from code

I run Qovery, so I will be direct: Qovery is an orchestration platform with portal capabilities, not a pure developer portal. Half the tools here solve a visibility problem and the other half solve an execution problem, and buying the wrong half is the most common mistake I see.

Why do teams look for a Backstage alternative in the first place?

Teams look for a Backstage alternative because Backstage is a framework, not a product: it hands you a UI, a catalog, and a plugin system, and leaves orchestration, plugin maintenance, and version upgrades to your platform team. That makes adopting Backstage a hiring decision disguised as a tooling decision. What it does not ship is exactly the part developers wait on: deployment, environment provisioning, database lifecycle, rollbacks, cost controls, and guardrails.

The cost shows up in four places you do not see in a demo: TypeScript and React plugin development, breaking version upgrades, catalog data hygiene, and auth plus RBAC plumbing. Scaffolder templates create a repo and fire a pipeline, then stop owning the lifecycle of whatever they created. That gap is why "we shipped the portal but adoption stalled" is the outcome I hear most often from CTOs.

This is not a Backstage quality problem. Backstage is a mature project with a real community, and the honest critique is total cost of ownership. Gartner predicted 80% of large software engineering organizations would establish platform engineering teams by 2026, up from 45% in 2022, and those teams exist to give time back to developers. That time is scarce: Atlassian's 2024 research found 69% of developers lose eight or more hours a week to inefficiencies. A portal you maintain full-time works against that math.

What are the three categories of Backstage alternatives, and which one do you actually need?

Picking the right category matters more than picking the right vendor, and one diagnostic question per category tells you which one you are in.

  1. Managed portal. Ask: "Can anyone tell me who owns this service and whether it is production-ready?" If that is the pain, shortlist Port, Cortex, OpsLevel, and Atlassian Compass.
  2. Hosted Backstage. Ask: "Are we already invested in Backstage plugins and only want out of the ops?" If yes, shortlist Roadie and Spotify Portal for Backstage.
  3. Orchestration plus catalog. Ask: "Do developers open a ticket to get an environment, a database, or a preview URL?" If yes, shortlist Qovery, Humanitec, and Encore.dev.

These categories stack rather than compete. A portal gives you visibility on top; an orchestrator does the execution underneath. Plenty of mature platform teams run both by design. Qovery is built to sit in that second slot: through its public API and Terraform provider, Qovery can run under Backstage or Port as the orchestration layer instead of replacing the UI you already built.

Your symptomCategory you needExample tools
Nobody knows who owns this serviceManaged portalPort, Cortex, OpsLevel, Compass
The catalog is stale and nobody trusts itManaged portalCortex, OpsLevel, Port
We have no scorecards or production standardsManaged portalCortex, OpsLevel
We love our Backstage plugins but hate the opsHosted BackstageRoadie, Spotify Portal
Developers wait days for an environment or databaseOrchestration + catalogQovery, Humanitec, Encore.dev
We want infrastructure defined in codeOrchestration + catalogQovery, Humanitec, Encore.dev

How do the main Backstage alternatives compare on catalog, deployment, and maintenance?

Managed portals win on catalog and scorecards, orchestration platforms win on actually deploying workloads, and only a few tools do both, so the tie-breaker is which gap is costing you money this quarter. The column most listicles skip is who maintains the plugins and integrations twelve months in, which is exactly what buyers regret ignoring.

ToolCategoryDeploys and manages infra?Catalog / scorecardsPlugin / integration upkeepHostingPricingBest for
BackstageFrameworkNo, integrations onlyCatalog, TechDocs, templatesYour teamSelf-hosted (OSS)Free (OSS)Full control, big platform teams
PortManaged portalNoCatalog + scorecardsVendorSaaSPublicFlexible data model
CortexManaged portalNoCatalog + scorecardsVendorSaaSOn requestScorecards and initiatives
OpsLevelManaged portalNoCatalog + maturityVendorSaaSOn requestService ownership
Atlassian CompassManaged portalNoCatalog + scorecardsVendorSaaSFree tier + paidJira and Bitbucket shops
RoadieHosted BackstageNoBackstage catalogVendor (Backstage plugins)SaaSPublic / customManaged Backstage
Spotify PortalHosted BackstageNoBackstage catalogVendor (Spotify)SaaSOn requestBackstage from its authors
QoveryOrchestration + catalogYesBlueprint catalogVendorBYOC in your cloudFree plan + paidSelf-service deploys
HumanitecOrchestration + catalogYes, orchestratorScore-based catalogVendor + Score (OSS)SaaS + your cloudOn requestPlatform orchestration
Encore.devOrchestration + catalogYes, from codeService catalogVendor + OSSYour AWS/GCP or Encore CloudOSS + paidInfrastructure from code

Read that "deploys infrastructure" column carefully. Backstage, Roadie, Spotify Portal, Port, Cortex, OpsLevel, and Compass do not run your workloads; they trigger actions through integrations that call something else. Qovery, Humanitec, and Encore.dev actually stand up and manage the runtime. If your bottleneck is provisioning, a beautiful catalog that renders a button which calls a pipeline you still have to build will not fix it.

Ship faster on infrastructure you control.
Qovery gives your team self-service deployments and preview environments on your own AWS, GCP, Azure, or Scaleway account - or your existing Kubernetes cluster. Start deploying in under 10 minutes.

What does self-hosted Backstage actually cost to run compared with a managed alternative?

Self-hosted Backstage is free to download and expensive to operate, because the real cost is engineering time on plugins, upgrades, and catalog accuracy, while managed portals convert that time into a per-developer subscription. The honest unit is engineering-months, not a licence line, so I will not invent a dollar total.

Total cost of ownership for self-hosted Backstage breaks into four buckets: the initial build, ongoing plugin development, version upgrade maintenance, and catalog data accuracy. Hosted Backstage (Roadie, Spotify Portal) removes the hosting and upgrade ops but keeps the plugin model. Managed portals (Port, Cortex, OpsLevel, Compass) remove both and bill per seat instead.

There is a financial reason the orchestration category is different. With Qovery, workloads run in your own cloud account, so committed-spend discounts stay in your name: AWS Savings Plans (up to 72% off on-demand), Google Cloud committed use discounts, and Azure reservations (up to 72%) all apply to spend in your account, not a vendor's. A hosted runtime cannot pass those through the same way.

The fair counterpoint: at very large scale, with an existing platform team you are already paying for, self-hosted Backstage can be cheaper than per-seat SaaS across thousands of developers. The break-even depends entirely on whether you already employ the engineers to own the framework.

OptionWhat you pay forWho maintains itWhere the workload runsCheaper when
Self-hosted BackstageEngineering timeYour platform teamYour existing infra (unchanged)Thousands of devs, existing platform team
Hosted BackstageSubscription + plugin workVendor hosts, you build pluginsYour existing infra (unchanged)You want Backstage without the ops
Managed portalPer-seat subscriptionVendorYour existing infra (unchanged)Visibility is the main gap
Orchestration in your cloudSubscription + your cloud billVendor (control plane)Your own cloud accountProvisioning tickets are the bottleneck

What should you evaluate before you commit? The five questions that decide it

Five questions decide which Backstage alternative fits, and you can answer all five before you book a single demo.

  1. Who maintains the plugins and version upgrades twelve months from now, your team or the vendor? Self-hosted Backstage puts that on your team forever.
  2. Does it actually deploy anything, or does it render a button that calls something you still have to build? Only orchestration platforms own the runtime.
  3. Where does the workload run, your own cloud account (BYOC, so committed-spend discounts stay yours) or the vendor's? That is a cost and sovereignty question.
  4. Can developers self-serve day-2 work - environments, databases, rollbacks, preview environments - or only day-0 scaffolding? Scaffolding a repo is the easy 10%.
  5. Does the catalog stay accurate automatically from your cloud and Git metadata, or does it depend on humans updating YAML? A catalog nobody trusts is worse than none.

One measurement trap sinks a lot of rollouts: judging portal success by the number of catalog entries instead of developer lead time saved. A full catalog is easy to fake and easy to let rot. DORA's lead time for change, the time from a change being committed to running in production, is the honest metric, because it only moves if the tool actually removed friction.

Where does Qovery fit among Backstage alternatives?

Qovery is not a pure developer portal. Qovery is an orchestration platform with portal capabilities through its blueprint-based service catalog, and it is the right pick when the missing piece is execution rather than visibility.

The capabilities I will stand behind, each documented: git-push deployments, preview environments per pull request, environment auto-stop for non-production, managed Kubernetes cluster upgrades, per-environment RBAC, and databases backed by managed cloud services such as an RDS instance on AWS. Qovery's blueprints are pre-approved templates developers pick from, so the platform team defines the golden path once and everyone else self-serves inside it.

Qovery runs in your own AWS, GCP, Azure, or Scaleway account, or your existing Kubernetes cluster - self-managed, on-prem, any distribution. The cloud bill, and any committed-use discounts on it, stay in your name. And if you already invested in a Backstage or Port UI, you do not have to throw it away: Qovery's public API and Terraform provider let Qovery own orchestration behind the scaffolder actions while the portal stays the front door.

Qovery is the wrong answer when your need is deep engineering scorecards, incident and ownership metadata, or cataloguing hundreds of non-deployable assets. For that, a dedicated portal like Port, Cortex, or OpsLevel is the better fit, and I would rather you buy the right tool than the one with my logo on it.

What does a realistic 30-day evaluation or migration path look like?

Pilot one golden path with one team inside 30 days, and decide on measured lead time to first deploy rather than demo impressions. A four-week sequence keeps you honest.

  • Week 1: Write down the top three developer requests that generate tickets today, with their current turnaround time. That list, not a feature matrix, is your requirement.
  • Week 2: Pick the category that removes those tickets and shortlist exactly two tools inside it. Two, not six.
  • Week 3: Pilot one golden path end to end with one real team: a service created, an environment provisioned, deployed, and torn down.
  • Week 4: Measure lead time to first deploy and tickets avoided, compare against your Week 1 baseline and DORA benchmarks, then decide.

If you already run Backstage, do not rip it out. Test adding an orchestration layer behind the scaffolder actions first, then reassess. The two failure modes to avoid are rolling out to the whole org before one golden path works, and buying a portal to fix what is actually a provisioning problem.

Frequently asked questions
What are the best Backstage alternatives in 2026?

The best Backstage alternatives in 2026 fall into three categories: managed portals (Port, Cortex, OpsLevel, Atlassian Compass), hosted Backstage distributions (Roadie, Spotify Portal for Backstage), and orchestration platforms with a service catalog (Qovery, Humanitec, Encore.dev). Pick a managed portal when the gap is visibility, hosted Backstage when you want Backstage without the ops, and an orchestration platform when developers wait on environments and databases.

Is Backstage free, and what does it actually cost to run?

Backstage is free and open source under the Apache 2.0 licence, so there is no licence fee. The real cost of Backstage is engineering time: building and maintaining TypeScript and React plugins, surviving breaking upgrades, and keeping catalog data accurate. Teams without at least a couple of dedicated platform engineers usually find self-hosted Backstage more expensive than a managed portal once that time is counted.

What is the best Backstage alternative for a small platform team?

For a small platform team, a managed portal (Port, Cortex, OpsLevel, or Atlassian Compass) or a managed orchestration platform (Qovery) is usually the best Backstage alternative, because the vendor maintains the plugins and upgrades instead of your team. Self-hosted Backstage assumes you have engineers to own the framework long term. A small team gets more value buying the maintenance than owning it.

Is Port better than Backstage?

Port and Backstage solve overlapping problems differently: Port is a managed, low-code developer portal where the vendor maintains the platform, while Backstage is an open-source framework your team hosts and extends. Port is usually better when you want a working catalog and scorecards fast without owning plugin code; Backstage is better when you want deep customization and have the engineers to maintain it. Neither Port nor Backstage deploys your workloads on its own.

What is the difference between a developer portal and an internal developer platform?

A developer portal is the user-facing layer: a catalog, docs, and self-service actions that show developers what exists and let them request things. An internal developer platform is the execution layer underneath that actually provisions infrastructure and runs deployments. Backstage and Port are portals; Qovery and Humanitec sit in the orchestration layer. Mature teams often run both, a portal for visibility and an orchestrator for execution.

Can Qovery replace Backstage, or does it work alongside it?

Qovery can do both. Qovery replaces Backstage for teams whose main gap is execution rather than visibility, because Qovery deploys into your own AWS, GCP, Azure, or Scaleway account (or your existing Kubernetes cluster) and exposes a blueprint-based service catalog. Qovery can also sit underneath Backstage or Port through its public API and Terraform provider, so you keep the portal UI you already built and let Qovery own the provisioning behind it.

Do I need both a developer portal and a platform orchestrator?

Not always. If your only pain is visibility, and nobody can say who owns a service, a developer portal alone solves it. If your pain is that developers wait on environments and databases, a platform orchestrator like Qovery solves that without a separate portal. Larger organizations often run both by design: a portal on top for discovery, an orchestrator underneath for execution.

Romaric Philogene
About the author
Romaric Philogene

Romaric founded Qovery to make Kubernetes accessible to every engineering team. He writes about platform strategy, developer experience, and the future of cloud infrastructure.

Next step

Ship faster on infrastructure you control.

Qovery gives your team self-service deployments and preview environments on your own AWS, GCP, Azure, or Scaleway account - or your existing Kubernetes cluster. Start deploying in under 10 minutes.