Workflow taxonomy

Developer Workflows

Toolzy tools are still available by category, but workflow clusters show how the utilities fit into real developer work.

API Debugging

Inspect requests, responses, tokens, URLs, payloads, headers, and scheduler-adjacent API behavior.

3 tools
  • cURL to fetch / Axios
  • Query String Parser / JSON Converter
  • URL Parser / Inspector

Data Transformation

Turn messy JSON, CSV, YAML, XML, SQL, query strings, and generated fixtures into shapes a developer can use.

15 tools
  • Barcode Generator
  • Case Converter
  • CSV to JSON
  • JSON Formatter
  • JSON Schema Validator / Generator

Encoding & Escaping

Handle Base64, URLs, HTML entities, binary text, byte views, and the boundaries between encoding, escaping, hashing, and encryption.

5 tools
  • Base64 Encoder
  • Binary Code Translator
  • HTML Entity Encoder / Decoder
  • Image to Base64 Converter
  • URL Encoder

Frontend Utilities

Format markup and code, inspect styles, convert UI snippets, and prepare browser-facing assets.

11 tools
  • Code Formatter
  • Fancy Text Generator
  • HTML Formatter
  • HTML to JSX Converter
  • Markdown to HTML

Security Hygiene

Inspect security-adjacent strings locally: hashes, passwords, JWTs, random tokens, signatures, and certificates.

4 tools
  • JWT Decoder & Inspector
  • Password Generator
  • Random String
  • SHA-256 Generator

Time, Date & Scheduling

Convert timestamps, read cron expressions, compare time zones, and reduce scheduling ambiguity.

2 tools
  • Cron Expression Parser
  • Timestamp Converter

CS Fundamentals

Make low-level concepts visible: number bases, bits, logic, character encodings, and simple classical ciphers.

7 tools
  • ASCII / Unicode Explorer
  • Binary / Hex / Decimal Converter
  • Bitwise Operations Calculator
  • Morse Code Translator
  • ROT13 / Caesar Cipher

Future Desktop Scope