Skip to content

akeemphilbert/canner

 
 

Repository files navigation

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.


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

To build lib

yarn build

To run the demo under /docs

yarn start

Roadmap

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

License

Apache-2.0

footer banner

About

⚡️A Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.4%
  • TypeScript 11.1%
  • HTML 0.5%