Tools
Small tools I built for everyday dev tasks. Everything runs locally in your browser — no data is sent to any server.
Encoding
3Generators
5-
UUID / ULID
Generate UUID v4 and ULID identifiers with one click.
Learn More -
Hash
Generate MD5, SHA-1, SHA-256, SHA-384 and SHA-512 hashes from text.
Learn More -
Lorem Ipsum
Generate Lorem Ipsum placeholder text.
Learn More -
Password
Generate secure random passwords.
Learn More -
Cron Expression
Build and visualize cron expressions with a visual editor, human-readable descriptions and next execution times.
Learn More
Converters
5-
JSON Formatter
Format, minify and validate JSON.
Learn More -
Timestamp
Convert between Unix timestamps and human-readable dates.
Learn More -
Color
Convert colors between HEX, RGB and HSL formats.
Learn More -
YAML / JSON
Convert between YAML and JSON formats.
Learn More -
Number Base
Convert numbers between decimal, binary, octal and hexadecimal.
Learn More
Text
6-
Character Counter
Count characters, words, sentences, paragraphs and lines in your text.
Learn More -
Regex Tester
Test regular expressions with real-time matching and capture groups.
Learn More -
Markdown Preview
Preview Markdown in real time.
Learn More -
Case
Convert text between different naming conventions.
Learn More -
Diff Checker
Compare two texts and highlight the differences.
Learn More -
SQL Formatter
Format, minify and beautify SQL queries.
Learn More
Web / API
5-
JWT Decoder
Decode and inspect JSON Web Tokens. See header, payload and expiration info.
Learn More -
Query String Parser
Parse and build URL query strings.
Learn More -
HTTP Status Codes
Quick reference for all HTTP status codes with descriptions and use cases.
Learn More -
CORS Headers Builder
Build CORS response headers visually. Configure allowed origins, methods, headers and export for different servers.
Learn More -
HTTP Client
Test HTTP requests directly in the browser. Send GET, POST, PUT, PATCH, DELETE requests, view responses, and generate code snippets in cURL, Fetch, Python and PHP.
Learn More