Skip to main content

Introduction

Build sandboxed apps for the Kittl editor with the Kittl SDK. Use the Kittl CLI to tie a local project to a Kittl app and sync manifest, build output, and review.

Beta: While in beta, your account must be approved for app creation by a Kittl admin. See Kittl CLI requirements.

This documentation covers:

  • Kittl CLI
  • SDK setup (package and script-tag usage)
  • App architecture and file structure
  • OAuth authentication in sandboxed apps
  • API references for design and state integration

Who this is for

You are building an app that runs inside Kittl and needs to:

  • read or update design data
  • react to editor state
  • authenticate users against third-party services
  1. What is an app?
  2. Getting started
  3. Kittl CLI
  4. SDK setup
  5. Authentication