Origin
An iOS strength-training app that connects planning, workout logging, and explainable progression.
Make the plan before a workout as useful as the log afterward, while keeping training decisions visible to the person using the app.
The approach
A SwiftUI client handles plans and sets, with a PostgreSQL backend and a client outbox for synchronization. Progression suggestions explain the sessions behind them. CI separates iOS compilation from database and concurrency checks.
Status & next steps
The public README reports CI compilation and tests, but no deployed-backend sync run. Signing and distribution still need validation. This is not an App Store release.
Public source