Privacy
Covers the contact form on this site. Last updated August 2026.
This site has no analytics, no tracking pixels, and no advertising. Nothing is collected while you read it. The only place data is collected is the contact form, and this page describes what that form actually does.
What you submit
Three fields: your name, your email address, and your message. A fourth field exists in the markup but is hidden from view. It is there to catch automated submissions, and a message that fills it is discarded without being sent.
What gets added automatically
The form posts through Cloudflare, which exposes information about the connection. The following is attached to the email I receive:
- Your IP address.
- Approximate location derived from that address by Cloudflare: city, region, country, and timezone. This is network-level geolocation rather than device location, and it is often imprecise.
- The network the request came from, such as an internet provider or hosting company, plus its network number.
- Your browser and operating system, summarized from the user-agent string your browser sends.
- Your preferred language, from the same request headers.
- The page you submitted from, and the site you arrived from if your browser sent a referrer.
Why
Automated submissions are constant on any public form, and the network a message arrives from is the most useful single signal for telling a person from a script. The referrer tells me how someone found the site, which is useful context before replying. Neither is used for marketing.
Where it goes
The form posts to a small function running on Cloudflare Pages. That function composes an email and hands it to Resend for delivery to my mailbox. Two processors are involved: Cloudflare, which serves the site and runs the function, and Resend, which delivers the mail.
Nothing is written to a database. There is no store to query, export, or breach, because the function does not have one.
Retention
Your message stays in my mailbox as long as the conversation is useful, the same as any other email you would send me. Resend keeps delivery records and Cloudflare keeps request logs, each under their own retention policies.
Sharing
Nothing submitted through this form is sold, shared, or passed to anyone beyond the two processors named above.
Removal
Email [email protected] and ask me to remove your message.
If you would rather not
Email me directly at [email protected]. A plain email carries whatever your own mail provider attaches and nothing from this site.