AVYCENNA

Introduction

Everything you need to know about AVYCENNA — whether you're a patient tracking your health or a doctor monitoring your patients.

Welcome to AVYCENNA

AVYCENNA is a continuous health tracking platform that bridges the gap between doctor visits. Patients log daily check-ins in under 30 seconds, wearables sync biometric data automatically, and an AI-powered insight engine surfaces patterns that matter — all visible to your care team in real time.

Whether you're a patient who wants to understand your own health better, or a clinician who needs more signal between appointments, AVYCENNA gives you the tools to act on data instead of guessing.

How AVYCENNA Works

┌─────────────────────────────────────────────────────────────┐
│                       AVYCENNA Platform                      │
│                                                             │
│   📱 Mobile App (Expo)          🌐 Web Dashboard (Next.js)  │
│   Patient check-ins             Doctor monitoring            │
│   Wearable sync                 Trend analysis               │
│   AI insights                   Patient management           │
│         │                              │                     │
│         └──────────────┬───────────────┘                     │
│                        ▼                                     │
│              ⚡ FastAPI REST API                              │
│              /api/v1/*                                       │
│                        │                                     │
│           ┌────────────┼────────────┐                        │
│           ▼            ▼            ▼                        │
│      PostgreSQL    Claude AI    Rule Engine                  │
│      (primary DB)  (insights)   (always-on)                 │
└─────────────────────────────────────────────────────────────┘

Data flows from patients (mobile app or wearables) into the FastAPI backend, which stores everything in PostgreSQL. The insight engine — a combination of deterministic rules and Claude AI — analyzes check-in history and surfaces findings. Doctors access all of this through the web dashboard or directly via the REST API.

What's in These Docs

SectionAudienceWhat You'll Find
For PatientsPatientsCheck-ins, AI insights, symptoms, medications, wearables, privacy
For DoctorsClinicians & developersDashboard, patient access, grants, REST API, authentication, integrations

New here? Patients should start with Patient Features. Developers and clinicians should jump to the API Overview or Authentication.

On this page