https://github.com/yodasmydad/zaubercms
.NET CMS using Blazor, built by .Net Developers for .Net Developers
https://github.com/yodasmydad/zaubercms
blazor dotnet-core
Last synced: about 1 year ago
JSON representation
.NET CMS using Blazor, built by .Net Developers for .Net Developers
- Host: GitHub
- URL: https://github.com/yodasmydad/zaubercms
- Owner: YodasMyDad
- License: mit
- Created: 2024-05-08T15:03:54.000Z (about 2 years ago)
- Default Branch: main-mvc
- Last Pushed: 2025-04-07T13:35:00.000Z (about 1 year ago)
- Last Synced: 2025-04-07T13:38:47.269Z (about 1 year ago)
- Topics: blazor, dotnet-core
- Language: C#
- Homepage: https://www.zaubercms.com
- Size: 11 MB
- Stars: 76
- Watchers: 10
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# ZauberCMS
ZauberCMS is a fully featured CMS built in .NET 9. The CMS is inspired by Umbraco, but much faster and easier to extend.
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.
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.
✅ ASP.NET MVC
✅ Visual Page Editor (Block List Editor)
✅ Custom Languages
✅ Multi Sites
✅ SEO Features Built In
✅ Private Members Sections (Role Based)
✅ Radzen Blazor Components
✅ Highly Customizable
✅ Full Documentation
Website: [www.zaubercms.com](https://www.zaubercms.com/)
You can also find us on [Twitter / X](https://twitter.com/zaubercms) and [Facebook](https://www.facebook.com/profile.php?id=61573440519581)
## 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)
```ps
# 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
https://aptitude.gitbook.io/zaubercms/getting-started/quick-start
## Getting Started Video
This video shows building a very simple site from scratch, hopefully you'll see how easy it is!
[](https://www.youtube.com/watch?v=x_klA1Podwg)
## 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



