Top 5 JavaScript comment-system Projects
-
SupaComments
⚡ A blazing fast, lightweight, and open source comment system for your static website, blogs powered by Supabase
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
Project mention: Looking for the best forum software to start a new forum community in 2025 | news.ycombinator.com | 2024-12-26
Yeah, here is what you need to do:
- install Node.js, Redis and PostgreSQL
- start the Redis server
- start PostgreSQL, create a database and run structure.sql: https://github.com/ferg1e/comment-castles/blob/master/sql/st...
- get all the source code for the actual app
- figure out all your environment variables (the ones I list in the README)
- now you can run the node app (you probably want to use pm2 if on Linux)
- then connect that running node app to the public internet (I use something random for the HTTP_PORT environment variable, like 3333, and then I Nginx reverse proxy that to port 80 on my domain name (I will try to get this Nginx code and post it here later))
- and then I run the let's encrypt certbot for https
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
JavaScript comment-system discussion
JavaScript comment-system related posts
Index
What are some of the best open-source comment-system projects in JavaScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | SupaComments | 139 |
2 | comment-castles | 64 |
3 | disgus | 48 |
4 | React-Commenting-System | 32 |
5 | gridsome-plugin-gitalk | 2 |