umContentGenerator 1.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package umContentGenerator --version 1.0.6
                    
NuGet\Install-Package umContentGenerator -Version 1.0.6
                    
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="umContentGenerator" Version="1.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="umContentGenerator" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="umContentGenerator" />
                    
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 umContentGenerator --version 1.0.6
                    
#r "nuget: umContentGenerator, 1.0.6"
                    
#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 umContentGenerator@1.0.6
                    
#: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=umContentGenerator&version=1.0.6
                    
Install as a Cake Addin
#tool nuget:?package=umContentGenerator&version=1.0.6
                    
Install as a Cake Tool

umContentGenerator

AI-powered content generation for Umbraco. Create fully-populated pages from a short prompt — text and images — using an existing page as the structural template.

It adds a Content Generator section to the backoffice with two dashboards:

  • Page Generator — pick a template page, enter a title and some context, and the plugin clones the page's structure and fills every text slot and image with fresh, on-topic content.
  • Settings — configure the AI provider, models and API key(s).

Features

  • Works with Block Grid and Block List pages, including nested blocks.
  • Generates new images for content image slots and uploads them to a dedicated "AI Generated Images" folder in the Media library.
  • Picks the page language automatically: the template's English variant when it has one, otherwise the site's default language (or the template's first available variant) — so it works on any site, single- or multi-language.
  • Powered by OpenAI (image generation requires an OpenAI API key).
  • Runs generation as a background job, so large pages don't hit reverse-proxy request timeouts.

Requirements

  • Umbraco CMS 17.3+
  • .NET 10

Installation

dotnet add package umContentGenerator

The package ships its backoffice assets and umbraco-package.json as static web assets — no manual copying into App_Plugins is required.

⚠️ After installing, grant the section to your user group. Umbraco does not show a newly installed section to anyone — not even administrators — until it is added to a user group's allowed sections. Go to Settings → Users → User groups → your group (e.g. Administrators) → Sections, tick Content Generator, and Save. Reload the backoffice (Ctrl-F5) and the section will appear. If you don't do this, the section stays hidden and it looks like the package didn't install.

Configuration

Open Content Generator → Settings, expand OpenAI, and enter your API key and the model(s) to use. Image generation defaults to gpt-image-1; any model id you enter is passed straight through to the provider.

Support

Please connect with me (Kyrylo Osadchuk) if you need assistance with AI or Umbraco consulting services:

License

This code is provided under https://licenses.nuget.org/MIT license.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.8 92 6/25/2026
1.0.6 185 6/19/2026
1.0.5 107 6/18/2026
1.0.4 96 6/18/2026
1.0.3 118 6/18/2026
1.0.1 103 6/17/2026
1.0.0 104 6/15/2026