Skip to main content

Syntropy Health Platform

Syntropy Health is a protocol-driven wellness platform that bridges supplement commerce and measurable consumer outcomes. The platform consists of multiple applications working together:

Applications

The Shrine

Full-stack health journaling app with Shrine AI assistant, diet scoring, and longevity protocols. Built with Reflex (Python + React).

Chrome Extension

Browser extension that brings Shrine AI to any webpage for contextual health insights and food logging.

Shopify Partner App

Protocol marketplace integration enabling supplement brands to list and manage longevity protocols.

Mobile App

Native mobile experience for on-the-go health tracking and Shrine AI chat.

Developer Ecosystem

MCP Server

Model Context Protocol server exposing Shrine AI tools to external AI clients (Claude, ChatGPT, etc.).

REST API

Extension API for browser and mobile integrations with Clerk JWT authentication.

OpenClaw Gateway

Open-source messaging gateway connecting WhatsApp, Telegram, Discord, and more to AI agents.

Integrations

Clerk auth, Stripe payments, Shopify sync, wearables, and analytics integrations.

Architecture

The platform follows a mono-repo structure with shared schemas and cross-app governance:
SyntropyHealth-Applications/
  apps/
    Syntropy-Journals/    # The Shrine (main app)
    chrome-shrine/        # Chrome extension
    shopify-protocols/    # Shopify partner app
    syntropymobile/       # Mobile app
    openclaw/             # OpenClaw gateway
  docs/                   # This documentation site (Mintlify)
  shared/                 # Cross-app schemas and contracts
  legal/                  # Corporate documents
Each app is a git submodule with its own toolchain, CI/CD pipeline, and deployment target. The root Makefile orchestrates cross-app operations like testing, linting, and schema validation.