Skip to content

Getting Started - Templates

Project templates for Duende BFF are shipped as part of the Duende .NET project templates. Refer the templates documentation for more information on how to install the templates.

Terminal window
dotnet new duende-bff-remoteapi

Creates a basic JavaScript-based BFF host that configures and invokes a remote API via the BFF proxy.

Terminal window
dotnet new duende-bff-localapi

Creates a basic JavaScript-based BFF host that invokes a local API co-hosted with the BFF.

Terminal window
dotnet new duende-bff-blazor

Creates a Blazor application that uses the interactive auto render mode, and secures the application across all render modes consistently using Duende.BFF.Blazor.