Skip to content

Privacy

wiki-sync edited this page Aug 19, 2026 · 1 revision

Privacy

  • Audio never leaves the tab. No upload, no analytics, no cookies, no Sentry, no Google, no CDN at runtime.
  • Fonts are self-hosted woff2 (Bodoni Moda, Spline Sans, Spline Sans Mono — OFL). Vendored once from Google Fonts, never referenced at runtime.
  • Content-Security-Policy via meta: default-src 'self', connect-src 'self' (AudioWorklet + service worker). No inline script or style.
  • Referrer-Policy: no-referrer. theme-color: #17101C.
  • getUserMedia only after you press the button. Tracks stop on reset and pagehide.
  • Notes saved are MIDI integers. No raw audio is stored.
  • Name, gender, and age stay in memory for that tab. Only the language toggle is written to localStorage.
  • Permissions-Policy: GitHub Pages cannot set that HTTP header. If you serve this yourself, add Permissions-Policy: microphone=(self).

Clone this wiki locally