1+ [
2+ {
3+ "slug" : " image-toolkit" ,
4+ "to" : " /apps/image-toolkit" ,
5+ "title" : " Image Toolkit" ,
6+ "description" : " A toolkit for basic image manipulations." ,
7+ "icon" : " Image"
8+ },
9+ {
10+ "slug" : " codename-generator" ,
11+ "to" : " /apps/codename-generator" ,
12+ "title" : " Codename Generator" ,
13+ "description" : " Generate cool, spy-ish project names." ,
14+ "icon" : " ShieldCheck"
15+ },
16+ {
17+ "slug" : " picker-wheel" ,
18+ "to" : " /apps/picker-wheel" ,
19+ "title" : " Picker Wheel" ,
20+ "description" : " A spinning wheel to pick a random winner from a list of entries." ,
21+ "icon" : " CircleDashed"
22+ },
23+ {
24+ "slug" : " tournament-bracket" ,
25+ "to" : " /apps/tournament-bracket" ,
26+ "title" : " Tournament Bracket" ,
27+ "description" : " Create and manage tournament brackets." ,
28+ "icon" : " ListNumbers"
29+ },
30+ {
31+ "slug" : " fantasy-name-generator" ,
32+ "to" : " /apps/fantasy-name-generator" ,
33+ "title" : " Fantasy Name Generator" ,
34+ "description" : " Generate fantasy names for characters, places, and items." ,
35+ "icon" : " Sparkle"
36+ },
37+ {
38+ "slug" : " dice-roller" ,
39+ "to" : " /apps/dice-roller" ,
40+ "title" : " Dice Roller" ,
41+ "description" : " Roll various types of dice for your games and adventures." ,
42+ "icon" : " DiceSix"
43+ },
44+ {
45+ "slug" : " word-counter" ,
46+ "to" : " /apps/word-counter" ,
47+ "title" : " Word Counter" ,
48+ "description" : " Count words, characters, lines and paragraphs in a text." ,
49+ "icon" : " TextT"
50+ },
51+ {
52+ "slug" : " case-converter" ,
53+ "to" : " /apps/case-converter" ,
54+ "title" : " Case Converter" ,
55+ "description" : " Convert text to different cases (e.g., uppercase, lowercase, camelCase)." ,
56+ "icon" : " TextAa"
57+ },
58+ {
59+ "slug" : " base64-converter" ,
60+ "to" : " /apps/base64-converter" ,
61+ "title" : " Base64 Converter" ,
62+ "description" : " Encode and decode text to and from Base64 format." ,
63+ "icon" : " Code"
64+ },
65+ {
66+ "slug" : " url-converter" ,
67+ "to" : " /apps/url-converter" ,
68+ "title" : " URL Encoder/Decoder" ,
69+ "description" : " Encode and decode URL strings." ,
70+ "icon" : " LinkIcon"
71+ },
72+ {
73+ "slug" : " ascii-converter" ,
74+ "to" : " /apps/ascii-converter" ,
75+ "title" : " Text to ASCII Converter" ,
76+ "description" : " Convert text to ASCII codes and vice-versa." ,
77+ "icon" : " Keyboard"
78+ },
79+ {
80+ "slug" : " hash-generator" ,
81+ "to" : " /apps/hash-generator" ,
82+ "title" : " Hash Generator" ,
83+ "description" : " Generate SHA1, SHA256, and SHA512 hashes from text." ,
84+ "icon" : " Fingerprint"
85+ },
86+ {
87+ "slug" : " uuid-generator" ,
88+ "to" : " /apps/uuid-generator" ,
89+ "title" : " UUID Generator" ,
90+ "description" : " Generate UUID v4." ,
91+ "icon" : " Key"
92+ },
93+ {
94+ "slug" : " password-generator" ,
95+ "to" : " /apps/password-generator" ,
96+ "title" : " Password Generator" ,
97+ "description" : " Generate strong, random passwords with customizable options." ,
98+ "icon" : " Key"
99+ },
100+ {
101+ "slug" : " json-formatter" ,
102+ "to" : " /apps/json-formatter" ,
103+ "title" : " JSON Formatter & Validator" ,
104+ "description" : " Format and validate JSON data for readability and correctness." ,
105+ "icon" : " Code"
106+ },
107+ {
108+ "slug" : " color-contrast-checker" ,
109+ "to" : " /apps/color-contrast-checker" ,
110+ "title" : " Color Contrast Checker" ,
111+ "description" : " Check WCAG color contrast ratios for accessibility." ,
112+ "icon" : " Palette"
113+ },
114+ {
115+ "slug" : " qr-code-generator" ,
116+ "to" : " /apps/qr-code-generator" ,
117+ "title" : " QR Code Generator" ,
118+ "description" : " Generate QR codes from text or URLs with customizable versions and error correction." ,
119+ "icon" : " QrCode"
120+ },
121+ {
122+ "slug" : " color-palette-generator" ,
123+ "to" : " /apps/color-palette-generator" ,
124+ "title" : " Color Palette Generator" ,
125+ "description" : " Generate random color palettes." ,
126+ "icon" : " Palette"
127+ },
128+ {
129+ "slug" : " css-unit-converter" ,
130+ "to" : " /apps/css-unit-converter" ,
131+ "title" : " CSS Unit Converter" ,
132+ "description" : " Convert between px, em, rem, vw, vh, and % units." ,
133+ "icon" : " Ruler"
134+ }
135+ ]
0 commit comments