pozitron57 / open-source-comments
Comparison table for open-source self-hosted commenting servers.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing pozitron57/open-source-comments in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewOpen-source self-hosted comments Comparison table for open-source self-hosted commenting servers (lisakov.com/projects/open-source-comments/). Inspired by staticsitegenerators.net. Workflow • The data are stored in . This file is edited manually. • : • creates directory if does not exist; • downloads (using system ) and to the created directory; • reads these files and updates for the following: • Github stars, • Github stars in the latest N days, • latest commit date, • creation date, • license. • converts to (it defines two variables — and ). • reads and parses it to the html table using datatables.js. • The webpage is updated daily at 17:00 UTC via . runs , then , then deploys the updated files, then updates the repo. How to view the page locally Clone the repo and open in your browser. To change it, edit and run . It will overwrite existing . After modifying , run . It will update the file. TODO • Check and add the information to make the table useful. I would appreciate adding a missing demo. • Improve the python code. • : retry to get the api data if response contains . • Show column descriptions on mouse over. • Where do I find a number of opened and closed issues? For example, https://api.github.com/users/posativ/isso has and , both equal to 131, whereas there are 110 issues and 21 PR. • ~~ folders store a lot of information which is never used. Need to extract only needed info from the files and remove the rest.~~ • ~~Plot stars vs. time for several top commenting systems. Update the plot daily automatically.~~ • Get rid of yaml, convert data.yaml to data.json Contribution Contributions are welcome. Fork the repo and send PR, submit an issue, or leave a comment at the website.