Legal

Cookie Policy

Last updated: 17 May 2026.

Mini Me OS only uses cookies and browser storage that are strictly necessary to run the app. No analytics scripts, no marketing tags, no third-party tracking pixels. There is no consent banner because there is nothing optional to consent to.

What we set

  • Authentication cookie (Supabase). When you log in, our authentication provider sets a cookie that proves to the server who you are. Without it you can't open the dashboard. It expires when your session expires or when you log out.
  • localStorage cache. Once you are signed in, Mini Me OS keeps a copy of your workspace data (tasks, projects, goals, routines, etc.) in your browser's localStorage so the dashboard loads instantly on every page. The cache is namespaced per user and is overwritten when the server returns fresh data. Logging out does not automatically erase the cache — clear it from your browser settings if you want it gone.
  • Pre-account localStorage. If you used Mini Me OS before signing in, anything you captured is stored in localStorage only. After your first sign-in, the app offers to move that data into your account. If you choose "Start fresh", the local copy stays on your device until you clear browser storage yourself.
  • Service-worker cache (PWA / offline). When you install Mini Me OS as a Progressive Web App or simply revisit the site, a service worker caches the app shell and recent assets in the browser's Cache Storage so the app opens instantly and works offline. Clearing browser data unregisters the service worker and empties the cache.
  • Push-notification subscription (opt-in). Not technically a cookie, but worth naming: if you allow notifications, the browser issues a push endpoint that we store against your account so the morning recap and any automations you build can reach you. Settings → Notifications removes both the subscription and the stored endpoint.

What we do not set

  • No analytics cookies. We do not run Google Analytics, Mixpanel, PostHog or any equivalent.
  • No advertising cookies, no retargeting pixels, no social media trackers.
  • No "essential" third-party tags that quietly do tracking.
  • No payment cookies — billing is not connected yet.

Third-party cookies

If you visit a page that embeds an external resource (for example a YouTube preview in a blog post), the third party may set its own cookies. The app's main views do not embed such resources today.

Managing storage

You can clear cookies and localStorage at any time from your browser. After clearing, you will be signed out and the local cache will rebuild itself on your next sign-in.

Changes to this policy

If we ever introduce optional storage (for example, an analytics tool), we will update this page and add an explicit consent step before any such storage runs. Material changes will also be announced inside the app. For more context see the Privacy Policy.