Hey all —<p>Posted this yesterday in the e-ink photo gallery thread and it seemed to get some traction based on analytics so posting it properly here.<p>A few months ago I wanted to send a collection of images to a friend. Ideally one that could be edited after the fact. I was surprised to find that doing this was near impossible or required a signup/auth flow for some service I know I would never use again. Not only this but most services, even if you signed up, were bad. They didn't put images at the focus, and seemed to not really even know why they existed.<p>So I built this website:<p><a href="https://mood.site/" rel="nofollow">https://mood.site/</a><p>It's a SPA where, when you visit the page, a new board + edit key is generated. You can immediately start adding images to the board via drag and drop/upload button/paste/etc. and will see the images immediately. To share the board, just copy the unique URL and it send it to someone (it also works on mobile). If you don't want them to have the ability to edit the images, send the url without the edit key.<p>There's a few other nice things (maybe some frills?) that I added in, like image deletion/resize, but the other accidental killer feature (imo) is that you get an API (check the network traffic for the URL) that is validated based on the edit key. So you can easily tie this up to anything (for add/get/delete, etc.). One thing I've done is build an iOS shortcut app where I can copy any image and click an icon on my home screen and it automatically adds it to a board I setup:
<a href="https://mood.site/WvP4xd6x" rel="nofollow">https://mood.site/WvP4xd6x</a><p>Here's the shortcut as well:
<a href="https://www.icloud.com/shortcuts/f6f83579522248e9a93de51016b240e8" rel="nofollow">https://www.icloud.com/shortcuts/f6f83579522248e9a93de51016b...</a><p>Here's some other boards for examples:
<a href="https://mood.site/Prp_-CPS" rel="nofollow">https://mood.site/Prp_-CPS</a>
<a href="https://mood.site/v1D7mbwJ" rel="nofollow">https://mood.site/v1D7mbwJ</a>
<a href="https://mood.site/uTa0dBxy" rel="nofollow">https://mood.site/uTa0dBxy</a><p>Interested to hear what people think! I've got a big list of features I'd like to add and some idea about a payment structure, but in general right now just want to get the word out.