privacy

What this page describes is what the code does. If the two ever disagree, the code is the bug.

what the contact form collects

Name, email, message, the language of the page you used and the timestamp of the submission. Nothing else.

Your IP address is not stored. It is hashed to eight bytes and used only as a rate-limit key, which expires ten minutes after your last submission. No user-agent, no fingerprint, no cookie.

why

To answer you. That is the only purpose. Your address is never used for a newsletter, a drip campaign or a sales sequence, and it is never sold or shared for marketing.

how long it is kept

Twelve months, then it is deleted automatically. Deletion happens twice over: each record carries an expiry when it is written, and a monthly job removes anything past the window from the backup as well.

where it lives

  • The submission is stored in Cloudflare Workers KV.
  • The notification email is delivered through Amazon SES.
  • A monthly encrypted backup is kept in Cloudflare R2, under the same twelve month window.

Those three are the only processors that touch a submission.

what runs in your browser

No analytics script, no tag manager, no embedded widget, no third-party font. Traffic numbers come from the edge, aggregated, and cannot be tied to a person.

The site stores two values locally in your browser, and neither is ever sent anywhere: whether the boot sequence already played this session, and whether you asked for reduced motion.

your rights

Under the LGPD you can ask for access to your data, correction, deletion, or a copy of it. Write to hello@cyberpunktechnology.com.br and it is handled by a person, within the same 24 hours promised for everything else.

Security reports go to security@cyberpunktechnology.com.br — see /.well-known/security.txt.