ZauberCMS.Template
3.0.0-beta7
See the version list below for details.
dotnet new install ZauberCMS.Template::3.0.0-beta7
ZauberCMS (.NET CMS)
The Best Of Both Worlds
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
Getting Started
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)
dotnet new install ZauberCMS.Template --force
Then create your new solution and project (Project names should start with ZauberCMS so the plugin system picks them up) using the code below:
dotnet new sln --name "YourSolutionName"
dotnet new zaubercms -n "ZauberCMS.YourProjectName"
dotnet sln add "ZauberCMS.YourProjectName"
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
Building A Simple Site
This video shows building a very simple site from scratch, hopefully you'll see how easy it is!
Updated Video Coming Soon
Documentation
For full documentation click the link below
https://aptitude.gitbook.io/zaubercms
Progress & Issues
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
https://github.com/YodasMyDad/ZauberCMS/issues
Screenshots
-
net9.0
- No dependencies.
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 |
---|---|---|
3.0.0 | 0 | 2/6/2025 |
3.0.0-beta7 | 16 | 2/6/2025 |
3.0.0-beta6 | 18 | 2/6/2025 |
3.0.0-beta5 | 30 | 2/5/2025 |
2.0.9 | 87 | 12/16/2024 |
2.0.8 | 104 | 12/3/2024 |
2.0.6 | 102 | 12/3/2024 |
2.0.5 | 93 | 12/3/2024 |
2.0.1 | 88 | 12/2/2024 |
2.0.0 | 85 | 12/2/2024 |
1.4.8 | 134 | 10/8/2024 |
1.4.7 | 91 | 10/7/2024 |
1.4.6 | 96 | 10/5/2024 |
1.4.5 | 94 | 10/4/2024 |
1.4.3 | 92 | 10/3/2024 |
1.4.0 | 94 | 10/3/2024 |
1.3.0 | 91 | 10/1/2024 |
1.2.0 | 105 | 9/30/2024 |
1.0.0 | 100 | 9/25/2024 |