/kudozo

Widget to get basic feedback on blog posts.

Primary LanguagePython

kudozo

Get basic feedback on blog posts.

Button Example

Deployment

This project uses the Serverless Framework.

1. Deploy the infrastructure
$ cd kudozo/
$ serverless deploy --stage production

2. Copy the GET URL in the output

3. Add the code to your website

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script>$(function(){let a=$("#feedback-obj").attr("data");var e=self===top?document.URL:document.referrer;let t=a+encodeURIComponent(e);$("#feedback-obj").attr("data",t)});</script>
<object data="https://UNIQUE.execute-api.us-east-1.amazonaws.com/production/button.html"></object>

4. Start receiving feedback.

Cloud Infrastructure

Infrastructure Diagram