~/contact

Send a signal.

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 commandfor the nerds
curl -X POST https://jakeypri.me/api/contact \
  -H 'Content-Type: application/json' \
  -d '{
    "name":    "…",
    "email":   "…",
    "subject": "…",
    "message": "…"
  }'

// for display only · the form is captcha-protected · this command will return a 422