{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreifyzqneaxh3teorwhqqwbwc4xod3sxbx2mkfohqkykfwy62mszq2y",
"uri": "at://did:plc:syq7m25ac3rovvffzlq4nz4j/app.bsky.feed.post/3mn5hg5ejnvh2"
},
"coverImage": {
"$type": "blob",
"ref": {
"$link": "bafkreib56jnvet6a2szzxprzipt6lnzquc3s6oswpmbn2u4jgjc34antbi"
},
"mimeType": "image/png",
"size": 34082
},
"path": "/blog/rfcs-on-the-atmosphere",
"publishedAt": "2026-05-30T15:58:42.000Z",
"site": "https://www.disnetdev.com",
"tags": [
"requested.fyi",
"atproto",
"constellation",
"doc working through how to add staging"
],
"textContent": "I was recently working on an RFC for some open source work and didn't have a good place to post it. Google Docs is annoying for anything technical and a git repo is heavy if you don't already have one set up and a process ready to go.\n\nWhat I wanted was a focused website that just lets you post markdown documents that people can comment on.\n\nSo, I built requested.fyi, a website that does just that.\n\nWhat's neat about it: my website doesn't host any of the docs or comments. Requested is an Atmospheric app, so docs live on the author's atproto PDS, which they control11Note that \"controlled\" doesn't mean you have to manage it yourself. When you sign up for a Bluesky (or Blacksky or Eurosky etc.) account you get a free PDS managed by Bluesky that stores all your data. The neat thing about atproto is that the protocol makes it easy to transfer management of your PDS to someone else whenever you want., and comments live on the commenter's PDS (linking back to the doc, and optionally to a specific line).\n\nThat's basically it! The Requested app has no complicated backend. It just queries/caches document records from the author's PDS and uses constellation to find linked comments.\n\nTry it out if you have any documents you want feedback on!\n\nSpeaking of which, if you'd like to help out, I have a doc working through how to add staging to Requested. Take a look and leave a comment if you have a suggestion!",
"title": "RFCs on the Atmosphere"
}