Last updated: June 11, 2026
VivaScholar ("we", "us", "the extension") is a Chrome browser extension that helps students discover scholarships, track applications, and get AI feedback on scholarship essays. This policy explains what data the extension collects, where it goes, and what we do not do with it.
The extension uses chrome.storage.local (and falls back to
localStorage in a regular browser tab during development). These keys never
leave your machine:
| Key | What it contains |
|---|---|
userProfile | The profile you fill in on the Profile page (name, school, major, GPA, etc.). Used only to match scholarships locally. |
savedScholarships | The IDs of scholarships you've bookmarked. |
appliedScholarships | The IDs of scholarships you've marked as applied. |
customScholarships | Any scholarships you added manually. |
pendingApplications | A short-lived record of links you opened, used to prompt you on the next launch ("Did you apply?"). Cleared once you answer. |
savedPrompts | Essay prompts you've saved in the Feedback page. |
You can clear all of it any time by removing the extension or by going to
chrome://extensions/ → VivaScholar → Site access → Clear storage.
VivaScholar makes a small number of outbound requests:
GET /api/scholarships — fetches the curated scholarship
list from our backend at launch. This request contains no personal data; it's
anonymous.POST /api/feedback — only when you click "Get AI
Feedback." The request body contains the essay text you typed. The backend forwards it
to OpenAI, returns the model's response, and discards the essay. We do not
store, log, or persist essay contents anywhere. OpenAI's data usage is
governed by their API privacy
policy; essay submissions through the API are not used to train OpenAI models per
their current terms.https://calendar.google.com/... — clicking "Add to
Calendar" opens Google Calendar with the deadline pre-filled. We have no Google
integration; this is a standard URL link.We do not run analytics, telemetry, or tracking pixels. We do not use cookies in the extension itself.
VivaScholar is intended for high school and college students. We do not knowingly collect personal information from anyone under 13. The extension stores all profile information locally on the user's own device; we never receive it.
If we materially change how the extension handles data, we will update this page and bump the "Last updated" date at the top. Significant changes will also be noted in the extension's release notes on the Chrome Web Store.
Questions about this policy? Email fabianmedina@utexas.edu.
For source-level review, the extension is open source at github.com/fabianmedina23/VivaScholar.