个人效率Reddit 原帖
app to sync any files online: obsidian, bear notes, apple notes
Hi everyone, I've made my own version of dropbox/icloud where files from my mac synced/versioned to the cloud. the cool thing is that every change is realtime and files are versioned(git commits!) and can be restored. it works with any type of files, but has special intentions for apple notes, bear notes, claude, obsidian etc. demo: https://www.loom.com/share/491fdb4145d042519f848de2bb47ab85 appstore link: https://apps.apple.com/us/app/sublimated/id6757111538?mt=12 docs: https://sublimated.com/docs
已收集讨论
18 条已收集
18条已收集19条 Reddit 标称评论
I am not giving my files to a random redditor lol
all good! it's your files. also I do think I have good track record with customers over the last 4+ years of me building products.
2 questions: Why? Where are my files going?
They are going to OP's servers in the cloud. Unencrypted.
great questions! >why Many reasons. Depends on what is important to you. Eg extra backup with versioning. Eg bear notes and apple notes are famous of being hard to backup and people loose them all the time. but also on top of backups and versions it's possible to share synced cloud version with more people(invite them), comment on files etc. Eg if you have some docs on obsidian where you want to collaborate with your team - now possible. and there are even more cases that I didn't cover. all those folder that are synced to the cloud are also programmable and deployable. eg maybe you have source code for your website, with my tool you can make changes locally and they are live in 3 seconds. eg I have another older demo for this https://www.loom.com/share/957803fa114b4477a5ca75d496e085c4 > Where are my files going? they are going to the cloud! same way when you have iclod/dropbox/gdrive/obsdian sync etc! just one more cloud storage, you pick what to sync.
Whose cloud? Yours? What’s your privacy policy ? Why should I trust you with my data?
Data compliance is very important. If your product violates this rule from the beginning, it will be difficult to expand.
agree. that is why i also put all the infra and data in EU. because regulations are way stringer in EU and then same rule basically would apply even for customers abroad.
The EU's data compliance is indeed very strict, but I think there may be a slight problem with this logic. Just because it has strict data compliance, you cannot put all your data and Infra in the EU. You can consider placing it in other less strict countries, but if you place it in the European Union, there will be very little you can do. And in my opinion, the EU is not a particularly large market either.
That's pretty cool. It's essentially a file hosting service with git commits. Just be careful not to let users go crazy with files though. File hosting usually ends up getting abused.
thank you! > Just be careful not to let users go crazy with files though. File hosting usually ends up getting abused. 100% this! will try my best a bit later. I had few more product over the years where used abused hosting and email sending I provided. I think every time I'm more prepared for this, but also every time case are more creative.
something something creating something idiot proof something something creates a bigger & better idiot
wow. i was looking for something exactly like this. if i have a free obisidian account on my phone and my laptop, can it sync both together?
on the mac yes! unfortunately couldn't figure out how to make it work on obsidian with ios. so not any file in general on iOS - that is easy. I will have iOS app soon. it will work with ia writer and any other app, but obsidian made weird choice for iOS app to limit backend options.
This space is really interesting because you'd have to get user trust. User trust is incredibly hard to nurture. Good luck mate! Keep iterating! Keep shipping!
thank you! 100%. also I think in general products that have both native apps and web apps together are hard, because. it’s like two friction points for people to install and understand.
Any ios app planned? how sync work with ios?
yes, planned. will do it shortly. I have another app like this one called tinydot, it also for sync, but specifically for websites. and it has macOS and iOS app and int works great. so this one would be the same. I'm just waiting for initial batch of early adopters to get feedback on macOS version.