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:

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.

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.

Back to Notations