Skip to content

gotchoices/sereus-health

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

191 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sereus Health

Sereus Health

A personal health tracking app that helps you discover correlations between your daily activities, conditions, and health outcomes.


Overview

Sereus Health lets you log what you do (activities), what's happening around you (conditions), and how you feel (outcomes). Over time, these data points reveal patterns—helping you understand what makes you feel better or worse.

Key capabilities:

  • Flexible taxonomy: Log activities (exercise, eating, work), conditions (weather, stress), and outcomes (pain, energy, mood). Add your own categories and items as needed.
  • Quantifiers: Track intensity, duration, quantity—whatever measurements matter for each item.
  • Bundles: Group frequently-used items together for quick logging.
  • Graphs: Visualize trends across time to spot correlations.
  • Export & share: Generate reports for healthcare providers.
  • Sereus networking (planned): Sync across devices and share with trusted parties via Sereus fabric.

Documentation

Document Description
docs/STATUS.md Current project status and TODOs
design/stories/ User stories describing app functionality
design/specs/ Technical specifications for screens and API
design/generated/scenarios/ Visual scenarios with screenshots

Development

Prerequisites

  • Node.js 18+
  • React Native development environment (setup guide)
  • For iOS: Xcode, CocoaPods
  • For Android: Android Studio, JDK

Quick Start

# Install dependencies
npm install

# iOS: install pods (first time or after native dep changes)
cd ios && pod install && cd ..

# Start Metro bundler
npm start

# Run on device/simulator
npm run android   # or: npm run ios

Project Structure

health/
├── src/
│   ├── screens/      # Screen components
│   ├── components/   # Reusable UI components
│   ├── data/         # Data adapters (mock/Quereus)
│   ├── db/           # Database schema and queries
│   └── i18n/         # Internationalization
├── design/           # Specs, stories, generated docs
├── docs/             # Project documentation
└── mock/             # Mock data for development

License

Proprietary – Sereus Project

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors