DEV Community

Cover image for  Give Feedback on my Project
Sebastian Korotkiewicz
Sebastian Korotkiewicz

Posted on

Give Feedback on my Project

Kucos

For a few days I've been working on an open source comment system that works serverless, as a bonus, there is also kudos on each comment form.

I'd like to ask you what you think about my project?

I've been looking for a long time for ready-made solutions, but I haven't found anything that would work Serverless, Commento or Isso does not work severless.

The project is open source, the demo can be found on kucos.js.org

And the source code on GitHub kucosjs/kucos

Top comments (8)

Collapse
 
hemant profile image
Hemant Joshi

GreatπŸŽ‰πŸŽ‰πŸŽ‰

What is the tech stack used?

Collapse
 
skorotkiewicz profile image
Sebastian Korotkiewicz

The server is written in NodeJS and the client in pure JS :)
No heavy libraries like jQuery.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

What about the database, and possibly authentication?

Related are indeed security and privacy.

Thread Thread
 
skorotkiewicz profile image
Sebastian Korotkiewicz

Kucos uses MongoDB (Mongoose) as a database, thanks to Mongo Atlas you can host for free 500mb which is a lot of space for comments.

I never planned the authorization, I wanted everyone without registering to quickly comment on the blog post.

But everyone can fork a project and add an authorization, it wouldn't be so hard :)

Collapse
 
hemant profile image
Hemant Joshi

great

Collapse
 
alfielytorres profile image
Alfie Torres

This is amazing!

Collapse
 
skorotkiewicz profile image
Sebastian Korotkiewicz

This is amazing!

Thank you :)

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

You have to be extra careful about mobile UX and deep nested comments.