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!
Be aware of the licensing though. It was MIT but as of March 9 the license file mentions having to purchase a license if used commercial. Seems contradictory with "to deal in the Software without restriction" part of the MIT license text.
Show HN: Intro.js Hints
21–30 of 43 posts
Re: Show HN: Intro.js Hints
#22Cool 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're using a framework (unlike Bootstrap which you can spot a mile away). Haven't found anything to replace it yet.
Skeleton Framework, a fork of skeleton, is active and keeps the same spirit: http://skeleton-framework.github.io/ on github: https://github.com/skeleton-framework/skeleton-framework
Re: Show HN: Intro.js Hints
#23We 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).
Re: Show HN: Intro.js Hints
#24Earlier quoted context omitted.
Be aware of the licensing though. It was MIT but as of March 9 the license file mentions having to purchase a license if used commercial. Seems contradictory with "to deal in the Software without restriction" part of the MIT license text.
btw, that's fine to use intro.js < v2.0.0 without purchasing commercial license for commercial projects (apps, plugins, themes, etc.)
Re: Show HN: Intro.js Hints
#25Cool 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're using a framework (unlike Bootstrap which you can spot a mile away). Haven't found anything to replace it yet.
Good wee framework.
Re: Show HN: Intro.js Hints
#26This is an awesome library, and seems to be very vibrant on Github. If you're looking for something commercial (and paying for something commercial) however, I'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. This is one of those cases where I just want to add a shor…
Can you recommend a commercial product that does this?
Re: Show HN: Intro.js Hints
#27Also a great library for onboarding purposes is Hopscotch [1]. It is allows you to create a interactive tour through the UI. 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…
Re: Show HN: Intro.js Hints
#28Earlier quoted context omitted.
btw, that's fine to use intro.js < v2.0.0 without purchasing commercial license for commercial projects (apps, plugins, themes, etc.)
I'm not sure if you're aware, but the terms of the MIT License apply to commercial as well as non-commercial use. That means it would be fine to use intro.js commercially without a commercial licence.
Re: Show HN: Intro.js Hints
#29Cool 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're using a framework (unlike Bootstrap which you can spot a mile away). Haven't found anything to replace it yet.
Re: Show HN: Intro.js Hints
#30Cool 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're using a framework (unlike Bootstrap which you can spot a mile away). Haven't found anything to replace it yet.
Small, light-weight, and gets out of your way for the most part. It also supports flexbox if you choose to go down that route.