ZauberCMS is a CMS built on Blazor. The admin is built using InteractiveServer and the front end (Your website) is built using the new static rendering (But you can build it in Server or WASM if you want). The CMS is inspired by Umbraco, and follows many of the same concepts.
I wanted a CMS that was aimed towards .Net Developers who wanted to use Blazor and also a CMS that is easily extendable and customisable without having to learn a front end framework.
Core tech used is: .Net 8, Blazor, EF Core, Identity, Mediatr, Radzen Components
Fastest way to get started is using the Nuget package, full instructions on how to use it are below
https://aptitude.gitbook.io/zaubercms/getting-started/quick-start#using-nuget-alpha
The video below shows the starter site being built. It covers building a site from nothing, to complete finished site. If you have never used Umbraco then I highly recommend watching it as it covers a lot of concepts.
For full documentation click the link below
https://aptitude.gitbook.io/zaubercms
Looking for anyone that has Blazor experience and interested in getting involved.
You can view the Beta release progress here
https://github.com/users/YodasMyDad/projects/6
And issues found here