Skip to content

Privacy notice

Updated 12 September 2026.

Draft by team Aurapure, not legal advice and not reviewed by counsel. It describes how the site actually behaves today.

Who runs the site

Aurapure (aurapure.io) is operated by team Aurapure. We do not yet publish a dedicated contact mailbox: this page only describes the processing the current code performs.

What stays on your device

Theme preference (light, dark, or system) is stored in localStorage under aurapure-theme. It is not a cookie. Calculation parameters (birth date, city, oracle question) stay in the browser URL: Aurapure does not persist them by itself.

Email and consent

Your email and consent text are sent only if you tick explicit consent and only if EMAIL_CAPTURE_ENDPOINT is configured on the server. Without that endpoint the request does not leave the site. Product copy states email is not sold to third parties; double opt-in depends on the configured endpoint, and is not implemented in this application.

Analytics

Product events (consultation started, leaf viewed) fire only if ANALYTICS_ENDPOINT is set. We do not use tracking cookies, fingerprinting, or identity: the payload is an event name and non-identifying properties. Without an endpoint, analytics is a no-op.

Server-side calculation

Natal charts, oracles, and readings are computed on the server. Results stay on the page. This codebase does not store a user account.