No student data leaves your browser. CoeAdvisor is a fully client-side application. All code runs locally in your browser tab — there is no server, no database, and no analytics.
- Everything you type exists only in your browser's memory for the duration of the session.
- Save .adv creates a file directly on your device. The file contents are never transmitted over the network.
- Load .adv reads a file from your device into the browser. It is not uploaded anywhere.
- No data is sent to GitHub, Coe College servers, or any third party at any time.
- Closing or refreshing the tab permanently discards all entered information.
GitHub Pages serves the application files (HTML, CSS, JavaScript, program data) but has no visibility into form inputs or user activity. This tool is designed to comply with FERPA requirements for protecting student education records.