FluentCMS
ASP.NET Core Blazor Content Management System (CMS)
Install / Use
/learn @fluentcms/FluentCMSREADME

Table of contents
- Introduction
- Connect with us
- Features
- Supported Databases
- Getting Started
- Component Library
- Documentation
- Contributing
- License
Introduction
FluentCMS is a modern Content Management System (CMS) built on the powerful ASP.NET Core and the innovative Blazor technology. FluentCMS assists content writers in crafting content more efficiently. Designed to be fast, flexible, and user-friendly, it not only serves as a traditional content-based CMS but also excels as a headless CMS, making it perfect for a diverse range of digital applications.
FluentCMS is an open-source project, and we welcome contributions from the community. If you're interested in helping us improve FluentCMS, please read our CONTRIBUTING.md guide.
Connect with us
<a href="https://discord.gg/WyqYuC6YbY"> <img width="48" height="48" src="/docs/resources/discord.svg" alt="discord"> </a> <a href="https://reddit.com/r/FluentCMS"> <img width="48" height="48" src="/docs/resources/reddit.svg" alt="reddit"> </a> <a href="https://fluentcms.com"> <img width="48" height="48" src="/docs/resources/website.svg" alt="website"> </a>Features
- Blazing Fast: Built on top of Blazor components for client-side operations.
- Extensible: Easily extend with custom plugins and themes.
- SEO Friendly: Built-in SEO tools to optimize content for search engines.
- Responsive: Mobile-friendly out of the box.
- Modern UI: Sleek and intuitive dashboard for content management.
- Headless Capabilities: API-first design for decoupled applications.
- Multi-Language Support: Easily manage content in multiple languages.
- Role-Based Access Control: Granular control over user permissions.
- Media Management: Upload, organize, and manage media files.
- Content Type Definition: Define custom content types with various fields.
- Content Management: Create, edit, and manage content with ease.
- User Management: Manage users and roles with ease.
- Role Management: Create and manage roles with custom permissions.
- Application Settings: Configure application settings with ease.
- Multiple Site Support: Manage multiple sites from a single dashboard.
- Page Management: Create and manage pages with custom layouts.
- Plugin Management: Extend functionality with custom plugins.
Supported Databases
- LiteDB
- MongoDB
- MySQL (coming soon)
- SQL Server (coming soon)
- SQLite (coming soon)
- PostgreSQL (coming soon)
Getting Started
Prerequisites
- .NET SDK 9.0 or later
Installation
-
Clone the repository:
git clone https://github.com/fluentcms/FluentCMS.git -
Navigate to the project directory:
cd FluentCMS/src/FluentCMS/ -
Configure the Database
FluentCMS supports multiple databases. Configure the desired database by following these steps:
-
Set the Database in
appsettings.json: Define your database type underDatabasesection. For example, to use LiteDB:"Database": "LiteDB"
Available options are:
LiteDb,MongoDB,SQLite,SQLServer,MySQL,PostgreSQL-
Provide Connection Strings in
appsettings.json: Set your connection string under "ConnectionStrings" in appsettings.json for the desired database:"ConnectionStrings": { "DefaultConnection": "Filename=./fluentcms.db" }
-
-
Run the application:
dotnet run -
Visit
http://localhost:5000in your browser.
Component Library
This project includes a custom, independent Blazor-based component library styled with flowbite's Design System. You can learn more in Component Library's README file.
Documentation
For more information on how to use FluentCMS, please refer to our documentation. We are actively working on expanding our documentation to provide more detailed information.
Contributing
We welcome contributions! If you're interested in improving FluentCMS, please read our CONTRIBUTING.md guide.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Related Skills
qqbot-channel
351.2kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.5k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
351.2kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Design
Campus Second-Hand Trading Platform \- General Design Document (v5.0 \- React Architecture \- Complete Final Version)1\. System Overall Design 1.1. Project Overview This project aims t
