Skip to content

metrue/YoYo

Repository files navigation

A dead simple comment engine alternative to Disqus.

Features:

  • Markdown supported
  • Mention to reply
  • Image in comment

Usage

Place the following code where you'd like YoYo to load:

<div id="YoYo"></div>
<script src="https://yoyo-client-production.s3.amazonaws.com/dist/index.js"></script>

Deploy On You Own

YoYo is build on top of AWS, so you have to have a AWS Account and setup your AWS Credentials ready.

YoYo APIs is runing on AWS Lambda, AWS API Gateway, and AWS Dynamodb.

YoYo client is build on top React, then deployed on AWS S3 with AWS CloudFront.

  • Deploy API
$ cd api
$ npm install
$ npm run deploy:production # or npm run deploy:staging, npm run deploy:testing

Run test on API:

$ YOYO_EMAIL=h.minghe+YoYo@gmail.com \
    SENDGRID_API_KEY=<your sendgrid api key> \
    SITE_OWNER_EMAIL=<your email> \
    npm test
  • Build Client
# cd client
# npm install
# npm run build-prod # or 'npm run develop' to do development on local

LICENSE

MIT

About

A dead simple comment engine built on top of AWS lambda and React, alternative comment service to Disqus.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •