ZauberCMS is a fully featured CMS built in .NET 9 (Using Blazor & .NET MVC). The CMS is inspired by Umbraco, and follows a number of similar concepts.
I built this CMS to allow .NET developers to continue building websites just as they always have - with traditional .NET MVC - while also offering a modern, highly customizable, interactive CMS editing experience powered by Blazor (Can also be used on the front end too!).
The goal is simple: a CMS that’s super easy to extend, highly modular, and doesn’t require learning a front-end framework or dealing with complex build tools. With Blazor, customization is quick, straightforward and developer-friendly.
Anyone interested in getting involved in this project, please contact me on X
Core tech used is: .Net 9, Blazor, EF Core, Identity, Mediatr, Radzen Components
This repo comes with a starter site example, 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).
However, fastest way to get started building your own website is using the .Net Template, firstly install the ZauberCMS template (--force just makes sure you install the latest one)
# Ensure we have the latest ZauberCMS templates
dotnet new install ZauberCMS.Template --force
# Create your CMS
dotnet new zaubercms -n "YourSiteName"
You can also use Nuget and full instructions on how to use it are below (I prefer this way myself)
https://aptitude.gitbook.io/zaubercms/getting-started/quick-start
This video shows building a very simple site from scratch, hopefully you'll see how easy it is!
Updated Video Coming Soon
For full documentation click the link below
https://aptitude.gitbook.io/zaubercms
After v3.0 the next big release will be v3.5. You can see the progress and release features here
https://github.com/users/YodasMyDad/projects/8
And issues found here