Privacy
Notations (notations.app)
Notations is a personal markdown notes app. You sign in with Google or an email magic link through Supabase Auth. The personally identifying data we hold is the email address (and, for Google sign-in, the basic profile) provided by that sign-in, plus any display name and handle you choose to set. Your notes and their metadata are stored in a Postgres database (Supabase); audio you generate with the text-to-speech feature is stored in Supabase Storage. Each account’s data is isolated from every other account at the database level. Basic, aggregated usage events (like page views and search counts) are stored directly in our first-party database to improve reliability and performance. We do not run third-party analytics, advertising, or tracking pixels.
Notations Capture (Chrome extension)
The Notations Capture extension lets you save the page you are looking at (and any selected text) into a Notations “Clips” folder. It does the following:
- Reads the title, URL, and any text you have selected on the currently active tab when you click the toolbar icon, choose a right-click menu item, or use the keyboard shortcut.
- Opens a new tab to
https://notations.app/composewith the captured text pre-filled in the URL querystring. You then choose to save (or discard) the note in the Notations app.
Data collection. The extension does not collect, store, sell, or transmit any personal data to anywhere other than Notations itself. There is no telemetry, no analytics, no third parties. The only outbound network request the extension makes is the new-tab navigation to notations.app.
Permissions.
activeTab+scripting— read the title, URL, and current text selection of the tab you are on, only when you invoke the extension.contextMenus— register the “Save selection to Notations” and “Save page to Notations” entries in the right-click menu.host_permissions: https://notations.app/*— required so Chrome lets the extension navigate to the compose page.
Data retention & deletion
Notes you save are stored as records in a Postgres database (Supabase). To delete a note, use the Delete button on the post page. To delete your entire account, use Settings → Danger zone → Delete account; this removes your account and cascades to every note, folder, and audio file you own. You can also export everything as a zip of markdown files from Settings → Export at any time.
Contact
Questions or requests: stefan.klocek@gmail.com.