umContentGenerator 1.0.1
See the version list below for details.
dotnet add package umContentGenerator --version 1.0.1
NuGet\Install-Package umContentGenerator -Version 1.0.1
<PackageReference Include="umContentGenerator" Version="1.0.1" />
<PackageVersion Include="umContentGenerator" Version="1.0.1" />
<PackageReference Include="umContentGenerator" />
paket add umContentGenerator --version 1.0.1
#r "nuget: umContentGenerator, 1.0.1"
#:package umContentGenerator@1.0.1
#addin nuget:?package=umContentGenerator&version=1.0.1
#tool nuget:?package=umContentGenerator&version=1.0.1
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 the media library.
- Generated content is always written in English, on the page's English (
en-US) variant. - 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.
License
MIT — © OSKI Solutions
| 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
- Anthropic (>= 12.20.0)
- OpenAI (>= 2.10.0)
- Umbraco.Cms.Core (>= 17.3.0)
- Umbraco.Cms.Infrastructure (>= 17.3.0)
- Umbraco.Cms.Web.Common (>= 17.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.