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 typeWhat's storedWhere
SnapshotsScreenshots, URLs, titles, AI metadata, embeddingsDatabase + file storage
FavoritesProduct handle, vendor, title, price, images, store IDDatabase
Try-onsGenerated images, product detailsDatabase + file storage
UploadsYour uploaded photos for try-onsFile storage
Style GraphPrototypes, co-occurrence edgesDatabase
Credit transactionsLedger of all credits earned and spentDatabase
Style ChecksShared items, voter responsesDatabase
Saved FitsOutfit inspirations from style briefsDatabase

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.