Backstage is an ~~application~~ framework

Claiming that "Backstage is an application" is a misleading information that brings a lot of confusion.

I see both tech and non-tech people sometimes thinking that "deploying a Backstage" is a thing. Clearly lacking the understanding that "building a portal with Backstage" is the realistic view.

Signed-off-by: meleu <meleu@users.noreply.github.com>
This commit is contained in:
meleu
2026-01-15 09:49:03 -03:00
committed by GitHub
parent fe7fe696ea
commit 9847445d48
+1 -1
View File
@@ -7,7 +7,7 @@ description: General technical questions about Backstage.
### What technology does Backstage use?
Backstage is a large scale [TypeScript](https://www.typescriptlang.org/)
application whose frontend parts use [React](https://react.dev/) and
framework whose frontend parts use [React](https://react.dev/) and
[Material UI](https://material-ui.com/), while the backend parts use
[Node.js](https://nodejs.org/) and the [Express](https://expressjs.com/)
framework.