Skip to content
ELYX-HEALTH-HUB

ELYX-HEALTH-HUB

AI POWERED HEALTH CARE ASSISTANT

Created on 12th October 2025

ELYX-HEALTH-HUB

ELYX-HEALTH-HUB

AI POWERED HEALTH CARE ASSISTANT

The problem ELYX-HEALTH-HUB solves

Elyx Web Application

LINK: https://studio-elyx.vercel.app/

Overview

Elyx is a next-generation health platform designed to maximize the number of healthy years in a member’s life. Unlike traditional healthcare systems that focus on treating illness, Elyx emphasizes prevention, optimization, and personalization. The web application acts as the central hub where members, doctors, and specialists collaborate seamlessly with AI to manage health journeys.

Core Features

  1. Personalized Health Journey Dashboard

Each member has a unique, evolving health journey that combines medical history, lifestyle goals, wearable data, and interventions.

The dashboard provides a real-time view of current progress, active plans, and outcomes.

  1. Decision Tracking & Transparency

Every medical or lifestyle recommendation (exercise, nutrition, therapy, or medication) includes a clear explanation of why it was chosen.

Users can trace decisions back to conversations, diagnostics, or physician reviews for full accountability.

  1. AI-Powered Insights

AI synthesizes data from wearables (Garmin, Oura, Whoop), lab tests, and health apps to detect patterns and suggest optimizations.

Personalized recommendations evolve dynamically as new data is collected.

  1. Communication Hub

WhatsApp-style messaging between members and the Elyx team (concierge, doctors, nutritionists, physiotherapists).

Handles routine check-ins, intervention updates, diagnostic results, and personalized follow-ups.

Members can initiate up to 5 queries per week (reflecting natural curiosity and research).

  1. Journey Visualization

Interactive timeline of the member’s journey: onboarding, diagnostic tests, interventions, therapy sessions, and results.

Allows members and providers to see not only what is happening but also why it happened.

  1. Progress Monitoring & Reports

Monthly executive summaries with actionable insights and quarterly deep-dive reports.

Tracks key metrics: blood markers, cognitive scores, VO₂max, biological age, stress resilience, sleep quality.

AI-driven progress visualization (graphs, milestones, before/after states).

Challenges I ran into

Challenges Faced During Elyx Web App Development

  1. Wearables Data API Integration
    One major hurdle was integrating multiple wearable device APIs (Garmin, Oura, Whoop) in a unified dashboard. Each brand’s API differed in:

Authentication (OAuth, API keys, custom tokens)

Data formats (JSON structure, time zones, metric names)

Rate limits and usage quotas

Solution:
I created modular API handler functions for each wearable, using a common interface to normalize data before pushing it to MongoDB. Refresh logic was automated via backend cron jobs to handle token expiry and update metrics reliably.

  1. Real-Time Messaging System Bugs
    Implementing WhatsApp-style messaging was challenging with inconsistent message ordering and delivery failures, especially under load.
    Socket.io would sometimes drop connections, and messages failed to persist if MongoDB was momentarily unavailable.

Solution:
I added a message queue layer (RabbitMQ) between Socket.io and MongoDB so messages would get buffered before database writes. This ensured delivery and order—plus, messages were temporarily stored locally to sync after reconnection.

  1. AI Explanation Traceability
    Generating transparent AI recommendations was difficult. Sometimes, AI suggestions had unclear logic for users ("why did I get this nutrition plan?").

The AI model lacked context from past decisions.

Decision tracking links would sometimes break if conversation IDs changed.

Solution:
I implemented a traceability map in the database, linking every AI recommendation with the triggering event, data source, and conversation ID. Whenever recommendations or plans updated, the frontend “Explain” button would pull the latest traceable audit trail, keeping users informed.

  1. DevOps and Deployment Conflicts
    Deployments to Vercel crashed when Node.js versions between development and production mismatched, and environment variables weren’t synced across the backend and frontend builds.

Solution:
I standardized environment configs with dotenv and wrote pre-deployment scripts to verify Node versions, run tests, and alert about missing variables. Now, builds succeed and environments are predictable!

Learning:
Each challenge strengthened my problem-solving and prompted systematic documentation and better modular coding habits—making Elyx robust and scalable for future features.

Tracks Applied (3)

Open Track - Development

Freshman Track

Team consisting of only freshers of IIT Roorkee Direct interviews at SDSLabs for IIT-R students

HiLabs Track

MY PROJECT IS RELATED TO HEALTH CARE

HiLabs

Discussion

Builders also viewed

See more projects on Devfolio