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.
- 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.
- 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.
- 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.
- 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.
- 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.
- Cron Expression Parser
- Timestamp Converter
CS Fundamentals
Make low-level concepts visible: number bases, bits, logic, character encodings, and simple classical ciphers.
- ASCII / Unicode Explorer
- Binary / Hex / Decimal Converter
- Bitwise Operations Calculator
- Morse Code Translator
- ROT13 / Caesar Cipher