Real time cross platform sync #1099
mikaelwills
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Ive just been building this notes app that is cross platform, syncs in real time backed by SpacetimeDB.
It has a rust folder watching application that syncs all changes to that folder into SpacetimeDB which then propogates out to any of the flutter clients connected to it. An MCP client for AI use. And the Flutter client to view the notes on all platforms.
https://github.com/mikaelwills/SpaceNotes
I had a future idea of instead of just markdown files it would sync any files and become almost an opensource dropbox.
Then i stumbled across CopyParty and I was like ohhh....
Now im really curious about integrating it in some way.. or making my SpaceNotes a realtime sync layer for CopyParty..
Beta Was this translation helpful? Give feedback.
All reactions