🪄Welcome to ZauberCMS
A highly customisable and easy to extend Blazor CMS built by .Net developers for .Net developers. It's built in .Net 9 and InteractiveServer.
Last updated
A highly customisable and easy to extend Blazor CMS built by .Net developers for .Net developers. It's built in .Net 9 and InteractiveServer.
Last updated
The video below is an overview of the starter site and shows a click around of the CMS as it stands
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.