IOS APP 2026

Ring Glance

An iOS app and home-screen widget for Oura Ring data: readiness, sleep, and heart-rate trends at a glance, with auth that runs entirely on the phone.

Swift SwiftUI WidgetKit

The Oura app buries the two numbers I check every morning, so this puts them on the home screen. Widgets read a snapshot shared through an App Group; the main app renders trends with Swift Charts.

The part I care most about is what’s missing: a backend. Sign-in runs through an ephemeral on-device web session, the token lives in the Keychain, and requests go straight from phone to Oura’s API. My health data never transits a server I’d have to run and secure.