π Salmon Tools β Free Online Developer Toolkit
A comprehensive collection of 17+ developer tools that run entirely in your browser. No signup, no installation, no data sent to servers β everything is processed client-side for maximum privacy and speed.
Select a tool from the sidebar to get started. All tools support keyboard shortcuts and are optimized for both desktop and mobile.
Beautify, minify, validate JSON and convert to TypeScript interfaces. Supports large JSON files with syntax error detection.
Convert Unix timestamps to human-readable dates and vice versa. Supports seconds, milliseconds, ISO 8601, and relative time display in KST/UTC.
Encode and decode URLs, parse query parameters, and handle component-level encoding for safe URL construction.
Encode and decode Base64 strings with full Unicode and multi-byte character support including Korean, Japanese, and Chinese.
Decode JSON Web Tokens to inspect header, payload, and signature. Checks token expiry and displays claims in readable format.
Test regular expressions with real-time match highlighting, capture group display, and support for global/case-insensitive/multiline flags.
Generate SHA-1, SHA-256, SHA-384, and SHA-512 cryptographic hashes using the Web Crypto API. All processing happens in your browser.
Send HTTP requests (GET, POST, PUT, DELETE, PATCH) with custom headers and body. View response status, headers, and body with syntax highlighting.
Trace URL redirect chains and visualize each hop with status codes, response times, and headers. Detect infinite loops and final destinations.
Format and beautify SQL queries with proper indentation, or minify them for compact storage. Supports keyword case conversion.
Generate UUID v4, Google Advertising ID (GAID), and Apple IDFA identifiers. Supports bulk generation up to 100 at a time.
UUID v4 β Random 128-bit identifier. Format:
xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxxGAID β Google Advertising ID (Android). Same format as UUID v4, lowercase.
IDFA β Identifier for Advertisers (iOS/Apple). Same format as UUID v4, UPPERCASE.