Live data from Hacker News

Show HN: Intro.js Hints

introjs.com

41–43 of 43 posts

Re: Show HN: Intro.js Hints

#41
post #27

Also 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…

Hopscotch is one of the few tour libraries that can jump to steps on a different page and (mostly) perform actions on behalf of the user.

It's also great that they have a simple, but extensible API to use custom actions to trigger the next step by e.g. a drag of a specific element.

Re: Show HN: Intro.js Hints

#42
post #28
post #24

Earlier quoted context omitted.

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.

There's some confusion here about dual licensing projects. Maybe an internet lawyer can comment. The most successful project that I know of that uses dual license is qt which offers a GPL license for open source and a $500+ per month license without restrictions for commercial. Some people say you can just link dynamically and include instructions for how to relink yourself, but if that's true why would anyone provid…

Qt uses the LGPL, not GPL: http://www.qt.io/FAQ/ - you're right about the linking stuff. But that means opening stuff in ways that is probably undesired, e.g. embedded devices.

In the case of this MIT-licensed work, IANAL but there seems to be no way to require users to buy the commercial license because the MIT license already allows this usage.

Post reply on HN