Totem sets exactly one cookie, and it's the one that keeps you signed in. There are no tracking cookies, no advertising cookies, and no third-party cookies โ which is also why there's no cookie banner.
| Name | What it does | Type | Lifetime |
|---|---|---|---|
totem_session | Keeps you signed in to your workspace. Holds your session credentials, protected so scripts can't read it (HttpOnly, Secure). | Strictly necessary | Until you sign out or it expires |
Because it's strictly necessary to provide the service you asked for (staying signed in), it doesn't require consent under EU rules. Visitors who never sign in get no cookies at all.
The workspace remembers one preference on your own device using localStorage: totem_editor_theme โ whether you like the editor in light or dark mode. It never leaves your browser.
Our pages load fonts and interface libraries from Google Fonts, jsDelivr, and cdnjs. Those requests send your IP address and browser info to the provider (that's how the web works), but none of them set cookies on Totem.
Sign out to end your session, or clear cookies for trytotem.app in your browser settings. The only effect is that you'll need to sign in again.
Questions: support@trytotem.app ยท more detail in the Privacy Policy.