You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I'm mostly using the clipboard manager cross-devices, any idea if you could use tauri-mobile or equivalent to do the iOS version?
The text was updated successfully, but these errors were encountered: