1. Overview: Zero Server-Side Storage
AI Study Planner operates as a static, client-side web application. All computation, cognitive load balancing formulas, and timetable generation occur exclusively within your device's web browser using JavaScript.
2. Browser LocalStorage
To provide a seamless user experience, your study goals, subject list, confidence scores, and task checklist statuses are stored locally in your browser via the HTML5 LocalStorage API.
- This data never leaves your device.
- It is never transmitted to our servers or any third-party analytics network.
- You can delete all stored data at any time by clicking the "Reset to Defaults" button on the planner or clearing your browser cache.
3. Third-Party Services & Cookies
We do not use advertising tracking cookies, third-party user fingerprinting, or behavioral profiling trackers. When hosted on Cloudflare Pages, standard non-identifying edge network telemetry (e.g. HTTP response codes and bandwidth metrics) may be logged by Cloudflare to ensure DDoS protection and high availability.
4. Exported Files (iCal, Markdown, PDF)
When you download an .ics calendar file or .md Markdown file, the file is created dynamically in your browser memory via Blob and URL.createObjectURL. No file is created, stored, or processed on external cloud servers.
5. Contact Us
If you have any questions regarding our privacy practices, please reach out via our Contact Page.