Welcome to ZauberCMS
Last updated
Last updated
Thanks for checking out ZauberCMS - the latest .NET-based CMS, built by .NET developers, for .NET developers.
ZauberCMS was created out of frustration with the direction of modern Umbraco. Instead of being forced to go along with those changes, I built the CMS I wished Umbraco had become.
Built on .NET 9, ZauberCMS features:
An easily and highly customisable Blazor InteractiveServer powered admin
A flexible front-end built with standard .NET MVC, while still allowing Blazor integration.
If you're familiar with Umbraco, you'll feel right at home - ZauberCMS follows similar concepts, making it easy to pick up and start building.
With support for custom controllers & views, multi-lingual sites, and complex content structures, ZauberCMS provides everything you need to build modern websites.
Screenshots below shows the Blazor CMS, where you manage your content and media
Once you have the site running, if you go to /admin
and create an account, the first user added to the site is set as an 'admin' and you will be redirected to the admin so you can update and edit content.
The content section is where you edit the site content and create pages that make up your site. You need to create content types (Which are like the blueprint for your content) and then the content you create is based off those.
Pretty self explanatory, this section is where you store the media that is used within your website. From images to documents, you can create folder structures and upload media into the folders. The media can then be picked via the media picker content property and you can then display the picked media in the front end of your website.
Users section is where you manage the users of the site, and the associated roles. This is where you can add content types to roles, and in turn the properties are added to the users within that role. You can make users admins in section so they can access and edit content too.
Settings section has a few main components. This is where you can create and edit and update content types (and element types). Element types are just content types that can be used in the Block List Editor
Coming soon... This section will be where you can create forms that can be used within your website, and the results can be emailed or stored.