# Tool HTML Templates Templates are injected at build time into `index.html` via `npm run build:templates`. ## Workflow 1. Edit `.html` files in `templates/` 2. Run `npm run build:templates` 3. Refresh browser ## Template Files - `decoder.html` - Universal Decoder - `steganography.html` - Emoji Steganography - `transforms.html` - Text Transformations - `tokenade.html` - Tokenade Generator - `fuzzer.html` - Mutation Lab - `tokenizer.html` - Tokenizer Visualization - `splitter.html` - Message Splitter - `gibberish.html` - Gibberish Generator ## Adding a New Tool Template 1. Create `templates/yourtool.html` 2. Start with: `