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
<PackageReference Include="Flowcourier.Umbraco.Foundation" Version="17.5.0" />
<PackageVersion Include="Flowcourier.Umbraco.Foundation" Version="17.5.0" />
<PackageReference Include="Flowcourier.Umbraco.Foundation" />
paket add Flowcourier.Umbraco.Foundation --version 17.5.0
#r "nuget: Flowcourier.Umbraco.Foundation, 17.5.0"
#:package Flowcourier.Umbraco.Foundation@17.5.0
#addin nuget:?package=Flowcourier.Umbraco.Foundation&version=17.5.0
#tool nuget:?package=Flowcourier.Umbraco.Foundation&version=17.5.0
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/sourceper 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 | Versions 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. |
-
net10.0
- Microsoft.OpenApi (>= 2.7.5)
- Umbraco.Cms.Api.Management (>= 17.5.0)
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 |