kroskinski.com (~$)
jerry@homelab:~/docs

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

⛏️ In-Game Command Search
🔍 Fuse.js Fuzzy Matching
🎨 Minecraft GUI Theme
📋 One-Click Clipboard Copy
👶 Kids-Friendly Over-Type Display
🔒 100% Offline / Zero CDNs
🔤 Local Pixel Fonts (VT323 & Press Start 2P)
🐳 Docker Container Ready
⚡ FastAPI & Jinja2 Backend

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 ..