Demo Applications

We provide fully working demo applications that demonstrate the complete integration flow, from backend token exchange to client-side message sending and receiving.

Ionic / Capacitor

Angular-based cross-platform app using the JS SDK. Demonstrates messaging and calls in a real-time chat UI.

View on GitHub →

Android (Kotlin)

Native Android app using the Kotlin SDK. Shows encrypted messaging with E2EE key exchange.

View on GitHub →

iOS (Swift)

Native iOS demo with SwiftUI. Demonstrates SDK initialization, messaging, and delegate-based event handling.

View on GitHub →

Backend (Spring Boot)

Reference backend implementing token exchange, key directory, HMAC signing, and offline message relay.

View on GitHub →

Tip: Each demo app comes with a README that walks you through setup step by step. The backend demo shows the complete server-side integration required for all platforms.