A dynamic, server(less)-side comments system. https://cmt.nkko.link/
Find a file
2025-07-11 09:31:19 +08:00
src add buttons and in review dialog 2025-07-11 09:31:19 +08:00
.gitignore implement turnstile and pagination, also implement june's changes 2025-07-02 17:33:09 +08:00
bun.lock remove delete route 2025-07-09 15:44:07 +08:00
LICENSE modify add host stuff 2025-07-03 08:06:35 +08:00
package-lock.json add domain form now actually sends data 2025-07-04 22:31:37 +07:00
package.json store host verification tokens on the server 2025-07-06 20:50:22 +07:00
README.md update readme 2025-06-26 18:48:56 +08:00

Nekomment

A comments system.

Currently we are using Cloudflare Workers, D1 and Workers KV for the system. Work in progress also.

This is a monorepo, that contains the different aspects of Nekomment, from the API, to the dashboard.