Reflections.Umbraco17.StarterKit 1.0.11

dotnet add package Reflections.Umbraco17.StarterKit --version 1.0.11
                    
NuGet\Install-Package Reflections.Umbraco17.StarterKit -Version 1.0.11
                    
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="Reflections.Umbraco17.StarterKit" Version="1.0.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Reflections.Umbraco17.StarterKit" Version="1.0.11" />
                    
Directory.Packages.props
<PackageReference Include="Reflections.Umbraco17.StarterKit" />
                    
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 Reflections.Umbraco17.StarterKit --version 1.0.11
                    
#r "nuget: Reflections.Umbraco17.StarterKit, 1.0.11"
                    
#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 Reflections.Umbraco17.StarterKit@1.0.11
                    
#: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=Reflections.Umbraco17.StarterKit&version=1.0.11
                    
Install as a Cake Addin
#tool nuget:?package=Reflections.Umbraco17.StarterKit&version=1.0.11
                    
Install as a Cake Tool

Reflections Starter Kit for Umbraco 17

Reflections Starter Kit provides a ready-to-use foundation for building websites with Umbraco 17. It installs a starter content structure, document and media types, templates, SEO fields, XML sitemap support, and sample content so a new site can be brought online quickly.

Features

  • Starter document types and website content structure.
  • Templates for the home page, about page, contacts, privacy policy, terms and conditions, and error page.
  • Reusable SEO composition with metadata and social sharing fields.
  • XML sitemap and robots.txt content support.
  • Media types and sample media used by the starter site.
  • Package migration that installs the supplied schema and content automatically.

Requirements

  • Umbraco CMS 17.5.3 or later in the Umbraco 17 release line.
  • .NET 10.

The package is designed for Umbraco 17 and should not be installed on another Umbraco major version.

Installation

Install the package into an Umbraco website from NuGet:

dotnet add package Reflections.Umbraco17.StarterKit

Build and start the website after installation:

dotnet build
dotnet run

On the first startup, Umbraco runs the package migration and imports the starter-kit schema and content. The backoffice can briefly display its maintenance page while this migration is running.

Before installing

This package imports document types, media types, data types, templates, content, and media. Back up the website and database before installing it into an existing site. For the most predictable result, install it into a new or otherwise clean Umbraco 17 website.

Existing schema or content with matching aliases or keys can affect the import result. Test the installation in a non-production environment before deploying it to production.

After installation

Open the Umbraco backoffice and review the imported content, templates, data types, and media. Update the sample content, SEO defaults, domains, language settings, and site-specific assets before publishing the website.

Troubleshooting

If the website remains on the automatic-upgrade maintenance page, inspect the latest file in umbraco/Logs for the package migration exception. Confirm that the website uses a supported Umbraco 17 version and the latest version of this package.

Documentation and support

License

Reflections Starter Kit for Umbraco 17 is licensed under the 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.11 186 8/5/2026
1.0.10 95 8/4/2026