The browser-local text & code tools behind textwizard.us — free, MIT-licensed, and dependency-free. Every tool runs entirely in the browser: no uploads, no accounts, no tracking.
tools.js— the tool catalog (names, categories, taglines, SEO metadata) andrepoUrlFor()helper.features/— one ES module per tool (plus the shared_editor.jsscaffold). Each exports a mount function the consuming site attaches to its tool page.
The Emoji Copy tool's UI lives in the consuming site (it is a static page over
unicode-emoji-json data), which is why its catalog entry links here rather
than to a feature module.
textwizard.us consumes this repo as a package
(textwizard-tools) and supplies the page shell, styling, and mounting glue.
Bug reports and tool requests are welcome as issues; pull requests are welcome too. Keep tools dependency-free and browser-local — nothing a tool does may leave the user's device.
MIT © 2026 Michal Ferber