Uncry · Teller

Teller

Registration dashboard for Uncry installs. Devices call /api/devices/* to register + heartbeat — you track them here.

Open dashboardUncry repo

How it works (poss branch)

  1. Uncry generates a deviceId on first launch (stored in prefs)
  2. POST /api/devices/register on every cold start / install
  3. POST /api/devices/heartbeat every 60s (via WorkManager) — constant connection simulation over serverless
  4. Dashboard polls /api/devices and shows lastSeen · install state · battery

Next step: per-user login so users track their own installs. For now all devices are global (beta / internal).

Deploy: vercel --prod — set TELLER_BASE_URL in Uncry to this URL.