Documentation Index
Fetch the complete documentation index at: https://doc.ambientsoul.ai/llms.txt
Use this file to discover all available pages before exploring further.
iOS Companion App Tutorial
Build a Soul Kernel powered companion app for iPhone in under 30 minutes.🚧 Work-in-Progress — This tutorial is being written. Follow the steps below to set up your environment, and check back for code snippets and UI walkthroughs.
Prerequisites
- Xcode 15+
- CocoaPods
- Rust toolchain (see Setup Guide)
Steps (Outline)
- Scaffold React Native project with
npx react-native@latest init soul-ios - Add Swift bridge to embed Soul Kernel static lib
- Configure background fetch & push notifications
- Build chat UI and connect to
SoulBridge.ask() - Test on device and share your digital twin between phone and physical AI
More content coming soon. Contributions welcome — open a PR in
docs/tutorials/ios-companion.md!