It allows you to store collections of pictures and share them privately on IPFS
I've created a very basic app to make it easy to store and share collections of pictures in a private way. It's built using OrbitDB Threads via 3Box confidential threads.
The way it works is this:
The frontend is built using React with Magic and 3Box, that's it. It's extremely simple.
Collections are confidential threads and using Magic allows to have for every user, an email and an Ethereum public address, which makes it much easier to share.
The backend is just an Express server with just 2 routes to relay emails. Even simpler.