Tool Catalog
The complete catalog of 28 developer utilities on DevToolsHub, grouped by category with a short description of each tool. Every utility runs entirely in your browser — your input never leaves your device — so you can format, encode, convert, generate and inspect with privacy and speed. Use the search box to filter, or jump straight to a tool from its category below.
28 tools across 5 categories — Formatters · Encoders · Converters · Generators · Inspectors.
Formatters
6Formatting tools tidy and standardize structured text. Paste minified or messy JSON, SQL, HTML, CSS or Markdown and get consistently indented, validated output that's easier to read, review and diff.
Encoders
3Encoding tools translate text between transport-safe representations. Convert to and from Base64, percent-encoded URLs and HTML entities to safely move data through APIs, markup and query strings.
Converters
8Converter tools translate values between common formats — timestamps, number bases, color spaces, text casing, and structured data like JSON, YAML, CSV, TypeScript and GraphQL — so you can move between representations without manual rewriting.
- Timestamp Converter
Convert between Unix timestamps and dates.
- Number Base Converter
Convert between binary, octal, decimal and hex.
- Color Converter
Convert between HEX, RGB, HSL and HSV.
- Case Converter
Convert text between casing styles.
- JSON → TypeScript
Generate TypeScript interfaces from JSON.
- JSON → GraphQL
Generate GraphQL types from JSON.
- YAML ↔ JSON
Convert between YAML and JSON.
- CSV → JSON
Convert CSV data to a JSON array.
Generators
6Generator tools produce ready-to-use values on demand — UUIDs, strong passwords, placeholder text, cryptographic hashes and cron expressions — using your browser's secure random source, with no data leaving your device.
- UUID Generator
Generate RFC4122 v4 UUIDs in bulk.
- Password Generator
Generate strong random passwords.
- Lorem Ipsum Generator
Generate placeholder text.
- Hash Generator
Generate SHA-1/256/384/512 checksums.
- Cron Generator
Build and preview cron schedules.
- Text Generator
Generate placeholder text in multiple languages.
Inspectors
5Inspector tools help you examine and debug — decode JWT claims, test regular expressions against sample text, look up HTTP status codes, diff two blocks of text, and send HTTP requests to inspect API responses.