Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I'm in the process of publishing my product which is ready for beta testing. It has some level of complexity, therefore guidance is required. But I don't want to spend (yet) a couple of months writing detailed documentation.

So, to start with and based on your experiences, what option would be the best?

  • Basic written documentation/manuals (with screenshots, callouts, etc.)
  • Introductory videos for overview and the main features

NOTE: This is to learn the usage of my product, not for marketing promotion.

share|improve this question

1 Answer

I'm not sure what level of technical sophistication you were expecting, but guiders.js is a great open-source package that makes it easy to build step-by-step walk-throughs and tutorials into any web application.

http://blog.optimizely.com/introducing-guidersjs-an-open-source-guider-e

It is fairly easy to setup -- but the main benefit is that it allows you to add documentation directly inside your application, rather than showing screenshots inside separate media like videos or PDFs. This makes it very intuitive and user friendly.

share|improve this answer
+1 for addressing all the questioner's needs in a single solution. – Kenneth Vogt Nov 9 '11 at 19:50
is there something like this for Java? – Kim Jong Woo Nov 25 '11 at 7:04
Thanks for the suggestion, but the mine is a Desktop app. – Nestor Sanchez A Dec 4 '11 at 1:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.