Phabricator VS backstage

Compare Phabricator vs backstage and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Phabricator backstage
12 125
12,324 26,317
0.0% 2.3%
3.1 10.0
13 days ago about 18 hours ago
PHP TypeScript
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Phabricator

Posts with mentions or reviews of Phabricator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-12.
  • Phabricator VS patchwork - a user suggested alternative
    2 projects | 12 Nov 2023
  • Does this software allow a third party to send Tuta emails from my account without my knowledge?
    1 project | /r/tutanota | 8 Nov 2022
  • The Best Code Review Tools To Make Your Life Easier
    1 project | dev.to | 15 Aug 2022
    Phabricator is a list of open source tools by Phacility that assist you in reviewing code. While you can download and install the suite of code review tools on your server, Phacility also provides a cloud-hosted version of Phabricator.
  • PHP in 2022
    2 projects | /r/programming | 12 Jan 2022
    Phabricator was probably the best example of a large, complex PHP application with a high level of code quality and adherence to modern standards. Unfortunately, the primary developer behind that project has recently moved on to other things.
  • ICYMI: Phabricator is no longer actively maintained
    1 project | /r/devops | 6 Jul 2021
    Phabricator is no longer actively maintained as of June 2021. The company that back this product (Phacility) is winding down operations.
  • Migrating from Phabricator to Azure Devops. Have some questions.
    1 project | /r/azuredevops | 3 Jun 2021
    My company has used Phabricator, which is an alternative to Azure Devops, for about 5 years. A few days ago they announced that the project won't be maintained anymore, so we are looking into alternatives. We have around 50 devs+product folks that use Phabricator at the moment.
  • Phacility Is Winding Down, Phabricator No Longer Actively Maintained
    4 projects | news.ycombinator.com | 29 May 2021
    - They was a lot of humor back then: https://secure.phabricator.com/T10000, https://secure.phabricator.com/T10054#151066, https://secure.phabricator.com/T6389

    For all this, thanks Evan, and others. It was a nice adventure. I will really miss this...

    ... but for me that was expected, the contributions shrinked, the core team went from 3 to 1. External contribution was also more and more difficult and while I understand the reason (reviewing and maintaining is more expensive than doing all yourself), it build a model that only depend on the willingness of one man. Also lack of proper integration with Gitlab/Github (Nuance https://secure.phabricator.com/T12739), sticking to an old, pre React area JS framework called Javelin did make the end inevitable. I did see the contribution decrease overtime(see https://github.com/phacility/phabricator/graphs/contributors). In the last years, Phabricator was just a ghost to me, sadly...

    I hopes that Evan is well, and the end of adventure is not to bitter.

    I think too much depends on Phabricator for it too end like that, and I'm looking forward to @20after4 or others to fork. Maybe it will have a second breath.

    Anyway, so long and thanks for the fish !

  • Is there any "Unified HUB SOlution" in this Microservices era?
    4 projects | /r/devops | 10 Apr 2021
    You also mention Gitlab is close to what you would like - maybe Phabricator is even closer: https://phacility.com/phabricator/
  • Is there an alternative to open project with the next characteristics ?
    2 projects | /r/selfhosted | 8 Apr 2021
    https://phacility.com/phabricator/ i think checks most of those boxes, maybe all.
  • Facebook's PHP framework
    1 project | /r/PHP | 22 Feb 2021
    Take a look at the Aphront library from the Phabricator source tree.

backstage

Posts with mentions or reviews of backstage. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-18.
  • # Enable Developers on SAP BTP with Terraform, GitHub Actions and Backstage
    2 projects | dev.to | 18 Mar 2024
    apiVersion: scaffolder.backstage.io/v1beta3 # https://backstage.io/docs/features/software-catalog/descriptor-format#kind-template kind: Template metadata: name: sample-btpsubaccount-remote-template title: Remote Template for SAP BTP Subaccount Setup description: A remote template that creates a basic SAP BTP Subaccount setup tags: - sap - btp - basic - javascript spec: owner: user:guest type: service
  • APIMatic SDKs in Backstage Developer Portal
    1 project | dev.to | 5 Mar 2024
    Backstage is an open-source platform developed by Spotify for managing the entire lifecycle of developer infrastructure, including services, APIs, documentation, and more. Backstage streamlines the development process through its centralized and customizable platform, offering a unified dashboard that consolidates information on projects, services, and infrastructure. Acting as a service catalog enhances transparency by allowing teams to document and discover internal services easily. Backstage's extensible architecture supports a robust plugin ecosystem, enabling teams to tailor the platform to their specific workflows and preferences. The platform promotes collaboration, accelerates onboarding through standardized documentation, and integrates seamlessly with various DevOps tools.
  • The 2024 Web Hosting Report
    37 projects | dev.to | 20 Feb 2024
    It’s also well understood that having a k8s cluster is not enough to make developers able to host their services - you need a devops team to work with them, using tools like delivery pipelines, Helm, kustomize, infra as code, service mesh, ingress, secrets management, key management - the list goes on! Developer Portals like Backstage, Port and Cortex have started to emerge to help manage some of this complexity.
  • Ask HN: How do you organize software documentation at work?
    4 projects | news.ycombinator.com | 14 Feb 2024
    We use Confluence and markdown files in GitHub. I think we are moving a lot of our docs to Backstage [0] soon.

    One process that ends up being really valuable for documentation purposes is our "Architecture Review Documents". This is a standard document that team leads fill out before starting work on a new Saga/Epic/Feature/whatever. It includes the scope and business value of a new feature or large block of work, high level technical architecture of implementation, the impact on existing database schemas and service APIs, etc. This document is presented in a meeting with technical leadership in our organization who deep dive on the topic and explore potential pitfalls in the plan.

    The document and recording of that meeting live on forever, and this information is very useful when getting acquainted with a certain part of our product/codebase. You are able to read and hear clearly the intention of a certain service or module, and you can identify several relevant points of contact to ask questions to.

    [0] https://backstage.io/

  • Tools used by the top 1% of Platform Engineers and their Commercial Open Source Alternatives
    3 projects | dev.to | 12 Jan 2024
    Check the Backstage repo on GitHub
  • 10 open source tools that platform, SRE and DevOps engineers should consider in 2024.
    5 projects | dev.to | 4 Jan 2024
    Backstage - An open platform for building developer portals. [Internal Developer Portal]
  • Backstage: An open platform for building developer portals
    1 project | news.ycombinator.com | 24 Dec 2023
  • Champion Building - How to successfully adopt a developer tool
    3 projects | dev.to | 11 Dec 2023
    So you've just bought a new platform tool? Maybe it's Hashicorp Vault? Snyk? Backstage? You’re excited about all of the developer experience, security and other benefits you're about to unleash on your company—right? But wait…
  • Terraform Self-Service platform / Internal Developer Platform solutions
    2 projects | /r/devops | 28 Nov 2023
  • Developer productivity for fun and profit - Part 2
    1 project | dev.to | 14 Oct 2023
    The idea is to have a central point where people can find standards, documentation, and designs. The team can do this with a specialized tool like Backstage, Confluence, Github, Google Docs, or some internal implementation. The software is not the most important thing here, but having an easy way to find what is needed for the person to be more productive.

What are some alternatives?

When comparing Phabricator and backstage you can also consider the following projects:

Gitea - Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

cookiecutter - A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects.

OpenProject - OpenProject is the leading open source project management software.

atlantis - Terraform Pull Request Automation

Redmine - Mirror of redmine code source - Official Subversion repository is at https://svn.redmine.org/redmine - contact: @vividtone or maeda (at) farend (dot) jp

api-management-developer-portal - Developer portal provided by the Azure API Management service.

Taiga - Agile project management platform. Built on top of Django and AngularJS

C4-PlantUML - C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures

Review Board - An extensible and friendly code review tool for projects and companies of all sizes.

gitops-flux-helm

Gogs - Gogs is a painless self-hosted Git service

Clutch - Fast iOS executable dumper