Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
⚡️A Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Branch: canary
Clone or download
Latest commit 0d8361d Mar 20, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci
.github/ISSUE_TEMPLATE Update issue templates Feb 23, 2019
.vscode add examples Jul 23, 2018
__mocks__
docs move logo from narbar to sidebar Mar 4, 2019
examples fix indent Aug 29, 2018
flow-typed/npm
packages
.eslintrc.js
.flowconfig
.gitignore
.npmignore
LICENSE Update LICENSE Nov 27, 2018
README.md
babel.config.js
gulpfile.js fix ts order when compiling Feb 1, 2019
jest.config.js
jestSetupFile.js
lerna.json v3.3.7 Mar 20, 2019
package.json
tsconfig.json
tsconfig.release.json
webpack.config.js
yarn.lock

README.md

npm version npm download CircleCI branch Join the community on Spectrum backer Twitter Follow Twitter URL



CannerCMS lets you build flexible content management systems easy and fast, CMS developers built for CMS developers.

Template CMS, Content Management System can build websites fast, but clients often need custom solutions? Well, what CannerCMS do is let creating custom CMS fast and easy with many clouds.


Hire us for professional service to create your awesome CMS using Canner?

Want to join Canner team, we are also hiring talents. Contact us at contact@canner.io

IMAGE ALT TEXT HERE

Benefits and advantages (Simple. Agile. Flexible. Efficient - SAFE)

🌍 Simple, One Framework

CannerCMS is flexible and agnostic, that you can learn once and create any form of CMS for many different databases.

⚡️ Agile, Move Faster

By defining a Canner schema in JSX, you can determine how the CMS stores data in your databases and the appearance of the CMS UI/UX.

💪 Flexible, any Data Sources

With different connectors, you are able to create a CMS to interact with Firebase, MySQL, PostgreSQL, GraphQL with the same schema.

💸 Efficient, Less is More

Since Canner schema is only a JSX (XML-like) language without any logistic code, in other words, you can maintain your code in a configuration file and easy to maintain using version controls.

Features

CMS features

Sources and API

Documentation

Full documentation: https://www.cannercms.com/docs

Preview and demo

cms-demo

30 CMS demos using Canner

🔥🔥 Only 3 commands to start 🔥🔥

cli-preview

# 1. Download Canner CLI tool
➜ $ npm install --global @canner/cli

# 2. Initialize schema
➜ $ canner init
# Answer the questions
# Initializing schema...
# ? What template do you want to create? (Use arrow keys)
#   None
# ❯ Blog
#   Company
#   E-commerce
# ? What data source do you want to use?
#   None
#   Firebase admin
#   Firebase client
# ❯ Prisma
✔ Initialized

# 3. Serve your CMS with Livereload in local, while you update your schema the dev server will automatically reload open http://localhost:9090
➜ $ canner start

👉👉 START USING CANNER: https://www.cannercms.com

Backers

We are currently a very small team, your support will inspire us to provide better and better software. Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Open Collective sponsors

Open source vs. CannerCMS cloud

Worrying about hosting, updates, security problems? Use CannerCMS cloud - Just create CMS schema, we will do the rest.

Open Source Edition CannerCMS cloud
Authentication Server Single User Pay as you go
CMS server Self-host
API server Self-host
Global CDN 🚫
Role permission 🚫
Sandbox testing 🚫
Event logging 🚫
Multiple language 🚫
Deployment logging 🚫
API authentication 🚫
Security check 🚫
Automatically upgrade 🚫

Why Canner is different?

Canner adopts Adaptive CMS concept. Adaptive CMS is a new CMS structure that is different from traditional CMS and headless CMS. The biggest different about Adaptive CMS is that it decouples both view and data layer. It builds data interfaces to connect to single or multiple data sources.

Adaptive CMS? Learn more here

overview

Learn more about Canner.

  • Why create Canner? See here

  • Our mission at Canner: See here

Demo

Canner connect to Firebase

CMS for Firebase with SSR supported (NextJS) https://github.com/Canner/canner-firebase-cms

Canner connect to Firestore

CMS with Canner and Firestore, and deploy to Firebase hosting https://github.com/Canner/canner-firestore-cms

More demo visit /examples folder & canner-demo and cannercms.com

Instructions

Blog posts

Develop

Install all dependencies.

We are using yarn workspace to manage all repos, learn more about Yarn workspace

To install packages

yarn

Roadmap

Interested in our next roadmap to v4? Please follow issue here.

License

Apache-2.0

footer banner

You can’t perform that action at this time.