Uncry · Teller
Teller
Registration dashboard for Uncry installs. Devices call /api/devices/* to register + heartbeat — you track them here.
How it works (poss branch)
- Uncry generates a deviceId on first launch (stored in prefs)
- POST
/api/devices/registeron every cold start / install - POST
/api/devices/heartbeatevery 60s (via WorkManager) — constant connection simulation over serverless - Dashboard polls
/api/devicesand 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.