stacks icon indicating copy to clipboard operation
stacks copied to clipboard

feat: iOS app with iCloud sync?

Open maelp opened this issue 1 year ago • 1 comments

I'm mostly using the clipboard manager cross-devices, any idea if you could use tauri-mobile or equivalent to do the iOS version?

maelp avatar Dec 12 '24 16:12 maelp

Hi! Making a "stack" available in many places, particularly mobile, is planned! I want to go cross platform (windows / linux) more than I want to integrate deeper into the Apple ecosystem, so using iCloud for the sync is a low priority for me, personally.

The underlying store for Stacks is an event sourcing store. It's an early prototype of: https://github.com/cablehead/xs :: using cross.stream, it'd be trivial to stand up a personal, private cloud PoP you sync streams to: and from there a mobile app could be most anything that would then sync down a stream from the cloud store.

There's no reason for it to look precisely like the Desktop Stacks, on mobile: and we could implement it in anything. Tauri would be a good choice, but we could just SwiftUI and make it a proper mobile app too.

What would you most like to see on mobile? One thought I've had is to be able to mark a "stack" and those stacks are sync'd in realtime to the mobile device. The mobile is then generally just a read only view of those sync'd stacks.

cablehead avatar Dec 16 '24 15:12 cablehead