Skip to content
Sendora
Create account
SDKs

First-party SDKs for every platform.

All SDKs share the same mental model: identify, track, link. Each one ships with types, background retries, and automatic consent handling.

Web

TypeScript

npm install @sendoracloud/sdk-web

import { Sendora } from class="tk-s">"@sendoracloud/sdk-web";

const s = new Sendora({ publicKey: class="tk-s">"pk_live_..." });
s.track(class="tk-s">"page.viewed");

iOS

Swift

SwiftPM: github.com/sendoracloud/sdk-ios

import Sendora

Sendora.shared.configure(publicKey: class="tk-s">"pk_live_...")
Sendora.shared.track(class="tk-s">"screen.viewed")

Android

Kotlin

implementation("com.sendora:sdk:1.0.0")

Sendora.init(this, class="tk-s">"pk_live_...")
Sendora.track(class="tk-s">"screen.viewed")

Start in minutes. Scale without switching tools.

The free tier covers most side projects. Every module is turn-key and every SDK is first-party.