Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: iOS app with iCloud sync? #89

Open
maelp opened this issue Dec 12, 2024 · 1 comment
Open

feat: iOS app with iCloud sync? #89

maelp opened this issue Dec 12, 2024 · 1 comment

Comments

@maelp
Copy link

maelp commented Dec 12, 2024

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

@cablehead
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants