Send asignal.

The fastest way to reach me is email. I read everything, and I respond to anything that isn't a recruiting pitch for a JavaScript framework I don't use.

post /api/contactencrypted in transit
equivalent shell command · for the nerds
curl -X POST https://jakeypri.me/api/contact \
  -H 'Content-Type: application/json' \
  -d '{
    "name":    "…",
    "email":   "…",
    "subject": "…",
    "message": "…"
  }'

display only · the form is captcha-protected, this command returns a 422