Mumble

Published 2026-08-29


Mumble

Mumble is a minimalist cloud message board: a native HTML/CSS/JS frontend with a Cloudflare Workers + D1 backend. Zero framework, zero dependencies. It can be deployed as a standalone page or embedded into other pages (/embed).

Run locally

npx wrangler dev --local

Serves at http://localhost:8787 (embed mode at /embed).

Deploy

npx wrangler d1 create mumble-db     # create the D1 database
# put the returned database_id into wrangler.toml
npx wrangler deploy

Configure

Workflow

Register β†’ an admin approves the account β†’ post/reply. Editing and deletion are admin-only.

GitHub: hiraethecho/mumble