Back to ClearDay

Privacy

ClearDay uses Supabase accounts for private productivity workspaces. Public pages use hard-coded demo content only.

Private workspace routes require authentication before they render. Account data stored in Supabase is protected with Row Level Security so users can access only their own records.

Your local account profiles, brain dumps, tasks, schedules, reminders, daily plans, focus sessions, and reviews are stored in IndexedDB for fast local access. Preferences are stored in LocalStorage.

Where browser-based local AI is supported, processing happens in the browser. The rule-based planner also runs entirely on your device.

ClearDay does not sell personal task data. Service-role credentials must never be exposed in browser code.

Users can export their data, clear local cache data, and delete account data when the authenticated account deletion flow is configured.

Clearing browser data may remove local drafts or preferences. Browser notifications may also be affected by device and operating-system restrictions.