Workout tracking, offline sync and a chart pack that reads on a phone in sunlight.
Cadence is an Expo application template for anything that logs sessions over time — training, physio, meditation, habit tracking. The domain is swappable; the hard parts are not.
Offline-first with SQLite and a conflict-resolving sync layer, background notifications, and charts that stay readable at 400 nits on a bright day.
We design for thumbs first. Expo templates and storefront layouts with the fiddly bits — offline states, skeletons, deep links — already solved.
Every purchase generates a license code you can verify from your own application through the purchase-code API.
I have written offline sync twice and hated it twice. This one handles the backgrounded-mid-write case, which is the one that always bit me.
Upgrading from 2.x needed a schema migration and the guide was thin. Support walked me through it same day though.