Flowcourier.Umbraco.Foundation 17.5.0

dotnet add package Flowcourier.Umbraco.Foundation --version 17.5.0
                    
NuGet\Install-Package Flowcourier.Umbraco.Foundation -Version 17.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Flowcourier.Umbraco.Foundation" Version="17.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Flowcourier.Umbraco.Foundation" Version="17.5.0" />
                    
Directory.Packages.props
<PackageReference Include="Flowcourier.Umbraco.Foundation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Flowcourier.Umbraco.Foundation --version 17.5.0
                    
#r "nuget: Flowcourier.Umbraco.Foundation, 17.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Flowcourier.Umbraco.Foundation@17.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Flowcourier.Umbraco.Foundation&version=17.5.0
                    
Install as a Cake Addin
#tool nuget:?package=Flowcourier.Umbraco.Foundation&version=17.5.0
                    
Install as a Cake Tool

Flowcourier.Umbraco.Foundation

Shared base package for Flowcourier Umbraco extensions. Adds a Flowcourier group to the backoffice Settings section and gives every installed Flowcourier package a consistent settings page there — registered from C# with one line, no frontend needed in the consuming package.

How it works

A package registers its settings page in its composer:

builder.AddFlowcourierSettingsPage<AeoOptions>(
    "aeo", "AEO", icon: "icon-rocket", configSectionName: AeoOptions.SectionName);

That's it. Foundation's backoffice entry point asks the server which pages are registered and builds the Settings-section group at runtime: one menu item per package, each opening a generic page at /umbraco/section/settings/flowcourier/{packageId} that renders the package's effective settings (the values bound from appsettings), grouped and typed (booleans, strings, numbers, string lists, nested option groups).

  • No empty group — if no package registers a page, the Flowcourier group doesn't appear at all.
  • Backend-only consumers — the registering package needs no wwwroot, no umbraco-package.json, no Razor SDK; the descriptor lives in DI.
  • Read-only (for now) — the page is an effective-settings viewer. The wire contract already carries editable / source per field, so database-backed editable settings can be added later without breaking consumers (planned precedence: values set in appsettings always win and stay locked).

API

GET /umbraco/management/api/v1/fc-foundation/settings-pages — registered pages (drives the menu). GET …/settings-pages/{packageId} — the full field payload. Both require backoffice authentication with Settings-section access.

Requirements

Umbraco 17 (net10.0).

License

Free to use, including commercially — not open source. See the LICENSE.md packed with this package. Paid Pro features and consulting are available from Flowcourier ApS.

© 2026 Flowcourier ApS. All rights reserved.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Flowcourier.Umbraco.Foundation:

Package Downloads
Flowcourier.Umbraco.AI.Agents.Translation

Translation Agent for the Umbraco AI Copilot: translates the open page into a target culture (creating the variant) and offers a send-for-approval flow. Ships the tool, its backoffice renderer, and seeds a named "Translation Agent" into the Copilot. Built on Flowcourier.Umbraco.AI.Core.

Flowcourier.Umbraco.AI.Agents.Seo

SEO Agent for the Umbraco AI Copilot: reads the open page, identifies its SEO/metadata fields and suggests optimised values, staged for review. Ships the tool, its backoffice renderer, and seeds a named "SEO Agent" into the Copilot. Built on Flowcourier.Umbraco.AI.Core.

Flowcourier.Umbraco.AEO

Answer Engine Optimization for Umbraco. Exposes your published content to LLMs and AI answer engines by dynamically serving an /llms.txt index, an /llms-full.txt full-content dump, and a Markdown rendering of any page when the URL ends in ".md" — all generated from the live content cache, no editor work required. Zero-config install via an Umbraco pipeline filter; fully configurable through appsettings.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.5.0 54 7/10/2026
17.0.0-alpha.1 81 7/4/2026