Skip to content

shaaijs/shaai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@shaai/core   npm version

Core library containing data related functions.

Shaai HomepageOur blog, made in Shaai

Usage

Shaai can be used in multiple ways, but the easiest one is to use scrolls to render blogs.

//Vanilla JS
npm install --save @shaai/scroll-ink

//React
npm install --save @shaai/scroll-ink @shaai/react

We suggest you read about the constituents of the framework below, but you can always skip and move to implementation directly. Read about usage in detail here.

Setting up your first blog

Introduction

Shaai is a pluggable blogging setup which allows you to source your content from anywhere and display it the way you want. It aims to be modular in every aspect and allows you to use every piece of it the way you want.

The name 'Shaai' comes from the Marathi/Hindi word shaai, meaning ink. We have named internal components following a similar nomenclature.

Broadly, the whole setup is made up of these packages:

1. Core library @shaai/core

This is the core package containing the basic data related functions and does the job of talking to the data source. This npm package can be independently used to consume blog data and render as per one's needs. Generally, the core library is used by scrolls internally.

A data source, for example, can be any existing database, your Wordpress or Medium blog or you can choose to use Shaai's content management system (CMS).

core connects to your data source and transforms data so that any Shaai scroll can consume it.

2. Scrolls @shaai/scroll-*

Scrolls used to be the surfaces for writing down content centuries back. In Shaai, scrolls are templates that render your data. @shaai/scroll-ink is one of our homemade scrolls. It provides a blog design using Shaai's design system and is a clean way to show your blog posts.

Scrolls are meant to be pluggable in nature. You can choose from the currently available scrolls, and we are creating more of them. Developers can also write their own scrolls using the @shaai/core package to fetch data. These can be made open source so that the community has a variety of options to choose scrolls from.

Read more about scrolls and how to create your own scroll here.

This is the content management system for Shaai. You can manage your blogs here. The CMS can be self hosted on your server, or you can use our hosted version directly.

Roadmap

Shaai was developed with many ambitious features in mind, but we have limited ourselves to the most crucial ones for the first release. Following are part of the framework roadmap:

Cartridges @shaai/cartridge-*

These are the data sources for Shaai. In future, we plan to have several other data sources, like file system.

Nibs @shaai/nib-*

These are plugins for custom data transformation and injecting your own functions into the shaai instance.

Blogs made using Shaai

Shaai Blog
Mohit's Blog