Version 1.0

Your glucose data.
Where you need it.

GlucoseReporter is a lightweight, self-hosted bridge that reads authorized Twiist follower data, stores it locally, and makes it available to compatible displays such as SugarPixel. It was built especially with Android families in mind, where official Twiist caregiver access is currently limited to Apple's ecosystem.

SOURCE Twiist follower data Authorized read-only access
BRIDGE GlucoseReporter Normalize • store • serve
DISPLAY SugarPixel Nightscout-compatible output
Read-onlyNo pump control
Self-hostedRuns on a Raspberry Pi
RecoverableAuto-starts after reboot
Private by designNo public dashboard required
HOW IT WORKS

A small bridge with a very specific job.

GlucoseReporter keeps the moving parts narrow. It authenticates as a legitimate follower, retrieves telemetry, stores normalized readings locally, and serves a small compatibility layer for displays that already understand Nightscout-style glucose data.

01

Collect

The collector retrieves authorized follower telemetry on a controlled schedule and keeps authentication state in memory.

02

Normalize

Glucose samples are normalized, deduplicated, and stored locally in SQLite so the display path is independent of each upstream request.

03

Serve

A tiny read-only adapter exposes compatible glucose entries while Cloudflare Tunnel provides stable HTTPS access without exposing the Raspberry Pi directly.

BUILT FOR THE ANDROID GAP

Caregiver glucose data should not depend on owning an iPhone.

Twiist provides its caregiver experience through the twiist insiight app, while its current phone ecosystem remains centered on compatible iPhones and Android compatibility is still described by Twiist as future work. GlucoseReporter grew out of a practical need to make authorized follower glucose data useful for families and caregivers who live on Android.

ANDROID

Platform-independent access

The bridge runs on a Raspberry Pi, not on the caregiver's phone, so compatible displays and future clients are not tied to iOS.

FOLLOWER

Authorized data only

GlucoseReporter uses legitimate follower authentication and reads telemetry already made available to an authorized caregiver account.

BRIDGE

Not a replacement controller

It does not control the Twiist pump, deliver insulin, change settings, or replace the official Twiist treatment interface.

Important distinction

GlucoseReporter is not an Android version of twiist insiight. It is an independent, read-only interoperability bridge designed to make authorized follower glucose data available beyond an iPhone-only workflow.

SAFETY BOUNDARY

Read-only means read-only.

GlucoseReporter is intentionally separated from treatment control. Its job is to report data, not make therapy decisions or send commands.

Reads authorized follower telemetryGlucose and related display data only
Stores data locallySmall, purpose-built SQLite storage
×
No bolus or basal commandsNo insulin delivery control
×
No pump setting changesNo treatment-state writes or acknowledgements
CURRENT RELEASE

Version 1.0 is live.

The first production milestone was declared after a real reboot test: the collector, display adapter, and Cloudflare tunnel all returned automatically without manual intervention.

Releasev1.0
PlatformRaspberry Pi
Display outputSugarPixel compatible
RecoveryAutomatic after reboot
WHY GLUCOSEREPORTER

Built to make useful data easier to reach.

GlucoseReporter started as a practical interoperability project born from a real gap: an Android-using caregiver needed dependable access to follower glucose data without depending on an iPhone-only workflow. The goal became simple: take glucose data already available to an authorized follower and make it useful on the displays and platforms a family already relies on.

The project favors small components, local storage, clear operational logs, and a strict read-only boundary. The result is intentionally boring infrastructure, which is exactly what always-on infrastructure should be.

GLUCOSEREPORTER™

Simple bridge. Stable endpoint. No treatment control.

Version 1.0 • Self-hosted • Read-only