Product Brief  ·  Concept V1  ·  May 2026

WholisticHuman

A personal log for people who need to understand how everything affects them.

Pre-build Personal V1 iPhone PWA Single User

Everyone's guessing.

Sensitive people — those dealing with histamine intolerance, MCAS, eczema, IBS, anxiety, chronic fatigue, or general reactivity — live in a constant guessing game. A symptom appears and they try to mentally trace back 24–48 hours of inputs: what they ate, what they put on their skin, what they were exposed to.

Memory is unreliable, the lag between cause and effect varies by reaction type, and multiple inputs interact in ways that aren't obvious in the moment.

Existing tools don't solve this. Food diaries, symptom trackers, and skincare logs are all siloed. None of them connect inputs to outputs across categories, and none surface patterns over time.

One log. Everything in it.

WholisticHuman captures both inputs — food, drinks, supplements, medications, topicals, environmental exposures — and outputs — mood, energy, skin state, congestion, pain, digestion — in one unified timeline.

The value isn't in the logging. It's in what the data eventually reveals.

The person who suspects something.

Someone who believes that things they consume, apply, or encounter are affecting how they feel — but can't reliably identify what, when, or why. They may or may not have a formal diagnosis. They are motivated to track but have likely tried other apps and quit due to friction or lack of insight.


How it has to feel.

Low friction above everything

If logging takes more than 30 seconds, the habit breaks. Quick-add, severity sliders, and voice input all serve this.

Inputs and outputs are distinct

Outputs are what you're trying to explain. Inputs are the candidates. Structural separation makes correlation possible.

Honest about limitations

The app surfaces hypotheses, not diagnoses. "X appeared before your worst days" is useful. Claiming causation is not.

Personal first

Built for one real user. Data model is solid from day one, but UX complexity is deferred until the habit is validated.


What ships first.

Intentionally deferred.

Kept out to keep V1 buildable and the habit testable before adding complexity.

Correlation engine Pattern summaries Push notifications Data export Multi-user support Elimination diet mode Histamine load scoring

How it's built.

React + Vite
PWA — home screen app on iPhone via Safari
Tailwind + shadcn
Component library and styling
Supabase
Persistent data storage, free tier
Claude API
Voice transcript parsing into structured entries
Web Speech API
In-browser voice capture, no third-party cost
Open-Meteo
Free pollen API — grass, birch, ragweed, oak and more by lat/lng
AirNow API
Free EPA-backed AQI feed — PM2.5, ozone, pollutant breakdown
Vercel
Hosting and deployment

What happens from here.

  1. Create Supabase project and define database schema
  2. Write Cursor build prompt from this spec
  3. Build and deploy V1 to Vercel
  4. Hand to real user — observe logging behavior for 30 days
  5. Evaluate whether correlations surface anything meaningful before scoping V2