Relay - Multiplayer plugin for Obsidian: collaborative editing and folder sharing

Relay by System 3 is a new plugin that brings true multiplayer functionality to Obsidian. You can share folders with other Obsidian users, and then collaborate in real time with live cursors. Try it out.

Relay-demo-dark-20fps

Relay uses CRDTs to enable conflict-free team editing:

  • in real time — you can edit the same paragraph/sentence/word at the same time without data loss
  • asynchronously — if you’re offline or have a slow connection, your edits will be merged smoothly when you come back on

Plugin tour on YouTube: https://www.youtube.com/watch?v=Ol6zDF5vrZo

Why?

We think that Obsidian was born to be multiplayer. Obsidian is a tool for thinking, and thinking is a team sport. When you consider language models and AI agents, this becomes even more true. That’s why we’re building Relay.

About us

We’re two people: Dan, a software engineer, and Matt (me), a product manager and therapist. We’ve both left our tech jobs and are attempting to make a sustainable business building tools for thought that are good for the soul. System 3

It’s early days for Relay. We’d love for you to try it out and tell us what you think. There’s a lot of iterating to do and your input will make a difference. :heart: :pray:

Links

12 Likes

Wow, that looks incredible. I probably won’t use it, because I don’t have the need to. But I can definitely see the use of this plugin, and would be willing to pay for it. I’ll keep it in mind and who knows, maybe I can use this plugin in the future.

1 Like

Thank you so much! Really appreciate it. If you ever try it out I’d love to get your feedback.

PS. You can also use it to sync .md files between your own devices (for free).

Oh, yeah, I didn’t think about syncing. If I have time, I’ll take a look at it this week-end!

1 Like

Wow! Just found this plugin by simply sorting new plugins in Obsidian settings.

This is awesome!

I believe this plugin will boom overtime. Wish you guys all the success! Definitely gonna use it myself. Thank you!

2 Likes

Likely not something I’ll need anytime soon. But looks absolutely amazing!

Well done!

1 Like

This is awesome! Exactly what is needed, thanks a lot.

1 Like

For me because i have some experince with CRDTs there is a way to setup a server and host it on glitch.com for free (you won’t hit the free tier limit unless you are a big big team because you can make 4k requests an hour)

i like this approch even if i am not collaborating with anyone because this means your devices will have the same documents and your changes on any device won’t be lost

the plugin above from what i read dosen’t expose self hosting options

Edit:

they say they won’t release the server code also it shouldn’t be hard to make a yjs sync server i made one in few days there is open source servers you can connect to this plugin but you might need to change the code a little bit

1 Like