Cookie Policy
Every cookie the site and dashboard set, and how to refuse them.
Draft — not yet in force
apps/website/lib/legal.ts. It has not been reviewed by a lawyer.What we set
Cookies are small files a site stores in your browser. We use as few as the product can work with. Nothing here tracks you across other websites, and we do not run advertising cookies.
| Name | Category | Purpose | Duration |
|---|---|---|---|
| sAccessToken | Essential — authentication | Keeps you signed in to the dashboard. Set by SuperTokens. | Short-lived; refreshed automatically while you are active |
| sRefreshToken | Essential — authentication | Obtains a new access token so you are not signed out mid-session. Set by SuperTokens. | Until you sign out or it expires |
| cheela.project | Preference | Records which project you selected, so the dashboard shows the same one on your next visit. HttpOnly. | 1 year |
| cheela.consent.analytics | Preference | Stores your answer to the cookie banner. Held in local storage rather than a cookie, and kept whether you accept or decline — otherwise we would ask again on every page. | Until you clear site data |
| _ga, _ga_* | Analytics — set only after you accept | Google Analytics. Distinguishes visitors and sessions so we can see which pages are read. | Up to 2 years |
Essential cookies
The two SuperTokens session cookies are required. Without them we cannot tell one signed-in request from another, and the dashboard cannot work at all. They are not used for analytics or advertising, and there is no way to refuse them and remain signed in.
Preference cookies
cheela.project remembers which project you selected. It holds an identifier and nothing else. Refusing it costs you nothing beyond the dashboard defaulting to your first project each time.
Analytics cookies
Google Analytics runs on the public website only, and only after you accept. We use Google Consent Mode v2 with consent denied by default, so nothing is set before you answer the banner. Declining leaves the site fully functional — every page works the same either way.
Managing cookies
Change your analytics choice at any time through the cookie banner, or by clearing this site’s data in your browser, which resets the banner.
Every major browser lets you block or delete cookies in its settings. Blocking the session cookies will sign you out and prevent you from signing back in.
Questions
Write to support@cheelalabs.com.