Lightweight, self-hosted commenting system for static websites and blogs
  • OCaml 53.4%
  • JavaScript 37.6%
  • CSS 5.5%
  • Dune 3.5%
Find a file
2024-10-25 21:44:20 +02:00
demo first commit 2024-10-25 21:44:20 +02:00
doc first commit 2024-10-25 21:44:20 +02:00
src first commit 2024-10-25 21:44:20 +02:00
.gitignore first commit 2024-10-25 21:44:20 +02:00
.ocamlformat first commit 2024-10-25 21:44:20 +02:00
dune-project first commit 2024-10-25 21:44:20 +02:00
LICENSE first commit 2024-10-25 21:44:20 +02:00
README.md first commit 2024-10-25 21:44:20 +02:00
TODO.md first commit 2024-10-25 21:44:20 +02:00

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

  1. Install Dune:
curl -fsSL https://get.dune.build/install | sh
  1. Clone the repository:
git clone https://github.com/tmattio/pagetalk.git
cd pagetalk
  1. Build the project:
dune pkg lock && dune build
  1. Run the server:
dune exec pagetalk

Contributing

Contributions are welcome! Please see our Contributing Guide for details.

License

ISC License. See LICENSE for details.