depict VS backstage

Compare depict vs backstage and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
depict backstage
2 125
26 26,497
- 1.8%
6.6 10.0
12 months ago 2 days ago
Rust TypeScript
MIT License 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.

depict

Posts with mentions or reviews of depict. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-29.
  • A CSS-Inspired Syntax for Flowcharts
    5 projects | news.ycombinator.com | 29 Aug 2022
    One potential solution direction, which you can try out via my own incomplete drawing toy [1] is to treat punctuation characters like SP (“ “), COMMA (“,”), and SEMICOLON (“;”) as markers for the product operations of a family of monoids that allow you to specify more and more complicated sequences without requiring the typist to “move the cursor left” to add a matching character.

    This way, simple lists can be specified via juxtaposition:

    a b c

    And then more complex lists

    thing 1, thing 2, thing 3

    and still more complex lists like

    A complex thing; with data, and more data

    can be specified in a way that is potentially still human-legible and easily editable.

    Combined with ~instant feedback while typing and, ideally, a “brushing” system to allow selection of parts of the textual model via the linked drawing, I am hopeful that this can be solved resiliently, at least for the most common use cases.

    (Part of why I am excited about OP’s work here though is that while I have done a fair bit in my own project on drawing a related kind of diagrams, I have myself only begun thinking about how to make the resulting drawings nicely stylable/themeable.)

    [1] https://mstone.info/depict/ -> https://github.com/mstone/depict

  • Ask HN: Visualizing software designs, especially of large systems (if at all)?
    20 projects | news.ycombinator.com | 31 May 2022
    You might find it helpful to distinguish between visualizing the design of the system being implemented by your software, visualizing protocols being implemented by your software, visualizing the design of the your software itself, and visualizing important implementation details at runtime, e.g. for debugging, profiling, and operations.

    For visualizing system designs, you should take a look at STAMP, e.g., via “Engineering A Safer World” + the resources at mit.edu/psas + on YouTube.

    (Multiple tools, both commercial and libre, exist and are being developed to make these diagrams, although for what it’s worth, I mostly hear about people making them using draw.io, Google Drawings, on physical paper/whiteboards, or occasionally with specialized tooling.

    I have also recently published a project in this area, https://github.com/mstone/depict, which I believe is well on its way toward addressing some unmet needs here.)

    For visualizing protocols, things like sequence diagrams, data flow diagrams, DRAKON flow charts, value stream maps, and occasional more specialized objects like CPSA “cryptographic protocol shapes” / strand space skeletons are where I start depending on the flavor of what’s needed.

    For visualizing the design of implementations themselves, I have not yet seen anything that I feel obliged to recommend; rather, here, I suggest investing in adding illustrations to your existing documentation in whatever way is easiest for you to use to clarify whatever subtleties you need to clarify for your audience.

    (Here I tend to look at things like ASCII-art, SQLite’s railroad diagrams (now made with pikchr, AIUI), and sequence diagrams, as mentioned by other commenters, as helpful examples to start with.)

    Finally, for implementing debugging/profiling/operational illustrations, there is a such a rich set of examples to turn to — whether from the very specialized (custom process model video rendering pipelines in robotics) to TensorBoard for TensorFlow to general-purpose tools like browser performance debugging suites, flame charts, or Go’s built-in profile graphing tools - that rather than learn any particular such tools, I’d instead suggest trying to get comfortable with the building blocks underlying these systems, which include contemporary GUI/web apps, custom drawing and animation tools like SVG, pretty printers, and Grammar-of-Graphics systems like vega-lite.

    (Note: although it may seem superficially extraneous to your question, the reason I also suggest thinking about debugging visualizations in this context is because IMO, to work, they ~necessarily encode a visual model of the design of your implementation since it is the design of the implementation that provides the vocabulary and relationships that have to be understood and navigated in order to successfully debug/optimize/monitor any given running instance of whatever system you are building.)

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 depict and backstage you can also consider the following projects:

spekt8 - Visualize your Kubernetes cluster in real time

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

ScrivanoForLinux - Scrivano is a notetaking application for handwritten notes.

atlantis - Terraform Pull Request Automation

shotglass - Tools to visualize large code bases in different ways.

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

Pythonocc-nodes-for-Ryven - Pythonocc nodes for Ryven

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

TypeScript-Call-Graph - CLI to generate an interactive graph of functions and calls from your TypeScript files

gitops-flux-helm

plurid - Explore Information as a 3D Structure

Clutch - Fast iOS executable dumper