I meant the/a Kosmos relay, but it could also be a more generic program that follows pubkeys on multiple relays. From an operator's point of view, it's not fun having to connect to arbitrary other relays via WebSockets, and you have to build in a lot of fault tolerance to deal with timeouts and such. Another option would be to do this directly in a Nostr client, of course, but then it wouldn't work with arbitrary clients. However, the RS-enabled client can sync all the events posted by other clients and back them up to RS once received.

Replies (1)

Yet another option for more technical users would be to do it with a dedicated sync program on their computer. For example, I automatically sync my Nostr events to my laptop in a background job once an hour. Would be rather easy to just post them to RS from there, too. That said, I still like the original idea of it being as easy as flipping a switch in the account settings, so that I as a user don't have to worry about any of it.