ZauberCMS is a fully featured CMS built in .NET 10. The CMS is inspired by Umbraco but built entirely in Blazor.
Front End (Your website): Fast static server-side rendering (static SSR) with the ability to add Blazor components for interactivity (As recommended by MS) using @rendermode
Admin (Manage Website): Built entirely with InteractiveServer and using Radzen components for the main UI.
The goal is simple: a CMS that’s simple, super easy to extend, highly modular, and doesn’t require learning a verbose front-end framework or dealing with complex build tools. With Blazor, customization is quick, straightforward and very .NET friendly.
✅ Built With Blazor
✅ Visual Page Builder & Editor (Optional)
✅ Manage Content, Media & Users
✅ Custom Languages & Cultures
✅ SEO Features Built In (Sitemaps, Redirects + More)
✅ Protect Content & Media (Role Based)
✅ Highly & Easily Customizable Using C#
✅ Full Documentation
✅ And loads more...
Website: www.zaubercms.com
You can also find us on Twitter / X and Facebook
Fastest way to get started building your own website is using the .NET Template, firstly install the ZauberCMS template (You must use rc release to get v4)
# Ensure we have the latest ZauberCMS templates
dotnet new install [email protected] --force
# Create your CMS
dotnet new zaubercms -n "YourSiteName"You can also use Nuget and full instructions on how to use it are below
https://aptitude.gitbook.io/zaubercms/getting-started/quick-start
DO NOT USE THE SOURCE CODE TO BUILD YOUR SITE. USE THE TEMPLATE OR NUGET PACKAGE!
This video shows building a very simple site from scratch, hopefully you'll see how easy it is! This is an older version of the CMS and some of the services have changed, but the concepts are the same.
This repo comes with a starter site example so you can see some of the most common concepts, if you clone this repo, build and run the ZauberCMS.Web project you will see the starter kit (Go to /admin, register an account to see everything).
Use the example site: If you want to use this starter site as a starting point for your own website. Remove the project from the source, and remove the project reference in the csproj and uncomment the nuget package reference.
<ItemGroup>
<!--Remove this line 👇🏼 and uncomment the below line-->
<ProjectReference Include="..\ZauberCMS\ZauberCMS.csproj" />
<!--<PackageReference Include="ZauberCMS" Version="4.1.0" />-->
</ItemGroup>
Again, DO NOT use the entire source code to build your own site. You are supposed to use the Nuget package (or Template) like above.
For full documentation click the link below
https://aptitude.gitbook.io/zaubercms
Next large release will be v5.0. You can see the progress and release features here
v5.0 Board
https://github.com/users/YodasMyDad/projects/9




