Legal
Cookie Policy
Last updated: July 18, 2026
Overview
Socialio uses a small amount of browser storage to keep the app usable: your theme choice, workspace preferences, and sign-in session. We do not use third-party advertising or analytics cookies.
localStorage
Theme preference (socialio:theme) — remembers light or dark mode so the interface loads with your chosen theme.
Workspace selection (socialio:workspace-org-id) — stores the last organization you worked in so the workspace switcher opens on the right context.
Active chat (socialio:active-chat:…) — remembers your last open studio chat per workspace and agent so you can resume where you left off.
Authentication session
When you sign in, Supabase Auth stores session tokens in the browser (typically localStorage or secure cookies, depending on your browser and configuration). These are required to keep you signed in and to authorize API requests. Signing out clears the session.
Service worker (PWA)
If you install Socialio as a progressive web app, a service worker may cache static assets locally for faster loading. No personal content is stored in the cache beyond what is needed to run the shell of the app.
Managing storage
You can clear site data from your browser settings at any time. Clearing storage will sign you out and reset theme and workspace preferences. For questions, contact [email protected].