Building Fitality: Wellness Redesign Notes
Notes from taking a fitness app toward a calmer wellness product without losing usefulness.

The interesting part of redesigning Fitality was not visual polish. It was deciding what kind of energy the product should carry. Fitness products often default to pressure. I wanted something that still encouraged action but felt calmer and more sustainable.
That meant language changes before color changes. We rewrote labels, toned down aggressive prompts, and made progress feel steadier instead of louder. A product can become more motivating by reducing friction, not by increasing intensity.
Here is a tiny example of the kind of implementation detail I keep thinking about:
if streak == 0 {
copy = "Start with one small win today."
} else {
copy = "Keep your rhythm going."
}
That kind of choice looks small in code review, but it shapes how the product feels over time. Wellness products are mostly a collection of small emotional decisions.