GlycemicGPT Docs

Exploring the Codebase

Get oriented fast — an AI-generated codebase wiki, plus the authoritative architecture docs.

GlycemicGPT is a multi-component platform: this monorepo holds the backend API, web app, and AI sidecar; the Android phone + Wear OS apps and device-data plugins live in the separate lumose-health/android-unofficial repository. This page is a starting point for finding your way around this monorepo.

Ask DeepWiki (AI-generated overview)

Ask DeepWiki

DeepWiki is an auto-generated, AI-powered wiki of this repository. It maps the architecture, summarizes components, and lets you ask questions about the code in natural language — a fast way to build a mental model before reading source.

It refreshes automatically (the DeepWiki badge in the project README keeps it on a weekly re-index), so it tracks the default branch without manual upkeep.

It is AI-generated, and can be incomplete or wrong. Treat it as an orientation aid, never an authority — especially for anything safety-related. The source code, this docs/ site, and the safety rules in CONTRIBUTING are the source of truth. When DeepWiki and the code disagree, the code is right.

The authoritative references

When you need the real picture, start here:

Repository layout (top level)

  • apps/api — FastAPI backend (Python).
  • apps/web — Next.js web app.
  • sidecar/ — the AI sidecar (provider abstraction for BYOAI).
  • docs/ — this documentation site.

On this page