Documentation Index
Fetch the complete documentation index at: https://docs.plaud.ai/llms.txt
Use this file to discover all available pages before exploring further.
Choose how to build your app
There are two ways to get started with the Plaud SDK:Full Starter App
A complete runnable iOS or Android project with all screens preconfigured. The fastest path to a working app.
SDK Only
Integrate the SDK directly into your existing app and build your own UI from scratch.
Full Starter App
The starter app is a production-ready template with the Plaud SDK pre-integrated. Clone it, drop in your Client ID, and run.- iOS
- Android
Prerequisites: Xcode 15.0+, iOS 14.0+ device, Xcodegen (
brew install xcodegen)GitHub repositoryUpdate project settings
Edit
ios/project.yml:- Change
bundleIdPrefix: com.plaudto your own Bundle ID prefix (e.g.com.yourcompany) - Xcode will auto-assign your Development Team on first build
What’s included
The starter app ships with these prebuilt screens and components:Onboarding
Full device pairing flow from launch to first connection.- Welcome screen
- Bluetooth scanning
- Device discovery and selection
- Connection and secure device binding
- Multi-device support (NotePin and Note Pro / Note)
Home
Main dashboard after pairing, with quick access to core actions.- Home screen with connected device status
- Recording in progress state
- Record screen
Files
Browse and manage all recordings synced from the device.- File list with recording metadata
- Fast transfer modal for bulk sync
- File actions (more modal)
Recording detail
Full detail view for each recording with three sections:- Transcription — Full transcript with speaker labels
- Activity — Recording timeline and events
Device management
Per-device controls and status screens.- Device detail with battery, charging, and firmware states
- Manage device screen
- Firmware update flow
- No devices connected state