Commenting widget for websites.
Hosting / easy integration / no ads / no tracking / small size.
Demo
This project contains the source code of the commenting widget used by JustComments. The widget is designed to be embedded into 3rd party websites to provide the functionaility to discuss the content on a page. The backend is not included in this repository.
Checkout the project and install dependencies:
npm install
npm start # starts a server at localhost:3333
npm run build -- \
--endpoint=.. \
--guestSecret=... \
--pushUrl=... \
--coreUrl=... \
--twitterUrl=...