Text your family on a cruise ship — or anywhere coverage is unreliable — over a delay-tolerant Bluetooth mesh, with end-to-end encryption and an optional internet relay when someone gets online.
BLE store-and-forward carries messages when Wi‑Fi and cellular are gone. Minutes of delay are fine.
Sealed envelopes only. Relays and strangers’ phones never see plaintext — including delivery receipts.
One device with a Wi‑Fi package becomes the family uplink. Self-hostable mailbox on a cheap VPS.
Phones point at https://relay.davidjacobson.work with a family bearer token
(from friend cards / app settings). The relay stores sealed envelopes only —
content-agnostic mailbox with REST poll and WebSocket push.
Android (Kotlin / Jetpack Compose) and iOS (SwiftUI) clients live in the open-source repo. Shared crypto and sync logic is a Rust core via UniFFI. Store listings are not public yet — build from source for now.