TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: No-frills photo gallery site

5 点作者 kkukshtel超过 1 年前

1 comment

kkukshtel超过 1 年前
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&#x2F;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&#x27;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:&#x2F;&#x2F;mood.site&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mood.site&#x2F;</a><p>It&#x27;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&#x2F;upload button&#x2F;paste&#x2F;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&#x27;t want them to have the ability to edit the images, send the url without the edit key.<p>There&#x27;s a few other nice things (maybe some frills?) that I added in, like image deletion&#x2F;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&#x2F;get&#x2F;delete, etc.). One thing I&#x27;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:&#x2F;&#x2F;mood.site&#x2F;WvP4xd6x" rel="nofollow">https:&#x2F;&#x2F;mood.site&#x2F;WvP4xd6x</a><p>Here&#x27;s the shortcut as well: <a href="https:&#x2F;&#x2F;www.icloud.com&#x2F;shortcuts&#x2F;f6f83579522248e9a93de51016b240e8" rel="nofollow">https:&#x2F;&#x2F;www.icloud.com&#x2F;shortcuts&#x2F;f6f83579522248e9a93de51016b...</a><p>Here&#x27;s some other boards for examples: <a href="https:&#x2F;&#x2F;mood.site&#x2F;Prp_-CPS" rel="nofollow">https:&#x2F;&#x2F;mood.site&#x2F;Prp_-CPS</a> <a href="https:&#x2F;&#x2F;mood.site&#x2F;v1D7mbwJ" rel="nofollow">https:&#x2F;&#x2F;mood.site&#x2F;v1D7mbwJ</a> <a href="https:&#x2F;&#x2F;mood.site&#x2F;uTa0dBxy" rel="nofollow">https:&#x2F;&#x2F;mood.site&#x2F;uTa0dBxy</a><p>Interested to hear what people think! I&#x27;ve got a big list of features I&#x27;d like to add and some idea about a payment structure, but in general right now just want to get the word out.