Lightweight, self-hosted commenting system for static websites and blogs
- OCaml 53.4%
- JavaScript 37.6%
- CSS 5.5%
- Dune 3.5%
| demo | ||
| doc | ||
| src | ||
| .gitignore | ||
| .ocamlformat | ||
| dune-project | ||
| LICENSE | ||
| README.md | ||
| TODO.md | ||
PageTalk
PageTalk is a lightweight, self-hosted commenting system for static websites and blogs. It provides a simple JavaScript client that can be embedded in any webpage and a moderation dashboard for managing comments.
Development
- Install Dune:
curl -fsSL https://get.dune.build/install | sh
- Clone the repository:
git clone https://github.com/tmattio/pagetalk.git
cd pagetalk
- Build the project:
dune pkg lock && dune build
- Run the server:
dune exec pagetalk
Contributing
Contributions are welcome! Please see our Contributing Guide for details.
License
ISC License. See LICENSE for details.