🩺Pyaar Media
A personal media operating system: curate links and write takes in Notion, publish to a Bluesky account I own. First wing is Pyaar Health News, healthcare and medical-device news for physicians, patients, and researchers.
Pyaar Media is a personal media operating system. I curate links and write takes in a Notion database I own, and approved items publish automatically to a Bluesky account on the open AT Protocol. The first wing is Pyaar Health News: healthcare and medical-device news, products, and commentary for physicians, patients, and researchers.
How it runs: a WhatsApp bot saves a link into the curation database, I write the caption and pick an image, and approving the item posts it to Bluesky and writes the live link back. Notion is the private control plane; Bluesky is the public feed.
Follow
The account lives at @health.pyaarproject.org on Bluesky.
Curation database
The public curation inbox is the Articles of Interest database in Notion.
Live feed
The latest posts from the account are shown below.
How it's built
Pyaar Media runs as a small pipeline. Notion is the private control plane where everything is curated and approved. Bluesky, on the open AT Protocol, is the public surface. A WhatsApp bot is the remote control, and two background agents do the web work.
The flow
A link comes in over WhatsApp. It is recorded in Notion, given a caption (written by hand or auto-composed), optionally extended with thread replies, and once approved it posts to Bluesky and the live link is written back. Those posts are what you see in the feed below.
The pieces
- laadbot (WhatsApp interface): text it a link and it files the article, stages a draft, or queues a rip-and-retweet. Built on Bun, Baileys, and the Claude Agent SDK.
- Notion (control plane): three databases track the links (Articles of Interest), the posts and their captions (the publish queue), and the thread replies, including research questions.
- Rip agent: turns a queued link into a finished post. It reads the source, credits the original author, links the real underlying article rather than the social permalink, and preserves the substance as a thread.
- Research agent: answers research-style thread replies by looking them up on the web and writing a concise, sourced reply that posts in the thread.
- Publisher: posts approved items to Bluesky in thread order and writes the live link back, on a schedule, with safeguards against double-posting.
- Live feed: this page reads the account's latest posts straight from the AT Protocol.
Everything is open and portable: the databases are owned in Notion, the account lives on the AT Protocol, and the code is version-controlled so it can move between tools and machines.
Live from the feed
Loading posts…