个人效率Reddit 原帖

app to sync any files online: obsidian, bear notes, apple notes

完整上下文原始内容 · Reddit

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

01需求标签
个人效率隐私SaaS候选方案待验证

已收集讨论

18 条已收集

18条已收集19条 Reddit 标称评论
u/podviaznikov楼主回复

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.

u/OfAnOldRepublic回复

They are going to OP's servers in the cloud. Unencrypted.

u/podviaznikov楼主回复

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.

u/dykethon回复

Whose cloud? Yours? What’s your privacy policy ? Why should I trust you with my data?

u/SeaworthinessAway519

Data compliance is very important. If your product violates this rule from the beginning, it will be difficult to expand.

u/podviaznikov楼主回复

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.

u/SeaworthinessAway519回复

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.

u/AllenYangDev

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.

u/podviaznikov楼主回复

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.

u/blahblahgingerblahbl回复

something something creating something idiot proof something something creates a bigger & better idiot

u/arungopidas

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?

u/podviaznikov楼主回复

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.

u/z8chary

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!

u/podviaznikov楼主回复

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.

u/podviaznikov楼主回复

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.