Account & Privacy
Your Glimmer account and data are managed securely through Supabase's infrastructure.
Authentication
Glimmer uses passwordless authentication. You sign in with your email and a one-time code (OTP) — no password is stored or needed. Sessions are managed with secure JWT tokens that refresh automatically.
Your data
Glimmer stores the following data tied to your account:
| Data type | What's stored | Where |
|---|---|---|
| Snapshots | Screenshots, URLs, titles, AI metadata, embeddings | Database + file storage |
| Favorites | Product handle, vendor, title, price, images, store ID | Database |
| Try-ons | Generated images, product details | Database + file storage |
| Uploads | Your uploaded photos for try-ons | File storage |
| Style Graph | Prototypes, co-occurrence edges | Database |
| Credit transactions | Ledger of all credits earned and spent | Database |
| Style Checks | Shared items, voter responses | Database |
| Saved Fits | Outfit inspirations from style briefs | Database |
Data isolation
All your data is scoped to your account using row-level security (RLS). This means:
- Only you can read your snapshots, favorites, try-ons, and graph data
- Other users cannot access your data through any API
- Credit transactions are read-only — you can view but not modify your ledger
- Shared taxonomy data (prototype definitions) is readable by all users but not modifiable
Style Checks and public data
When you create a Style Check, the shared item snapshot and voting data are accessible via the check's unique token. Anyone with the link can view the item and vote. Voter responses (votes, names, comments) are stored and visible to you as the check owner.
Signing out
Tap the logout icon in the toolbar to end your session. Your data remains safely stored — sign back in anytime to resume.
Uninstalling
Uninstalling Glimmer from your Mac removes the app but does not delete your account or data. Your snapshots, style graph, credits, and history persist on Glimmer's servers.