TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Dead simple photo sharing

41 pointsby irrationaljaredover 11 years ago
Hi all, about a month ago my wife was complaining about how annoying all of the photo sharing services were. Either the UI was overly complicated or it would ask people to register for the service before they could view the photos, etc.<p>So I decided to build something dead-simple that she could use. There are no frills. You just create an album and email it around. The link goes directly to the photos.<p>It&#x27;s not fancy at all (very utilitarian), but she appreciates it, so I thought I&#x27;d launch it as a full service and share it with people.<p>It&#x27;s called SimpleNeat http:&#x2F;&#x2F;www.simpleneat.com<p>If people try it out feedback would be appreciated.

22 comments

kbouwover 11 years ago
Simple, useful, great UI and best of all no account required.<p>Awesome job.<p>Only question is regarding the switch between view-only and collaborative. When I choose to allow friends to contribute to the album, the provided link doesn&#x27;t change.<p>I assume you have a view-only link and an edit link that is passed a var to allow people to modify it. How does this work in your application?
评论 #6906150 未加载
irrationaljaredover 11 years ago
Here&#x27;s a clickable link:<p><a href="http://www.simpleneat.com" rel="nofollow">http:&#x2F;&#x2F;www.simpleneat.com</a>
评论 #6905899 未加载
k-mcgradyover 11 years ago
Looks good. Only critique I would have:<p>You say no registration required but next the create album button are sign in and register buttons. I&#x27;m sure there would be some users who think they need to register&#x2F;sign in before clicking the create album button.<p>I also don&#x27;t see on the home page what I would get if I did register (even though it&#x27;s not required).
评论 #6906519 未加载
stevekempover 11 years ago
One minor issue is that you don&#x27;t escape the user-input provided when people submit titles to their image.<p><pre><code> * Create an album. * Upload N images. * On the result page click the &quot;Edit&quot; image link to get a form where you can set a title for that specific image. * Enter &quot;[script] .. alert(3) .. [script]&quot;. * Marvel as the alert-box fires off when the image is re-viewed. </code></pre> Otherwise good job.<p>(And you do escape input for the album title. So this looks like an oversight.)
评论 #6906722 未加载
gnownadover 11 years ago
I love this! Bit of feedback: if I were to use this to share photos taken for a client, I would love a way for my clients to be able to download all the photos in one go.
评论 #6906249 未加载
gprasanthover 11 years ago
Really simple and neat. You might want to add HTTPS though.
评论 #6906153 未加载
adventuredover 11 years ago
It&#x27;s very nice. I&#x27;ll consider using it and watch as it hopefully evolves.<p>Just one critique. It looks a little too... neat (like it hasn&#x27;t been lived in). The images on the home page that are so integral to the look, come across as stock photo&#x27;ish (even though I&#x27;m guessing they&#x27;re not). It might just be that the three home photos look like they&#x27;re from the same family trip.<p>Also an aside - and I hate this part - get yourself a privacy &#x2F; terms &#x2F; dmca &#x2F; takedown request section as soon as reasonably possible. If you plan to let the public have at this, you&#x27;re going to get all sorts of terrible shit uploaded sooner than later. You can probably mostly clone Imgur on this.
评论 #6909788 未加载
forrestthewoodsover 11 years ago
Looks great. I&#x27;d love a way to view full resolution images without having to download it.
评论 #6906397 未加载
WoodenChairover 11 years ago
The interface is better - but otherwise, how is this superior to imgur (<a href="http://www.imgur.com" rel="nofollow">http:&#x2F;&#x2F;www.imgur.com</a>)? Imgur has obviously already scaled.
评论 #6906393 未加载
评论 #6917322 未加载
Shalleover 11 years ago
The layout for &quot;Allow others to add photos to this album?&quot; option doesn&#x27;t seem very natural. Personally, I first tried to click Yes to toggle it on&#x2F;off took me about 10s or so to see that it actually was 1 yes and 1 no button, naturally I thought it was 2 different settings.<p>But yeah might just be because I&#x27;m so used to iOS but who knows.<p>When I try to get a full-size version of my picture after uploading it I get an error message:<p>&quot;We&#x27;re sorry, but something went wrong.<p>If you are the application owner check the logs for more information.
评论 #6906759 未加载
ogreyonderover 11 years ago
This looks great! I love that there is no account required.<p>However, since I can use it without an account, why would I register? You may want to add some motivational copy to the registration page to tell me.<p>Also, these two statements from the &quot;Free&quot; section don&#x27;t seem to match: * Original, full-size photos are stored for one month. * Full-sized photos can be downloaded for $0.99&#x2F;album after one month.<p>Maybe the second one should be &quot;for up to one month&quot;?
评论 #6906416 未加载
chadsciraover 11 years ago
Very nice :)<p>I made a very simple photo hosting service almost a year ago <a href="http://img42.com" rel="nofollow">http:&#x2F;&#x2F;img42.com</a> (it leaned more towards temporary hosting though).
shukiover 11 years ago
Nice work ... what about privacy tough? If I am not mistaken, the album id is 6 chars long with the combination of lower and uppercase a-z and digits, can be brute forced...
评论 #6918382 未加载
hpaltemaaover 11 years ago
Great iniative, Just for thought: the individual photo on the grid could have some highlighting option so users can &#x27;pin&#x27; desired photos to viewers
kumarskiover 11 years ago
Have you tried our app? <a href="http://Eversnapapp.com" rel="nofollow">http:&#x2F;&#x2F;Eversnapapp.com</a><p>Well done on your site. It&#x27;s simple enough.<p>The difficulty in this space is that you have to be on as many platforms as possible. By definition, most events have users with multiple platforms. Android, IOS, etc...<p>We allow users to contribute to an album via Hashtag, emailing photos to a custom email address, and native mobile apps on android and IOS. This tends to be very difficult and even harder if you try to use trigger.io or sensatouch or a similar such system. Building native is hard.<p>Every month we see 2 to 3 new startups in this space.<p>Cheers.
paigalhaesover 11 years ago
Like it! But thinking of family photos I always think about private albuns feature.<p>BTW: welcome to 2014 :)<p>© 2014 Irrational Design Contact
评论 #6918389 未加载
dc_ployover 11 years ago
I&#x27;m just using this on my mobile device, and it&#x27;s great! Simple and straight to the point.
Ash-kover 11 years ago
This is awesome.. great work. Would love to see that you add https.
评论 #6909791 未加载
gararapaover 11 years ago
This is something I was missing since Facebook bought Drop.io.
evertonfullerover 11 years ago
What happens if I claim an album that isn&#x27;t mine?
评论 #6906574 未加载
Jean-Philipeover 11 years ago
Nice, I like that you don&#x27;t have to register.
codvaover 11 years ago
Very nice!