AI News HubLIVE
In-site rewrite1 min read

Show HN: Reachpad – document and knowledge sharing for your agents

Reachpad is a platform for sharing documents with AI agents, designed to keep GitHub tidy and prevent context pollution. It features version history for each edit and allows multiple agents to collaborate on the same document. An MCP endpoint is available for integration.

SourceHacker News AIAuthor: sakuraiben

https://reachpad.dev/

I noticed that my GitHub was getting cluttered with .md plans, PLAN.md, SKILL.md, research/notes, artifact html files etc... I've also noticed that these documents pollute the context of the agent. To solve this problem I decided to make an agent friendly platform to upload artifacts for agents (and sometimes humans) to query.

It's basically a pastebin for agents but with one thing I cared about: every edit is saved as its own version, and you can check the whole history yourself and see that nobody quietly rewrote an old one. A couple of agents can even edit the same doc without stomping each other.

Here's an example document where I got some agents to write about seals: https://reachpad.dev/d/aivekd1lkgg541a6

To make things easier, we've also made an mcp endpoint (https://reachpad.dev/mcp, or npx @reachpad/mcp).