https://github.com/papjamzzz/grail
AILIV — Luxury biohacking dashboard. 40 live biomarker orbs across 4 orbital rings. AI health synthesis via GPT, Claude, and Gemini.
https://github.com/papjamzzz/grail
ai biohacking biomarkers creative-konsoles dashboard flask health python
Last synced: about 1 month ago
JSON representation
AILIV — Luxury biohacking dashboard. 40 live biomarker orbs across 4 orbital rings. AI health synthesis via GPT, Claude, and Gemini.
- Host: GitHub
- URL: https://github.com/papjamzzz/grail
- Owner: papjamzzz
- License: mit
- Created: 2026-04-21T14:41:36.000Z (2 months ago)
- Default Branch: v2
- Last Pushed: 2026-05-30T00:32:11.000Z (about 1 month ago)
- Last Synced: 2026-05-30T02:14:29.361Z (about 1 month ago)
- Topics: ai, biohacking, biomarkers, creative-konsoles, dashboard, flask, health, python
- Language: HTML
- Homepage: https://grailorbital.creativekonsoles.com
- Size: 8.24 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AILIV — Luxury Biohacking Dashboard
**40 live biomarker orbs. 4 orbital rings. AI health synthesis.**
AILIV is not a traditional health dashboard. It's a living visual system — a dark canvas with a central amber orb surrounded by 40 glowing biomarker nodes orbiting in real time. Each node represents a health marker. The whole thing breathes.
**Live:** [grailorbital.creativekonsoles.com](https://grailorbital.creativekonsoles.com)
---
## What It Does
- **40 biomarkers** tracked across 4 orbital rings — cardiovascular, hormonal, metabolic, recovery, and longevity markers
- **AI synthesis** — sends your full biomarker panel to GPT-4, Claude, and Gemini simultaneously, returns a unified health verdict
- **Live data ingest** — `/ingest` endpoint accepts real-time data from Apple Health, wearables, and manual entry
- **Scoring engine** — composite health score computed dynamically across all 40 nodes, updates every 4–13 seconds
- **Status system** — green / orange / red per marker with personalized diet, sleep, and exercise recommendations
- **Report panels** — Body, Mind, and Spirit logging with symptom tracking and meal logging
## Biomarker Rings
| Ring | Markers |
|------|---------|
| Inner (8) | Resting HR, HRV, SpO₂, Sleep Duration, Respiratory Rate, VO₂ Max, Wrist Temp, Fasting Glucose |
| Middle (12) | Active HR, Testosterone, CRP, Recovery Index, Cortisol, Vitamin D, Deep Sleep %, REM %, Steps, BP, Body Fat, Ferritin |
| Outer (10) | Magnesium, Omega-3 Index, Insulin Sensitivity, Uric Acid, B12, Zinc, Hydration, Grip Strength, Lactate Threshold, Muscle Mass |
| Outermost (10) | Albumin, ALT, DHEA-S, Free Testosterone, IGF-1, Homocysteine, ApoB, Fibrinogen, NAD+, TSH |
## Stack
```
Python · Flask · Vanilla Canvas JS · Claude (Anthropic) · GPT-4 (OpenAI) · Gemini (Google)
Railway · No external UI frameworks
```
## Run Locally
```bash
pip install -r requirements.txt
python app.py
# → http://127.0.0.1:5566
```
## API Endpoints
| Endpoint | Method | Purpose |
|----------|--------|---------|
| `/ingest` | POST | Push live health data |
| `/api/data` | GET | Retrieve current biomarker state |
| `/api/grail-guide` | POST | Trigger AI synthesis across all 3 models |
| `/log/symptom` | POST | Log a body/mind/spirit symptom |
| `/log/meal` | POST | Log a meal |
---
*A Creative Konsoles project. Built for people who take their biology seriously.*