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.
- Import Transcript parses a PDF entirely in your browser. The PDF parsing library (pdf.js) is loaded on-demand from a public CDN (jsdelivr.net) the first time you use the feature; only the library code is fetched, your transcript file is never uploaded.
- No student 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.