Product Feedback Tools - Anyone found a good way to capture early user feedback

Our team has built an MVP for an external facing app and want to collect feedback from an initial user group. It appears that there are limited ways of integrating feedback sliders into the header using retool, but has any one else found a way of doing this or apps that natively work to collect feedback.

Erik

You could integrate a form in a modal or a drawer users would fill out that would send the completed feedback to your DB...could be a link for each component/feature, and the link could send the name of the component/feature as a field in an otherwise common form that gathers consistent information, or could be each link points to a different form specific to the component/feature...what kind of feedback are you looking to gather?

1 Like

Great advice, effectively I would like to have users be able to offer realtime feedback on layout/features etc. and there are some tools that natively integrate with Jira to generate tickets etc.

I am not wedded to any one tool, but there are some paid tools like hotjar and maker.io that allow you to take screenshots, and annotate your user feedback. But I dont think retool is set up to integrate third party solutions at the moment so will explore a form drawer that the user can surface when they have product suggestions.

1 Like

Hello @Erik_HedgeID

Check out our comment component here!

It could be paired with a modal or drawer. We also just launched multipage apps! You could have one page set to be an app that takes text input of suggestions, saves it to a DB with the author/time stamp and renders them to view in the app or just use a form component to take in feedback to save to a DB :slightly_smiling_face:

1 Like