Local-first utilities
Utilities that process pasted text or local browser values should stay client-side where possible. Server-side helpers are reserved for checks that need public DNS, HTTP, or registry data.
Use lightweight utilities for formatting, conversion, QR codes, password generation, user-agent inspection, and IPv4 CIDR math. Most utilities run locally in the browser.
Format and validate JSON locally.
Base64 ConverterEncode and decode Base64 text locally.
QR Code GeneratorGenerate QR codes in the browser.
Password GeneratorCreate passwords locally in the browser.
CalculatorRun simple calculations.
Subnet CalculatorCalculate IPv4 CIDR network details.
User-Agent CheckerInspect browser user-agent and hints.
Utilities that process pasted text or local browser values should stay client-side where possible. Server-side helpers are reserved for checks that need public DNS, HTTP, or registry data.
Local utilities process content in the browser unless a page clearly says it uses a server-assisted route.
No. It performs math only and does not check reachability.
No server-side storage is added by the password utility.