Framework to create a tutorial for a webapp?
html, java, javascript, spring, web-applications
Solution
I think you need to use something like this tool https://github.com/usablica/intro.js
It's easy to integrate this one to any webpage.
Problem
We have a webapp (built in Java & Spring if that matters), and I want to create tutorials for the site, so the first time someone enters a section, it gives them a walkthrough of that section (waiting for them to click on appropriate buttons etc). Are there are frontend/backend frameworks that help with building tutorials on top of your software? I know we could build our own using state information and javascript, but I was wondering if there are any already existing toolkits that would make this process much easier?