Skip to main content

@backstage/frontend-defaults

Home > @backstage/frontend-defaults

APIs for creating Backstage apps with a default setup.

Functions

Function

Description

createApp(options)

Creates a new Backstage frontend app instance. See https://backstage.io/docs/frontend-system/building-apps/index

createPublicSignInApp(options)

Creates an app that is suitable for the public sign-in page, for use in the index-public-experimental.tsx file.

Interfaces

Interface

Description

CreateAppFeatureLoader

A source of dynamically loaded frontend features.

CreateAppOptions

Options for createApp().