Overview
Kana has two separate platform features:- Admin - This is our Backend API (with SDK wrappers) intended to be used server-side.
- Client - This is our Frontend SDK intended to be used client-side.
Backend (Admin)
Our Admin API is by far our most flexible and powerful. You can take all actions you need with Kana server-side, both reading from and writing data to Kana as is necessary.Quickstart
Install (CLI)
Terminal
Initialize Client
Node.js
Guides
Admin API (Backend) Authorization (Backend)Frontend (Client)
Our Client SDK is perfect for building out all read-only flows and components which utilise Kana data directly from the client. Imagine paywalls, information on feature usage, and package overviews - easily and readily available on demand.Quickstart
Install (CLI)
Terminal
Initialize Client (Simple)
Node.js
Guides
Client SDK (Frontend) Authorization (Frontend)Next Steps
Congratulations 🎉 You’ve now successfully installed and initialized Kana.