DEV Community

Sebastian Korotkiewicz
Sebastian Korotkiewicz

Posted on

Licom – browser plugin for comments on every webpage

Hello!

I would like to show you my little project, which I have been working on for the last few days.

Image description

It is a simple plugin for your browser, which adds the possibility of commenting literally every web page.

The project is created in React and the server is created in Restify + Prisma.

If you find some time, you can test my plugin and write what you think about it :)
Of course the project is open-source :)

Interesting fact to add here is that I use ED25519 keys to sign every comment, the key is generated at registration and used to login.
So save your generated private key to be able to login again ;)

GitHub logo skorotkiewicz / Licom

Write and read comments on every page with a simple plug-in for your browser

Website: https://licom.fly.dev

Top comments (2)

Collapse
 
skorotkiewicz profile image
Sebastian Korotkiewicz

The latest version 1.0.3 also adds displaying if a page has comments on the icon.
If you use chrome, you have to download new version from github (google is slow in updating new addons)
Firefox accepts new versions in a few seconds. :)

Collapse
 
araghuraman1 profile image
AR

What if the web page content changes?