Skip to content

giladv/orkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orkan License: MIT npm

Orkan is a content management toolkit for building and managing dynamic React applications with ease.

It uses Firebase Firestore, Authentication and Storage as a secure and scalable turn key back-end solution.

Orkan differ from other CMS solutions by the fact that it's embedded into your app and not the other way around. Why it's a plus?

  • Truly painless integration into existing React projects.
  • No platform limitations - you can use any third party packages and setups you like.
  • Side by side realtime editing experience by design.

In The Kit

  • Mobx powered data store and Components which enables the flow of the data into the application.
  • Admin interface which enables to authorized users to manage the data in a CMS like fashion.
  • Automatic Firebase integration, all you need is to provide the configuration object supplied by firebase.

The Admin Interface

The admin interface is a completely optional but extremely powerful tool. Customize it to suit your specific product in minutes, or disable it completely. Either way It loads asyncronousely only when it's needed so it wont effect your app's load time at all.

admin animation

sounds good? click here to get started.

Installation

yarn:

    yarn add orkan

npm:

    npm install orkan