Giter Club home page Giter Club logo

reacty's Introduction

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.

reacty's People

Contributors

berrysauce avatar imgbotapp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

gdtool candideu

reacty's Issues

Add site=None check

# add site key to widget code
site = sitesdb.get(key)
if site is False:
    raise HTTPException(status_code=404, detail="Site key not found")

# vvv ERROR APPEARED HERE vvv
if site["locked"] is True:
    raise HTTPException(status_code=401, detail="This account was locked. Contact support for further details.")
    
with open("tools/widget.js", "r") as f:
    widget = str(f.read())
    widget = widget.replace("[webkey]", key)

Status of Project

Hello! I found this app on Alternativeto and wanted to try it out. Is this project still active? The URL doesn't appear to work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.