LEGAL

Cookie Policy

EFFECTIVE DATE: JANUARY 1, 2026 · LAST UPDATED: MAY 15, 2026

1. WHAT ARE COOKIES?

Cookies are small text files that are placed on your device by websites you visit. They are widely used to make websites work efficiently and to provide information to website operators. In addition to cookies, modern web applications may use similar technologies such as local storage, session storage, IndexedDB, and Service Workers ("Cache API"). In this Policy, we refer to all such technologies collectively as "Browser Storage Technologies."

2. HOW KAMI USES BROWSER STORAGE TECHNOLOGIES

Kami is designed to be privacy-first and minimally invasive. Unlike most web applications, the vast majority of data stored in your browser by Kami is your own data — conversation history, memories, and preferences that you have chosen to generate and store. Kami does not use tracking cookies, advertising cookies, or social media pixels.

The Browser Storage Technologies used by Kami fall into three categories:

3. AUTHENTICATION COOKIES (ESSENTIAL)

Kami uses Clerk, Inc. for user authentication. Clerk sets essential authentication cookies and localStorage entries to maintain your signed-in session across pages and browser restarts. Without these, you could not stay logged in to your account.

STORAGE KEY / COOKIEPURPOSETYPEDURATIONSET BY
__sessionAuthentication session tokenHTTP CookieSessionClerk
__client_uatClient-side user auth tokenHTTP CookiePersistentClerk
__clerk_db_jwtClerk JWT (JSON Web Token)HTTP CookiePersistentClerk
__clerk_db_jwt_*Clerk session managementLocalStoragePersistentClerk

These cookies are strictly necessary for the functioning of the Services and cannot be disabled through Kami. You may block or delete them through your browser settings, but this will prevent you from logging into Kami.

4. FUNCTIONAL LOCAL STORAGE

Kami uses localStorage (a browser feature that stores key-value data on your device) to save your preferences and application state. This data never leaves your device and is not transmitted to any server.

STORAGE KEYPURPOSECATEGORY
kami:selectedModelYour chosen AI modelPreference
kami:preferredNameYour preferred namePreference
kami:planCurrent subscription planFunctional
kami:planExpirySubscription expiry dateFunctional
kami:currentSessionYour active chat session IDFunctional
kami:onboardingStatusOnboarding completion statusFunctional
kami:voiceInputVoice input preference (local/cloud)Preference
kami:ttsEnabledTTS (speech output) preferencePreference
kami:speculativeDecodingPerformance optimization settingPreference
kami:pendingPlanPlanned upgrade/downgradeFunctional

These localStorage values are essential for the application to function. They are not used for tracking or analytics purposes.

5. APPLICATION DATA STORAGE (SQLITE / OPFS)

The core of Kami's functionality relies on large-scale local data storage via SQLite compiled to WebAssembly, stored in your browser's Origin Private File System (OPFS). This is not a cookie or localStorage — it is a dedicated, sandboxed filesystem that your browser provides to web applications. The data stored here includes:

  • All conversation messages (in the messages table)
  • Core memories and semantic facts (in the core_memories and semantic_memories tables)
  • Emotional state vectors and day summaries (in the emotional_snapshots and day_summaries tables)
  • Entity graph data (in the graph_nodes and graph_edges tables)
  • HNSW vector indices for semantic search

OPFS data is yours and yours alone. It cannot be accessed by Kami's servers, other websites, or other browser profiles. You can view statistics about your stored data in the Settings panel and wipe all data at any time.

6. SERVICE WORKER AND CACHE STORAGE

Kami uses a Service Worker and the browser's Cache API to enable offline functionality and improve performance. The Service Worker caches:

  • Application code (HTML, JavaScript, CSS, fonts) — network-first strategy
  • AI model files (MLC-LLM model weights downloaded from Hugging Face) — cache-first strategy for large models; caches WASM files
  • Embedding model files (all-MiniLM-L6-v2)

The Service Worker does not intercept, log, or transmit any of your conversation data or personal information. Its sole purpose is to enable offline functionality and faster subsequent loads.

7. THIRD-PARTY COOKIES AND STORAGE

The following third-party services used by Kami may set cookies or use browser storage:

SERVICEPURPOSESTORAGE TYPEPRIVACY POLICY
ClerkAuthenticationCookies, LocalStorageclerk.com/legal/privacy
Dodo PaymentsPayment processingCookies (on checkout page)dodopayments.com/privacy
Hugging FaceAI model file delivery (CDN)Browser cachehuggingface.co/privacy
Google FontsFont deliveryBrowser cachepolicies.google.com/privacy

8. MANAGING COOKIES AND BROWSER STORAGE

You have full control over all Browser Storage Technologies used by Kami. Here are your options:

  • Browser Settings: Most browsers allow you to view, manage, and delete cookies and site data. You can configure your browser to block all cookies, delete cookies when you close the browser, or manage cookie permissions on a per-site basis. Please refer to your browser's help documentation (Chrome, Edge, Opera are supported browsers for Kami).
  • Kami Settings Panel: Open the Settings panel (Data Sovereignty tab) to:
    • View your stored data statistics
    • Export all your data as a JSON file
    • Wipe all data (factory reset)
  • Clear Browser Data: You can clear all data for the mykami.in origin through your browser settings. This will delete all locally stored data, including your conversations and preferences. We recommend exporting your data first.

Important: Blocking essential authentication cookies will prevent you from logging into Kami. Disabling localStorage will prevent the application from remembering your preferences. Clearing OPFS storage will permanently delete all your conversation data and memories.

9. NO TRACKING TECHNOLOGIES

Kami does not use:

  • Tracking pixels (web beacons, clear GIFs)
  • Analytics cookies (Google Analytics, Mixpanel, Amplitude, etc.)
  • Advertising cookies (Google Ads, Facebook Pixel, retargeting)
  • Social media cookies (Facebook, Twitter/X, LinkedIn)
  • Fingerprinting scripts (canvas, audio, font fingerprinting)
  • User behavior analytics (session recording, heatmaps)

We do not track you, profile you, or monetize your data. This is a core commitment, not a technical limitation.

10. CHANGES TO THIS COOKIE POLICY

We may update this Cookie Policy from time to time. Changes will be posted on this page with an updated effective date. Material changes may be communicated through the Website or the App. Your continued use of Kami after changes take effect constitutes acceptance of the updated Policy.

11. CONTACT

Questions about this Cookie Policy? Contact us at:

Email: adarshjagannath777@gmail.com
Website: https://www.mykami.in/legal/cookies

This Cookie Policy accurately describes the Browser Storage Technologies used by Kami, which are limited to essential authentication and local functional storage. Kami does not use tracking or advertising technologies of any kind.