← Briefing Service

Morning Paper on your reMarkable or Kindle

One of the hourly briefings, typeset as a multi-page paper, delivered to your reading tablet every morning. The story text is inside the PDF, not links out: a front page, then one page per story with the detail, why it matters and key points. Tap a story on the front page to jump to it, use the outline for the contents view, and the source line on each story page is a link.

7-day free trial, no card, no account. Today's paper goes out the moment you sign up, then every morning for 7 days; an id shown after signup is all you need to check on it or unsubscribe.
To keep it after the trial: a Reader key ($9/month, get one) unlocks delivery and the full API; paste it in the license field, now or when the trial ends. One trial per Kindle address or reMarkable.

How it works

reMarkable

  1. Open my.remarkable.com/device/desktop/connect and copy the 8-character one-time code (you will need to be signed in to your reMarkable account).
  2. Pick a briefing below, paste the code, and submit. Today's paper is pushed right away so you can see it land.
  3. Every morning at 7:00 ET a new paper arrives in a Morning Paper folder on the device, named like Morning Paper – AI Briefing – 2026-09-15.

The code is exchanged once for a device token, which is what lets us upload to your tablet. The token is stored server-side and used for nothing but these uploads; deleting your subscription deletes it. We cannot read anything on your reMarkable that we did not put there.

Kindle

  1. Add paper@wholemind.tech to your Approved Personal Document E-mail List at amazon.com/sendtokindle (Manage → Personal Document Settings → Approved Personal Document E-mail List → Add a new approved e-mail address). Amazon drops mail from any other sender.
  2. On the same page, copy your Send to Kindle e-mail address (it looks like name_123@kindle.com), pick a briefing below, paste the address, and submit.
  3. Every morning at 7:00 ET the paper is emailed from paper@wholemind.tech as a PDF (or, if you pick it below, a reflowable EPUB) attachment named like Morning Paper – AI Briefing – 2026-09-15.pdf; it shows up in your Kindle library. Today's paper is emailed right away when you sign up.

Your @kindle.com address is stored server-side and used for nothing but these emails; deleting your subscription deletes it.

Sign up

reMarkable

Your paper: forward newsletters to the address you get after signup (or subscribe to them with it), save any web page with a one-click bookmarklet, and each morning the editor typesets what came in as your own paper: front page, one page per item, why it matters. Days with nothing in the inbox get the briefing you picked above instead. Included in the trial.

Custom paper (Reader key required)

Replaces the stock briefing with a paper ranked each morning from your own sources: paste up to 12 RSS/Atom feed URLs and, if you like, tell the editor who it is for. Each morning's render counts as one of the key's 10 renders a day; if a render fails, the stock briefing you picked above is sent instead. Leave the feeds empty for the stock paper.

Personal sheet (optional)

A page of your own in front of the paper every morning: the date, the weather for your ZIP, today's calendar, a checklist, and a Notes block with ruled lines to write on. Leave it all blank for the paper alone. All fields are optional; the weather and calendar are skipped quietly when they cannot be fetched.

Preview the sheet (opens today's sheet as a PDF with what you typed; add it to a subscription later with PATCH, see below)




Check, change the sheet or custom paper, or unsubscribe

curl https://briefing-service.wholemind.workers.dev/v1/paper/subscriptions/<id>
curl -X PATCH https://briefing-service.wholemind.workers.dev/v1/paper/subscriptions/<id> -H 'content-type: application/json' \
  -d '{"sheet": {"title": "Morning", "zip": "10028", "ics_url": "https://…/basic.ics", "today": ["Call the bank", "Ship v0.2"], "notes": "…"}}'
curl -X PATCH https://briefing-service.wholemind.workers.dev/v1/paper/subscriptions/<id> -H 'content-type: application/json' -d '{"sheet": null}'   # remove the sheet
curl -X PATCH https://briefing-service.wholemind.workers.dev/v1/paper/subscriptions/<id> -H 'content-type: application/json' \
  -d '{"custom": {"name": "Hardware Brief", "feeds": ["https://feeds.arstechnica.com/arstechnica/technology-lab"], "persona": "Editor for a hardware engineer", "item_count": 7}}'   # Reader key subscriptions only
curl -X PATCH https://briefing-service.wholemind.workers.dev/v1/paper/subscriptions/<id> -H 'content-type: application/json' -d '{"custom": null}'   # back to the stock paper
curl -X PATCH https://briefing-service.wholemind.workers.dev/v1/paper/subscriptions/<id> -H 'content-type: application/json' \
  -d '{"profile": "12-person food bank in Dayton, Ohio; 501(c)(3); food security, transportation, volunteer programs"}'   # Opportunity Paper: matched to this profile ({"profile": null} removes it)
curl -X DELETE https://briefing-service.wholemind.workers.dev/v1/paper/subscriptions/<id>

The id is the only credential for these, so keep it to yourself.

The PDF itself is free to download any time: https://briefing-service.wholemind.workers.dev/v1/briefings/ai/paper.pdf (also labs, finance, sports, soccer, us, world, crypto, grants, slow-es-b1). Questions: hello@wholemind.tech.