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.

Ask HN: What's the best webapp UI you've seen and what was used to make it?

52 pointsby huyegnover 15 years ago
Whether it's flex, gwt, cappuccino, sproutcore, jquery or mootools, where have you seen extremely exceptional UI on highly sophisticated webapps? I'm talking about interactive, stateful webapps, not the standard list-of-things kind of webapps.

31 comments

cschepover 15 years ago
For some reason Gmail came immediately to mind. I know it doesn't seem flashy or amazing these days, but I think it was the first one that really convinced me that web apps were here to stay. I have no idea what they used though, tons of javascript I assume.
评论 #894299 未加载
评论 #894348 未加载
评论 #894269 未加载
评论 #894267 未加载
评论 #894266 未加载
samlittlewoodover 15 years ago
<a href="http://280slides.com/" rel="nofollow">http://280slides.com/</a> - Cappucino<p>Not sure I would necessarily use Cappucino myself, but to me, it demonstrated that treating javascript+DOM as a target for a higher level interface can work, and can work well.<p>I guess Outlook Web Access should get an honourable mention - I guess that was the first widely available app. that demonstrated that is was at least possible and was useful.
评论 #894742 未加载
cousin_itover 15 years ago
I'll stick my neck out and say Facebook has an awesome UI. (No idea what was used to make it.) When I first joined Facebook some weeks ago, I was floored by how many features there are and how <i>every single one</i> is usability-optimized for me the newcomer, catching my eye exactly when I need it. The attention to detail is amazing. Sure, it's all just text, pics and videos, but... I'd been making online maps for years, have some fairly advanced stuff under my belt, and still felt like a newbie when I saw Facebook.
评论 #894868 未加载
评论 #896124 未加载
kniworover 15 years ago
I am surprised no one's mentioned <a href="http://www.thesixtyone.com/" rel="nofollow">http://www.thesixtyone.com/</a> yet...
评论 #894380 未加载
评论 #894892 未加载
评论 #894370 未加载
评论 #897957 未加载
评论 #894770 未加载
评论 #894362 未加载
评论 #895766 未加载
评论 #894897 未加载
hiroakiover 15 years ago
<a href="http://dabbledb.com/demo/" rel="nofollow">http://dabbledb.com/demo/</a> wowed me when I first saw it (still does). It was developed using the Seaside framework which has clean support for continuations.
3pt14159over 15 years ago
My housemate made <a href="http://www.guestlistapp.com" rel="nofollow">http://www.guestlistapp.com</a> - fairly awesomesuace jquery ui. Snappy fast too.
mpingover 15 years ago
Google Calendar. I tried to do a google calendar clone in GWT, and I came to admire many features of google calendar, like dynamically selecting a range on the mini calendar and gcal will update the main view.<p>Its so simple and intuitive yet so sophisticated :)
评论 #894358 未加载
koenbokover 15 years ago
We think we did pretty well on EnStore (www.enstore.com). We built it using Cappuccino, you can check it out here: <a href="http://cappuccino.org/discuss/2009/10/06/cappuccino-in-checkout-3/" rel="nofollow">http://cappuccino.org/discuss/2009/10/06/cappuccino-in-check...</a>
评论 #895095 未加载
ivenkysover 15 years ago
Google Maps, very very good. Honourable mention , Apps from 37Signals.
评论 #894371 未加载
评论 #894374 未加载
mhansenover 15 years ago
Facebook. The whole experience is so tight.<p>And the chat program/shortcut bar at the bottom is very impressive, and must have been so hard to get right cross-browser.
评论 #895268 未加载
alexsoloover 15 years ago
Google Maps. The first time I saw the scrollable tiles, I was blown away.
Travisover 15 years ago
Seems like most comments here talk about the "intuitive" aspects of the design. Which I agree with -- an app should ideally be intuitive.<p>That said, being intuitive really only is an issue during the user's learning curve. As every vi/emacs user knows, sometimes you can be way more productive once you adapt to the computer, rather than the other way around. Gmail, for instance, has a very poor UI from a traditional perspective, but I find it very easy to be productive once I learned the keyboard shortcuts.<p>Intuitive is generally a good thing, but in and of itself isn't the most critical requirement for being usable, IMO. I prefer clustering of concepts, simplicity of presentation, and workflow optimization much more important.<p>But I still try to design my apps to be intuitive. After all, why not build on common concepts?
allbutlostover 15 years ago
Campaign Monitor has an excellent UI, giving short client training sessions as a result. Built in .NET with jQuery
quentinZover 15 years ago
Filespots: <a href="http://www.filespots.com/en/index.html" rel="nofollow">http://www.filespots.com/en/index.html</a> - ExtJS<p>Beatiful display of a pure JavaScript application, that not only looks great, but also works great.
Derfermanover 15 years ago
<a href="http://www.getballpark.com" rel="nofollow">http://www.getballpark.com</a>
tcarnellover 15 years ago
I really like the simplicity and 'cue card' approach of Femtoo.com, it also tackles tricky concepts for non-techy users in a non-assuming way.<p><a href="http://www.femtoo.com" rel="nofollow">http://www.femtoo.com</a>
评论 #894388 未加载
dpcanover 15 years ago
I don't think it matters what it was made in. You can use ANY language, tool, JS, whatever, as long as you are a talented UI designer. I think people tend to think that they can make these great UI's faster and easier by using certain tools, but I don't believe that is the case. YUI may make it faster to create Javascript tables that can be sorted and searched on the client-side, but you still have to learn that system and integrate it into what you have already created. Pick a language, a JS framework, etc, and master it and any UI will be easier and faster to create.
alexkearnsover 15 years ago
I can't really say whether the ui is good, because I created it, but here you are anyway<p><a href="http://gambolio.com/#/library/" rel="nofollow">http://gambolio.com/#/library/</a><p>The ui and animations were done entirely using Javascript (with help from jQuery), HTML and CSS. The actual games are flash but the ui is all done using standard web technology.
评论 #895186 未加载
anguslongover 15 years ago
<a href="http://otherinbox.com" rel="nofollow">http://otherinbox.com</a> -- she's nice. UI is Sproutcore, I believe.
recurserover 15 years ago
I was really impressed with fluxiom.com (media management app, from the scriptaculous guy I seem to recall) when I first saw it, although I haven't looked at it for a year or two. Beautiful design and lots of attention to detail. The flickr organizer is pretty incredible too.
kierankover 15 years ago
Kohive: <a href="https://www.kohive.com/" rel="nofollow">https://www.kohive.com/</a>
评论 #900490 未加载
fuelfiveover 15 years ago
<a href="http://almost.at" rel="nofollow">http://almost.at</a> is great
poptartsover 15 years ago
<a href="http://www.mint.com/" rel="nofollow">http://www.mint.com/</a>
hervalover 15 years ago
I have a couple of faves:<p>- MindMeister (brilliant and almost entirely JS+html - not sure which framework though)<p>- SlideRocket (Flex - almost like using KeyNote on the web)
sachaover 15 years ago
I like FireRift:<p><a href="http://www.firerift.com/" rel="nofollow">http://www.firerift.com/</a><p>Great looking CMS with ajax (oooh! ajax!!) everywhere
danrfhughesover 15 years ago
What do people think about www.drsusers.nhs.uk/clininppattern.aspx ? It's used to design compliant work patterns for uk doctors.
评论 #894823 未加载
jmtameover 15 years ago
grooveshark.com - beautiful ui, good experience minus the delays in screen transitions. but really smooth and clean ui
评论 #895279 未加载
mattercoover 15 years ago
www.perqworks.com I wrote it, jQuery to the nth-power.
rabidsnailover 15 years ago
wikispaces (uses jquery)
portisover 15 years ago
Gmail.
eli_sover 15 years ago
I've been using ExtJS for a couple of years now. It's a great gui framework and it looks really good too.