Skip to main content

Introduction

Build sandboxed extensions for the Kittl editor with the Kittl SDK.

This documentation covers:

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

Who this is for

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

  • read or update design data
  • react to editor state
  • authenticate users against third-party services
  1. Getting started
  2. SDK setup
  3. Extensions
  4. Extension guide
  5. Authentication