A visual tour of every screen in dminder, with design rationale and implementation notes. Choose your platform.
All vitamin D calculations, gauge math, burn time algorithms, and D-level estimation run in a shared Rust core compiled to native code on each platform. The iOS app uses SwiftUI with the Rust library via FFI; the Android app uses Jetpack Compose with JNA bindings to the same Rust crate. Zero logic duplication.