Macaroni – a single HTML file messenger
Summary
Macaroni Messenger demonstrates a lightweight, one-file web messenger where Git serves as the backend, database, and transport. It runs entirely in the browser with no server, storing messages in a .macaroni directory inside a Git repository. The project highlights both the appeal of minimal infrastructure and the privacy and security trade-offs of exposing messages via public repositories.