Product · live today
Smart Glasses Kit — BLE glasses to AI photo log
Camera glasses over Bluetooth, one secret URL per pair, and every photo described by AI automatically. No app-store app to install — it runs in the browser.
How it works
- 1Pair over Bluetooth The glasses pair with any browser that supports Web Bluetooth (Chrome everywhere, Bluefy on iPhone) — no native app required.
- 2Capture & upload Photos taken on the glasses are pulled over BLE into the browser and uploaded to a server scoped to that pair's own secret link.
- 3Dedup & store Each photo is hashed on arrival so re-uploads are free; the file lands on disk and a record lands in the database.
- 4AI description A background worker sends each photo to an AI vision model and retries automatically if the request fails or is refused.
- 5One link, always current The pair's own URL shows every photo and its AI description — nothing to install, nothing to configure twice.
Why a URL, not an app
The one constraint that shaped every decision here: this has to be something you can hand someone as a link, not a listing in an app store.
No install
Open the link, it works. No app review, no update cycle.
Per-glasses scope
Each pair gets its own bound link — no shared login, no account system.
Key stays server-side
The only hard rule: the AI API key never reaches the browser.