Description
Mixcore CMS is a best open source CMS that support both headless and decoupled to easily build any kinds of app/web app/customisable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
Mixcore CMS alternatives and similar packages
Based on the "CMS" category.
Alternatively, view Mixcore CMS alternatives based on common mentions on social networks and blogs.
-
Orchard Core
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that application framework. -
Orchard
Free, open source, community-focused project aimed at delivering applications and reusable components on the ASP.NET platform -
DotNetNuke
DNN Platform is our free, open source web CMS and the foundation of every professional DNN solution. Over 750,000 organizations worldwide have built websites powered by the DNN Platform. -
Piranha CMS
Piranha is the fun, fast and lightweight .NET framework for developing cms-based web applications with an extra bite. It's built on ASP.NET MVC and Web Pages and is fully compatible with both Visual Studio and WebMatrix. http://piranhacms.org -
cofoundry
Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development -
mojoPortal
MojoPortal is an extensible, cross database, mobile friendly, web content management system (CMS) and web application framework written in C# ASP.NET -
Puck CMS
Open source, cross platform .NET Core CMS. Fast, scalable, code-first, unobtrusive and extensible with powerful querying and Lucene integration.
Pixel-Perfect Multi-Platform Applications with C# and XAML
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Mixcore CMS or a related project?
README
Mixcore CMS 
Fully Open Source UI Tools to create multi-purpose Web Apps, Mobile Apps & Application Services
CMS and Dashboards built on top of ASP.Net Core / Dotnet Core, SignalR, Angular.JS and Bootstrap.
Services | Result | Services | Result |
---|---|---|---|
Travis CI | AppVeyor CI | ||
Gitter | Licenses status | ||
Codefactor | Azure |
References
Links | |
---|---|
STAG / Demo | https://demo.mixcore.org or https://mochahost.demo.mixcore.org/portal (administrator / [email protected]) Ref: How to install Mixcore CMS with Azure Docker Composer |
Dev docs | https://docs.mixcore.org / https://mixcore.dev |
Community | https://community.mixcore.org |
Youtube | https://www.youtube.com/channel/UChqzh6JnC8HBUSQ9AWIcZAw |
https://twitter.com/mixcore_cms | |
Medium | https://medium.com/mixcore |
Run with Docker
Latest Docker Image
docker pull mixcore/mix.core:latest
docker run -it --rm -p 5000:80 --name mixcore_cms mixcore/mix.core:latest
Or with Docker Compose
docker-compose build
docker-compose up
GITs clone
mkdir mixcore
cd mixcore
git clone https://github.com/mixcore/mix.core.git
Optional:
Optional steps as those packages are Nuget Library
git clone https://github.com/mixcore/mix.heart.git
git clone https://github.com/mixcore/mix.identity.git
Build & Run with Dotnet SDK
Build & Run Mixcore CMS
REM Make sure you already read and download Dotnet Core SDK here https://dotnet.microsoft.com/download
cd mix.core/src/Mix.Cms.Web
dotnet restore
dotnet build
dotnet run
Modify & Build Portal Front-End source (Optional)
This step is optional and only needed in case you would like to modify the portal front-end code
cd mix.core/src/portal-app
npm install
npm install --global gulp-cli
gulp build
Note: If you facing any System.Data.SqlClient.SqlException error, please replace all content inside "appsettings.json" file with "{}".
Special features (Out of the box)
- [x] Reliability - Member roles and permissions.
- [x] High Security - Strong Data Encryption and Security compliance.
- [x] Multilingual - Flexible multilingual content migration.
- [x] High Performance - Millisecond response time.
- [x] Cross Platforms - Powered by .NET Core and run everywhere.
- [x] Online Coding - Visual Studio Code's heart inside.
- [x] Customizable Designs - Build any kinds of website.
- [x] SEO Friendly - No extra plugin required.
- [x] Media Management - Multiple file formats for your website / application.
- [x] Manage On The Go - Manage and Code everywhere you want.
- [x] Easy and Accessible - Non deep tech knowledge required.
- [x] Analytics - Inside Google Analytics dashboard & no extra plugin required.
- [x] Dynamic Modular Architecture - Powerful module layers & Attribute sets feature.
- [x] Extensibility - API-first architecture for Plug & Play.
- [x] Easy Backup - Powerful 1 step export.
- [x] More Coffee time! - You can relax and explore more ton of features are not listed here...
UI Screenshots
Default Theme:
Shards UI Kit Shards is a modern design system based on Bootstrap 4 that comes packed with 10 extra custom components and two pre-built landing pages. Itβs also lightweight with its stylesheet weighting only ~13kb minified and gzipped.
Admin Portal
Mixcore CMS Back-office is built on top of the much awaited Bootstrap 4. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 4 project.
Thanks to
This project has been developed using:
- Creative Tim
- Bootstrap
- BrowserStack
- Micon
- .NET
- Designed by Freepik
- And more...
License
Mixcore CMS is licensed under the MIT
Permissions | Limitations | Conditions |
---|---|---|
β Commercial use | β Liability | βΉ License and copyright notice |
β Modification | β Warranty | |
β Distribution | ||
β Private use | ||
How to contribute
Fork this repo to your GitHub account, clone it locally and try to follow the following simple guidelines.
- Never write any code in the master branch
- When writing code, do it in a specific feature branch
- Send your pull request from that feature branch
- After your pull request has been accepted, sync the changes into master from the upstream remote
- Delete you feature branch
- Again, NEVER write any code in the master branch ;)
- Ref: https://datasift.github.io/gitflow/IntroducingGitFlow.html
*Note that all licence references and agreements mentioned in the Mixcore CMS README section above
are relevant to that project's source code only.