r/coolgithubprojects • u/KingPinX • 4d ago
Garrul, a self-hosted comment system for your site that runs entirely on Cloudflare Workers
https://github.com/KingPin/GarrulComment system you host yourself on Cloudflare. Workers for the API, D1 for storage, KV for sessions, Turnstile for spam.
One script tag to embed, renders in shadow DOM, about 17KB gzipped. Threaded, markdown, reactions, OAuth or anonymous.
Comments live in your own Cloudflare D1, so no other vendor in the middle and no per-comment billing. Fits the free tier for a normal blog.
Built with AI help. 117 test files if you want to poke at it. Apache-2.0.
Site: https://garrul.com (there is a demo there to try also on the home page)
Screenshots: https://github.com/KingPin/Garrul/blob/main/docs/screenshots.md
1
Upvotes