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.
Android (Kotlin)
Native Android app using the Kotlin SDK. Shows encrypted messaging with E2EE key exchange.
iOS (Swift)
Native iOS demo with SwiftUI. Demonstrates SDK initialization, messaging, and delegate-based event handling.
Backend (Spring Boot)
Reference backend implementing token exchange, key directory, HMAC signing, and offline message relay.
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.