Tool Pages

Browser-based utility routes live here. Each tool page uses ToolPageLayout.astro and a matching record in src/data/tools.ts. The tools index, sitemap, and /llms.txt coverage are driven by Astro routing plus tool metadata.

Files

FileRolePurpose
index.astroTool indexLists all tools with search and category filters
2fa.astroDeveloper toolGenerates local TOTP 2FA codes from Base32 secrets or otpauth URIs and links to its guide
basic-auth-generator.astroDeveloper toolGenerates local HTTP Basic Authorization headers
device-information.astroProductivity toolShows local browser, screen, locale, and device diagnostics
email-normalizer.astroProductivity toolNormalizes and deduplicates email lists
hmac-generator.astroDeveloper toolGenerates local HMAC signatures with Web Crypto
ipv4-address-converter.astroDeveloper toolConverts IPv4 addresses across dotted, decimal, hex, binary, mapped, and reverse DNS forms
ipv4-subnet-calculator.astroDeveloper toolCalculates CIDR network, broadcast, mask, and host ranges
json-to-toml.astroDeveloper toolConverts JSON configuration objects to TOML
keycode-info.astroDeveloper toolInspects JavaScript keyboard event values
mime-type-lookup.astroDeveloper toolLooks up common MIME types and file extensions
numeronym-generator.astroText toolGenerates i18n-style numeronyms
random-port-generator.astroDeveloper toolGenerates random registered, dynamic, or dev port candidates
string-obfuscator.astroText toolMasks sensitive strings for safer sharing
temperature-converter.astroMath toolConverts common and legacy temperature scales
toml-to-yaml.astroDeveloper toolConverts TOML configuration to YAML
ulid-generator.astroDeveloper toolGenerates sortable ULID identifiers
url-parser.astroDeveloper toolParses URLs into components and query parameters
user-agent-parser.astroDeveloper toolParses common user-agent browser, OS, device, and engine hints
wifi-qr-code-generator.astroProductivity toolGenerates local WiFi QR codes without third-party payload upload
xml-to-json.astroDeveloper toolConverts XML documents to JSON
yaml-to-toml.astroDeveloper toolConverts common YAML configuration to TOML
qr-code-generator.astroProductivity toolGenerates local QR codes with color and size controls
*.astroTool route pagesIndividual browser-based tools registered in src/data/tools.ts