VOOZH about

URL: https://www.nuget.org/packages/Simplepage.Eddi.Umbraco.v17/

⇱ NuGet Gallery | Simplepage.Eddi.Umbraco.v17 0.5.14-beta




Simplepage.Eddi.Umbraco.v17 0.5.14-beta

This is a prerelease version of Simplepage.Eddi.Umbraco.v17.
dotnet add package Simplepage.Eddi.Umbraco.v17 --version 0.5.14-beta
 
 
NuGet\Install-Package Simplepage.Eddi.Umbraco.v17 -Version 0.5.14-beta
 
 
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="Simplepage.Eddi.Umbraco.v17" Version="0.5.14-beta" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Simplepage.Eddi.Umbraco.v17" Version="0.5.14-beta" />
 
Directory.Packages.props
<PackageReference Include="Simplepage.Eddi.Umbraco.v17" />
 
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 Simplepage.Eddi.Umbraco.v17 --version 0.5.14-beta
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Simplepage.Eddi.Umbraco.v17, 0.5.14-beta"
 
 
#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 Simplepage.Eddi.Umbraco.v17@0.5.14-beta
 
 
#: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=Simplepage.Eddi.Umbraco.v17&version=0.5.14-beta&prerelease
 
Install as a Cake Addin
#tool nuget:?package=Simplepage.Eddi.Umbraco.v17&version=0.5.14-beta&prerelease
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Eddi - AI Content Assistant for Umbraco 17

Eddi adds an AI-powered chat dashboard to your Umbraco 17 backoffice. Content editors can manage their site, run GEO audits, and rewrite copy for AI search engines through natural conversation.

Built on top of Umbraco.AI's native Copilot framework, with Eddi-specific tools layered on for content management, blueprint generation, and Generative Engine Optimisation.

Quick Start

1. Install the package

dotnet add package Simplepage.Eddi.Umbraco.v17 --prerelease

2. Add configuration

In your appsettings.json:

{
 "Eddi": {
 "ServiceUrl": "https://api.eddi.im"
 }
}

Optionally provide an API key for auto-setup; otherwise the dashboard will prompt for one on first load:

{
 "Eddi": {
 "ServiceUrl": "https://api.eddi.im",
 "ApiKey": "sk-ant-...",
 "Provider": "anthropic"
 }
}

3. Build and run

dotnet build
dotnet run

4. Register your site

Open the Umbraco backoffice and navigate to the Eddi dashboard. Enter your site name, email, and API key to register. Eddi will then auto-create the Umbraco.AI connection, profile, and agent on your behalf.

What Eddi does

  • Search, read, create, update, and publish content via chat
  • Edit individual blocks inside Block List and Block Grid properties
  • GEO (Generative Engine Optimisation) tools: score citability, audit a whole site, generate rewrite suggestions
  • Find pages missing metadata, list recent changes, generate content blueprints
  • Slash commands: /seo-audit, /missing-alt, /stale-content, /geo-audit, /geo-suggest, and more
  • Write tools verify the data actually persisted before reporting success, so the AI cannot silently no-op on a value the back-end converter rejected

Requirements

  • Umbraco 17.1+ (.NET 10)
  • Umbraco.AI 1.10.x (resolved automatically as a transitive dependency)
  • An Anthropic (Claude) or OpenAI API key - bring your own; you control the spend

Plan tiers

  • Free / Trial - read-only tools, find missing meta, list recent changes
  • Pro - full read and write, blueprints, command bar
  • Enterprise - bulk operations, GEO audit, audit export, higher tool-loop limits
  • Agency - up to 10 sites, plus per-site add-ons

See eddi.im/pricing for current pricing.

Support

Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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
0.5.14-beta 59 5/19/2026
0.5.13-beta 52 5/15/2026
0.5.12-beta 54 5/15/2026
0.5.11-beta 49 5/15/2026
0.5.10-beta 49 5/15/2026
0.5.9-beta 51 5/15/2026
0.5.8-beta 52 5/15/2026
0.5.7-beta 47 5/15/2026
0.5.6-beta 43 5/15/2026
0.5.5-beta 54 5/15/2026
0.5.4-beta 48 5/15/2026
0.5.3-beta 55 5/15/2026
0.5.2-beta 52 5/14/2026
0.5.1-beta 49 5/14/2026
0.5.0-beta 53 5/14/2026
0.4.13-alpha 55 5/14/2026
0.4.12-alpha 47 5/14/2026
0.4.11-alpha 49 5/14/2026
0.4.10-alpha 50 5/13/2026
0.4.9-alpha 63 4/16/2026
Loading failed