You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use the new logo on the site and tabulate the README tool list
- Header and sidebar mark is now a theme-aware inline version of
logo.svg (chevron and underscore instead of the text glyph)
- Social preview image regenerated with the new mark and tagline
- README: tools listed as per-category tables with direct links
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NcKG1mENi1jtDWKMEhwmBc
Copy file name to clipboardExpand all lines: README.md
+62-44Lines changed: 62 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,73 +24,91 @@ No sign-up, no uploads, nothing leaves your machine: every converter, generator,
24
24
25
25
## Available Tools
26
26
27
+
44 tools across eight categories. Every link opens the tool directly.
28
+
27
29
### 📊 Data Format
28
30
29
-
-**JSON Formatter/Validator** - Format, validate, and beautify JSON with syntax error detection
30
-
-**JSON to CSV Converter** - Transform JSON data into CSV format for spreadsheets
31
-
-**CSV to JSON Converter** - Convert CSV data into structured JSON objects
32
-
-**YAML to JSON Converter** - Transform YAML configuration files to JSON
33
-
-**JSON to YAML Converter** - Convert JSON into human-readable YAML format
34
-
-**XML ↔ JSON Converter** - Convert XML documents to JSON and back, attributes included
35
-
-**TOML ↔ JSON Converter** - Convert pyproject/Cargo-style TOML to JSON and back
36
-
-**CSV to YAML Converter** - Transform tabular CSV data into YAML structure
37
-
-**YAML to CSV Converter** - Convert YAML data into CSV for data analysis
38
-
-**Locale Converter** - Convert between language codes (ISO 639) and country codes (ISO 3166)
39
-
-**Number Formatter** - Format numbers with currency, percentage, and thousands separators
31
+
| Tool | What it does |
32
+
|---|---|
33
+
|[JSON Formatter/Validator](https://devtoolkit.mingrammer.com/#/tools/jsonformatter)| Format, validate, and beautify JSON with syntax error detection |
34
+
|[JSON to CSV Converter](https://devtoolkit.mingrammer.com/#/tools/jsontocsv)| Transform JSON data into CSV format for spreadsheets |
35
+
|[CSV to JSON Converter](https://devtoolkit.mingrammer.com/#/tools/csvtojson)| Convert CSV data into structured JSON objects |
36
+
|[YAML to JSON Converter](https://devtoolkit.mingrammer.com/#/tools/yamltojson)| Transform YAML configuration files to JSON |
37
+
|[JSON to YAML Converter](https://devtoolkit.mingrammer.com/#/tools/jsontoyaml)| Convert JSON into human-readable YAML format |
38
+
|[XML ↔ JSON Converter](https://devtoolkit.mingrammer.com/#/tools/xmljson)| Convert XML documents to JSON and back, attributes included |
39
+
|[TOML ↔ JSON Converter](https://devtoolkit.mingrammer.com/#/tools/tomljson)| Convert pyproject/Cargo-style TOML to JSON and back |
40
+
|[CSV to YAML Converter](https://devtoolkit.mingrammer.com/#/tools/csvtoyaml)| Transform tabular CSV data into YAML structure |
41
+
|[YAML to CSV Converter](https://devtoolkit.mingrammer.com/#/tools/yamltocsv)| Convert YAML data into CSV for data analysis |
42
+
|[Locale Converter](https://devtoolkit.mingrammer.com/#/tools/localeconverter)| Convert between language codes (ISO 639) and country codes (ISO 3166) |
43
+
|[Number Formatter](https://devtoolkit.mingrammer.com/#/tools/numberformatter)| Format numbers with currency, percentage, and thousands separators |
40
44
41
45
### 🔐 Encoding & Hashing
42
46
43
-
-**Base64 Converter** - Encode and decode Base64 strings with toggle modes
44
-
-**Image ↔ Base64** - Turn images into data URLs for inline HTML/CSS, or decode Base64 back to an image
45
-
-**Hash Generator** - Generate MD5, SHA1, SHA256, SHA512, and other hash types
46
-
-**HMAC Generator** - Keyed SHA-1/256/384/512 signatures for webhooks and API signing
47
-
-**Number Converter** - Convert numbers between binary, decimal, hexadecimal, and octal
47
+
| Tool | What it does |
48
+
|---|---|
49
+
|[Base64 Converter](https://devtoolkit.mingrammer.com/#/tools/base64converter)| Encode and decode Base64 strings with toggle modes |
50
+
|[Image ↔ Base64](https://devtoolkit.mingrammer.com/#/tools/imagetobase64)| Turn images into data URLs for inline HTML/CSS, or decode Base64 back to an image |
51
+
|[Hash Generator](https://devtoolkit.mingrammer.com/#/tools/hashgenerator)| Generate MD5, SHA1, SHA256, SHA512, and other hash types |
52
+
|[HMAC Generator](https://devtoolkit.mingrammer.com/#/tools/hmacgenerator)| Keyed SHA-1/256/384/512 signatures for webhooks and API signing |
53
+
|[Number Converter](https://devtoolkit.mingrammer.com/#/tools/numberconverter)| Convert numbers between binary, decimal, hexadecimal, and octal |
48
54
49
55
### ✨ Generators
50
56
51
-
-**UUID Generator** - Generate secure UUIDs (v4, v5) with namespace support
52
-
-**Password Generator** - Create strong, secure passwords with customizable options
53
-
-**Lorem Ipsum Generator** - Create placeholder text in words, sentences, or paragraphs
54
-
-**QR Code Generator** - Create QR codes for text, URLs, and other data with customizable sizes
57
+
| Tool | What it does |
58
+
|---|---|
59
+
|[UUID Generator](https://devtoolkit.mingrammer.com/#/tools/uuidgenerator)| Generate secure UUIDs (v4, v5) with namespace support |
60
+
|[Password Generator](https://devtoolkit.mingrammer.com/#/tools/passwordgenerator)| Create strong, secure passwords with customizable options |
61
+
|[Lorem Ipsum Generator](https://devtoolkit.mingrammer.com/#/tools/loremipsum)| Create placeholder text in words, sentences, or paragraphs |
62
+
|[QR Code Generator](https://devtoolkit.mingrammer.com/#/tools/qrgenerator)| Create QR codes for text, URLs, and other data with customizable sizes |
|[Case Converter](https://devtoolkit.mingrammer.com/#/tools/caseconverter)| Transform text between camelCase, snake_case, UPPERCASE, lowercase, and more |
89
+
|[Text Diff](https://devtoolkit.mingrammer.com/#/tools/textdiff)| Compare two texts and highlight differences side by side |
0 commit comments