jerry@homelab:~/docs$ cat mc-commands.md
mc-commands: The Command Vault
I built mc-commands as a self-hosted Minecraft Command Vault. It is a lightweight, kid-friendly web app designed to let my children quickly search, read, over-type, and copy server and bot commands directly into their game.
It runs entirely self-hosted with zero external API calls or CDN dependencies, ensuring it stays 100% offline-capable, lightning-fast, and safe to serve across the local network.
Core Features
Architectural Note: Zero External Dependency & Safe Injection. To keep the app completely isolated and offline-capable, all static assets—including Tailwind CSS, Fuse.js, and TTF pixel fonts—are served locally. Furthermore, command data is injected via Jinja2's `tojson | safe` filter to bypass default HTML entity encoding (`"`), preventing syntax errors in the client-side JavaScript search engine.
jerry@homelab:~/docs$ █
cd ..