Contacts

Talk to me through a tiny printer on my desk. Your note leaves the browser, becomes a strip of paper, and gets my attention in the most unnecessarily charming way possible.

220 characters left. UTF-8 welcome.
Saved on this device. Your source IP prints on the slip too.
write with curl

Same paper portal, straight from your terminal.

ORIGIN=https://korshakov.com
curl "$ORIGIN/api/contacts" \
  --json '{
    "from": "you",
    "message": "hi"
  }'
Everything is in Public Domain