intro

Privacy & Data Policy

Version 1.0 – First Draft

– no legal fluff, just transparency.

What Happens With Your Data

  • Your personal data is only processed in your browser. It’s never uploaded or stored on my server. Personal data is served securely.
  • No personal information like your name, email, or login info is collected.

What I Do Track

To understand how the site is used and improve it, I track anonymous data:

No identifiers, and nothing that links back to the user personally.

Debug Mode

If something breaks, I may enable debug logging (last resort). This only prints technical info on the server to help me fix issues.

No personal or activity data is stored as part of debugging.

GDPR & Privacy

I take privacy and GDPR seriously. If you ever want your data removed or have questions about how it is handled, you have the right to request data deletion at any time. Just send me an email.

Your Rights Under GDPR

  • Right to Access: You can request a summary of what (if any) data is associated with you.
  • Right to Erasure: You can request complete deletion of any data associated with your activity – no questions asked.
  • Right to Correction: If something is incorrect or outdated, you can request a correction.
  • Right to Restrict Processing: You may request that your data not be used except where strictly necessary (e.g. debugging or legal compliance).
  • Right to Data Portability: You can request to receive your data in a structured, machine-readable format.
  • Right to Object: You can object to the processing of your personal data for specific purposes.
  • Rights Related to Automated Decision-Making: You have the right not to be subject to decisions based solely on automated processing.

For more details on your rights and how businesses must handle personal data, visit the European Commission GDPR Guide

Data Minimization

This app/my apps is designed to handle the least amount of data possible. If a feature can work without storing personal data, then that’s how it’s built.

For example, if the entire app runs in the client, all data containing personal information is sanitised from the server. The user can prompt in to store the some data locally to make the loading times faster.

Consent and Transparency

No data is collected without your knowledge. Any optional feature that requires personal data will clearly ask for your consent beforehand.

Data Retention

If any data is stored temporarily (e.g. for caching or debugging purposes), it is automatically deleted after a short period. No long-term storage of user data occurs without explicit consent.

Security

All data exchanges with this site are encrypted using HTTPS to protect your information. Identifiers, tokens, and keys are stored using secure cookies. Data stored on the client is hashed securely when needed.