Total Pageviews

Wednesday, 13 July 2022

reacty


A simple to implement and privacy focused feedback widget which uses emojis.

reacty.net

CodeQL status GitHub repo size GitHub last commit Website

Finally, a simple and privacy oriented website feedback widget

 reacty is still in beta. Please remember to choose a different password for every online service.

🌍 Website: https://reacty.net
📖 Documentation: https://docs.reacty.net

What is reacty?

It's a feedback widget you can implement in your site with one line of code. It's responsive, works across platforms, and it doesn't collect user specific data.

How does it work?

  1. Sign up via the website - you don't even need an email address to sign up, just enter your domain and a password
  2. Copy and paste the given line of code in your website's <head></head> section
  3. See the feedback of your users roll in

Frequently Asked Questions

💬 Does reacty use cookies?
No, but reacty uses the browser's local storage to only display the widget once (if the user answered or closed it).

💬 Why is reacty free?
It's free because I barely have any costs. reacty is hosted serverlessly and the data is on Deta's NoSQL database.

💬 How secure is reacty?
reacty is built with security and privacy in mind. Passwords are hashed, salted, and stored on an encrypted database. Feedback can only be submitted through your website. Still, you should never use the same password for multiple services.

💬 What kinds of data does reacty collect/store?
It only stores data like login info and preferences. For feedback collection, reacty only stores the feedback counts.

💬 Does the widget influence my website's load times?
Not largely. Speed is a big priority, that's why reacty is optimized for fast loading speeds.

from https://github.com/berrysauce/reacty

No comments:

Post a Comment