Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
/ reacty Public archive

A simple to implement and privacy focused feedback widget which uses emojis πŸ˜€πŸ’¬

License

Notifications You must be signed in to change notification settings

berrysauce/reacty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

69 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

reacty Logo

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.

License

reacty - A simple and privacy oriented website feedback widget. Copyright (C) 2021 Paul Haedrich (berrysauce)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

For any questions or inquiries, contact reacty[at]berrysauce.me.