When a Health App Needs a Backend Platform: BodySeasons on horizOn
In a nutshell
How BodySeasons uses horizOn for authenticated user accounts, Cloud Save, and AES-256-GCM encrypted storage at rest.
Backend is not only a game-development concern
horizOn is built so products can work reliably with user accounts, Cloud Save, remote configuration, and other backend capabilities. A cycle app also has real state: personal entries, settings, an account, and the expectation that everything returns where a user left off.
BodySeasons uses horizOn for that product foundation. It is not a visible surface; it is the layer that brings sign-in, account-bound data, and cloud storage together reliably.
Find BodySeasons on bodyseasons.com, the Apple App Store, or Google Play.
A save belongs to one user
Cloud Save in horizOn is account-bound. After a valid session, a product can read or write the data intended for that one account. The app itself decides what it stores. horizOn provides the protected transport and storage path, while the health context and visible experience stay with BodySeasons.
A backend should not make assumptions about health data. It should store securely, authenticate clearly, and never mix data between accounts. For BodySeasons, personal histories remain bound to the user’s own sign-in instead of ending up in a general data pool.
Encrypted at rest — stated precisely
BodySeasons Cloud Save copies are encrypted server-side at rest with AES-256-GCM. That is not a promise of end-to-end encryption: the server can process data for the authorised app. It is a concrete protection layer for stored data, complemented by HTTPS/TLS in transit and session-bound authorisation.
What the integration delivers technically
The BodySeasons app communicates with the horizOn App API through API keys and the respective user session. The Cloud Save contract carries a revision on changes so competing writes can be detected. The platform also separates customer accounts at database level. For personal histories, that is a practical foundation: no fleeting browser data as the only source of truth and no uncontrolled overwrites in the background.
The technical goal is continuity, not the largest possible data trail. The app can begin locally and use cloud connectivity where an account or a device change makes sense.
Architecture serves trust, not marketing
Secure data architecture replaces neither medical advice nor the responsibility of a health product. It does create the conditions in which a user does not have to treat her own entries as public raw material. That is the point of connecting BodySeasons and horizOn: support a personal application without losing sight of the data behind the experience.