A simple Flask application that allows you to add inline feedback elements to any website and collect user feedback on-the-fly without disrupting your user experience. Just add a small code snippet to your HTML and use special SPAN elements in your code to dynamically create feedback widgets wherever you want. All user input is sent to the feedback server asynchronously via jQuery, so no submitting of forms is required. The code of the application is available on Github:https://github.com/adewes/instant-feedback