# Privacy

dmytro.fyi is a personal site. It does not run user accounts, a newsletter, or a shop.

## Visitor drawings

The homepage lets a visitor draw on the portrait. Submitting a drawing sends a PNG image to `/api/submit-dmytro`. The image is stored so it can be reviewed. It is published only if Dmytro approves it. An approved drawing replaces `/avatar.jpg` and becomes visible to later visitors.

The drawing request includes the image only. The server also sees the connecting IP address so it can rate-limit submissions (a small number per hour). Do not put private information in a drawing.

## Analytics and third-party files

The site loads Seline analytics (`cdn.seline.com`) to count visits. It also loads Normalize.css from unpkg and Motion from jsDelivr on the homepage. Those third parties receive whatever a normal browser request sends, such as IP address and user agent.

## Other hosts

Other projects live on their own hosts, such as namedafter.dmytro.fyi, gps-01.dmytro.fyi, foto.dmytro.fyi, and dithers.dmytro.fyi. Each of those may collect what that project needs; this page covers the personal site.

## Contact

Email sent to dmytro.kondakov@gmail.com is ordinary email. This site does not publish a phone number or a home address.

Questions about this page: [dmytro.kondakov@gmail.com](mailto:dmytro.kondakov@gmail.com).
