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: Intro.js Hints

126 pointsby afshinmehabout 9 years ago

8 comments

sourcdabout 9 years ago
Good similar libs on github :<p><a href="https:&#x2F;&#x2F;github.com&#x2F;zurb&#x2F;joyride" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;zurb&#x2F;joyride</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;heelhook&#x2F;chardin.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;heelhook&#x2F;chardin.js</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;linkedin&#x2F;hopscotch" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;linkedin&#x2F;hopscotch</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;sorich87&#x2F;bootstrap-tour" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sorich87&#x2F;bootstrap-tour</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;HubSpot&#x2F;shepherd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;HubSpot&#x2F;shepherd</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;usablica&#x2F;intro.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;usablica&#x2F;intro.js</a><p>Once I had a requirement and ended up trying nearly all of them and unfortunately, had to write my own (took about a day and a half) that accomplished the tour exactly the way I wanted. Off the top of my head, I can&#x27;t recall what each of them missed but primary reason was that often they take off with a great experience and then the lead developer can&#x27;t devote enough time to meet the diverse requirements of a huge community. The library ends up with a huge user base with lots of open issues, some critical to the user experience on the myriad of mobile devices.
foxylionabout 9 years ago
Also a great library for onboarding purposes is Hopscotch [1]. It is allows you to create a interactive tour through the UI.<p>We are using it to introduce new users when launching the webapp the first time (Because having a 100% intuitive UI is a hard thing). We also made a study which showed us that using a onboarding mechansim really helps the user to get started and does not scare them away (which was a concern of some people).<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;linkedin&#x2F;hopscotch" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;linkedin&#x2F;hopscotch</a>
评论 #11561910 未加载
nathancahillabout 9 years ago
Cool to see a project using Skeleton. Was disappointed when that project fizzled out once the creator left. It hit the sweet spot in CSS frameworks for me: small, un-opinionated and hard for people to tell you&#x27;re using a framework (unlike Bootstrap which you can spot a mile away). Haven&#x27;t found anything to replace it yet.
评论 #11561221 未加载
评论 #11561185 未加载
评论 #11562014 未加载
评论 #11561536 未加载
评论 #11562162 未加载
dkopiabout 9 years ago
This is an awesome library, and seems to be very vibrant on Github.<p>If you&#x27;re looking for something commercial (and paying for something commercial) however, I&#x27;d probably recommend one of the step by step tutorial tools that allow you to build the walk through using a visual editor, and without having to add code for each individual walk through and tool tip.<p>This is one of those cases where I just want to add a short JS snippet to my site, and allow product &#x2F; marketing to customize and fine tune the tutorials and on-boarding without developer involvement.
评论 #11561264 未加载
评论 #11561255 未加载
pdxandiabout 9 years ago
I used Skeleton in the past and loved it for the same reasons. I&#x27;m trying out Imperavi Kube for a new project and it&#x27;s clean, minimalist, and easy to use. I&#x27;m on mobile, otherwise I&#x27;d find you a link, but I&#x27;d recommend you check it out.
markherholdabout 9 years ago
This is exactly what I need to quickly explain elements of my dashboards to new users! Alternatively, this could let me explain new elements as they are added over time. Perfect!
评论 #11561082 未加载
sdneirfabout 9 years ago
Neat! I was just looking for something like this. Good call out on the MIT license.
greenimpalaabout 9 years ago
Write an unintuitive UI and then plaster it with &#x27;hints&#x27; - great!
评论 #11561137 未加载
评论 #11561256 未加载