-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.json
More file actions
915 lines (913 loc) · 31.8 KB
/
apps.json
File metadata and controls
915 lines (913 loc) · 31.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
{
"Games": {
"name": "Games",
"description": "Playable games to test your skills, memory, and luck.",
"icon": "GameControllerIcon",
"order": 1,
"apps": [
{
"slug": "logic-architect",
"to": "/apps/logic-architect",
"title": "Logic Architect",
"description": "Construct digital circuits using logic gates and neural pathways.",
"icon": "CpuIcon",
"created_at": "2025-12-20T12:00:00+03:00",
"pinned_order": 5
},
{
"slug": "logical-fallacy-bingo",
"to": "/apps/logical-fallacy-bingo",
"title": "Fallacy Bingo",
"description": "A playable bingo game based on common logical fallacies.",
"icon": "BrainIcon",
"created_at": "2026-02-28T12:00:00+03:00"
},
{
"slug": "feztype",
"to": "/apps/feztype",
"title": "FezType (Typing Speed Tester)",
"description": "Test and improve your typing speed.",
"icon": "KeyboardIcon",
"pinned_order": 24,
"created_at": "2025-11-10T14:00:00+03:00"
},
{
"slug": "bpm-guesser",
"to": "/apps/bpm-guesser",
"title": "BPM Guesser",
"description": "Tap the beat to guess the BPM of a song.",
"icon": "MetronomeIcon",
"created_at": "2025-11-25T16:14:05+03:00"
},
{
"slug": "seance",
"to": "/apps/seance",
"title": "Code Seance",
"description": "Communicate with the ghosts of deprecated code in this haunted terminal.",
"icon": "SkullIcon",
"pinned_order": 6,
"created_at": "2025-11-28T20:00:00+03:00"
},
{
"slug": "mastermind",
"to": "/apps/mastermind",
"title": "Mastermind",
"description": "Play the classic code-breaking game of Mastermind (Bulls and Cows).",
"icon": "PuzzlePieceIcon",
"pinned_order": 7,
"created_at": "2025-11-23T18:28:07+03:00"
},
{
"slug": "nonogram",
"to": "/apps/nonogram",
"title": "Nonogram",
"description": "Solve picture logic puzzles by filling cells according to numerical clues.",
"icon": "GridFourIcon",
"pinned_order": 8,
"created_at": "2025-11-23T20:43:44+03:00"
},
{
"slug": "card-game",
"to": "/apps/card-game",
"title": "Higher or Lower Card Game",
"description": "Guess if the next card will be higher or lower than the current one.",
"icon": "CardsThreeIcon",
"created_at": "2025-11-18T03:57:42+03:00"
},
{
"slug": "soccer-pong",
"to": "/apps/soccer-pong",
"title": "Soccer Pong",
"description": "A Pong-style game with a soccer twist. Player vs. AI.",
"icon": "SoccerBallIcon",
"created_at": "2025-11-18T04:32:40+03:00"
},
{
"slug": "memory-game",
"to": "/apps/memory-game",
"title": "Memory Game",
"description": "Test your memory by matching pairs of cards.",
"icon": "BrainIcon",
"created_at": "2025-11-18T04:47:04+03:00"
},
{
"slug": "rock-paper-scissors",
"to": "/apps/rock-paper-scissors",
"title": "Rock Paper Scissors",
"description": "Play the classic game of Rock Paper Scissors against the computer.",
"icon": "HandshakeIcon",
"created_at": "2025-11-18T05:04:54+03:00"
},
{
"slug": "tic-tac-toe",
"to": "/apps/tic-tac-toe",
"title": "Tic Tac Toe",
"description": "Play the classic game of Tic Tac Toe against another player or AI.",
"icon": "XCircleIcon",
"created_at": "2025-11-18T05:08:44+03:00"
},
{
"slug": "connect-four",
"to": "/apps/connect-four",
"title": "Connect Four",
"description": "Play the classic game of Connect Four against another player or AI.",
"icon": "AtomIcon",
"created_at": "2025-11-18T05:11:43+03:00"
},
{
"slug": "word-ladder",
"to": "/apps/word-ladder",
"title": "Word Ladder",
"description": "Transform one word into another by changing one letter at a time.",
"icon": "LadderSimpleIcon",
"created_at": "2025-11-23T19:45:46+03:00"
},
{
"slug": "lights-out",
"to": "/apps/lights-out",
"title": "Lights Out",
"description": "A classic logic puzzle where you turn off all the lights.",
"icon": "LightbulbFilamentIcon",
"created_at": "2025-11-23T20:20:54+03:00"
},
{
"slug": "whack-a-bug",
"to": "/apps/whack-a-bug",
"title": "Whack-a-Bug",
"description": "Test your reflexes by fixing bugs as fast as you can!",
"icon": "BugIcon",
"created_at": "2025-11-25T15:25:02+03:00"
},
{
"slug": "simon-says",
"to": "/apps/simon-says",
"title": "Simon Says",
"description": "Test your memory by repeating the sequence of lights.",
"icon": "CirclesFourIcon",
"created_at": "2025-11-25T15:43:25+03:00"
},
{
"slug": "alchemy-lab",
"to": "/apps/alchemy-lab",
"title": "Alchemy Lab",
"description": "Combine elements and discover the secrets of the digital universe.",
"icon": "FlaskIcon",
"pinned_order": 2,
"created_at": "2026-01-04T17:00:00+03:00"
},
{
"slug": "roguelike-game",
"to": "/apps/roguelike-game",
"title": "Roguelike Adventure",
"description": "A simple terminal-like roguelike game.",
"icon": "CubeIcon",
"created_at": "2025-11-25T20:00:00+03:00"
}
]
},
"Whimsical Tools": {
"name": "Whimsical Tools",
"description": "Playful generators and tools for creative and imaginative tasks.",
"icon": "SparkleIcon",
"order": 2,
"apps": [
{
"slug": "souls-banner-generator",
"to": "/apps/souls-banner-generator",
"title": "Souls Banner Generator",
"description": "Generate 'Enemy Felled' style banners on your images.",
"icon": "SkullIcon",
"created_at": "2026-01-19T12:00:00+03:00"
},
{
"slug": "tier-forge",
"to": "/apps/tier-forge",
"title": "Tier Forge",
"description": "Construct and visualize ranked data sets with drag-and-drop precision.",
"icon": "ListBulletsIcon",
"created_at": "2026-01-10T12:00:00+03:00"
},
{
"slug": "aether",
"to": "/apps/aether",
"title": "Aether Music Player",
"description": "Abstract music player. Listen to the sounds above the clouds.",
"icon": "CloudFogIcon",
"created_at": "2026-01-06T12:00:00+03:00",
"pinned_order": 1
},
{
"slug": "fezynth",
"to": "/apps/fezynth",
"title": "FeZynth",
"description": "Make music with Web Audio API and Canvas API",
"icon": "MusicNoteIcon",
"pinned_order": 4,
"created_at": "2025-11-10T14:00:00+03:00"
},
{
"slug": "sprite-editor",
"to": "/apps/sprite-editor",
"title": "Sprite Editor",
"description": "A retro pixel art editor for creating sprites.",
"icon": "PencilSimpleIcon",
"created_at": "2025-12-12T00:00:00+03:00"
},
{
"slug": "rotary-phone",
"to": "/apps/rotary-phone",
"title": "Rotary Phone",
"description": "A digital rotary phone. Dial numbers with your mouse or finger.",
"icon": "PhoneIcon",
"created_at": "2025-12-02T00:00:00+03:00"
},
{
"slug": "echo-chamber",
"to": "/apps/echo-chamber",
"title": "The Echo Chamber",
"description": "A solitary social network where everyone agrees with you.",
"icon": "ChatCircleIcon",
"pinned_order": 27,
"created_at": "2025-12-25T16:00:00+03:00"
},
{
"slug": "voyager-terminal",
"to": "/apps/voyager-terminal",
"title": "Voyager Terminal",
"description": "Intercept deep space signals with this analog 1970s telemetry receiver.",
"icon": "BroadcastIcon",
"pinned_order": 30,
"created_at": "2025-12-25T18:00:00+03:00"
},
{
"slug": "paper-ink",
"to": "/apps/paper-ink",
"title": "Paper & Ink",
"description": "A meditative ink drawing experience on digital rice paper.",
"icon": "PaintBrushIcon",
"created_at": "2025-12-25T17:30:00+03:00"
},
{
"slug": "conspiracy-board",
"to": "/apps/conspiracy-board",
"title": "The Conspiracy Board",
"description": "Connect the dots and find the truth on this digital corkboard.",
"icon": "PushPinIcon",
"created_at": "2025-12-25T17:00:00+03:00"
},
{
"slug": "synergy-flow",
"to": "/apps/synergy-flow",
"title": "Synergy Flow",
"description": "Generate meaningless corporate buzzwords and joyful corporate art.",
"icon": "BriefcaseIcon",
"pinned_order": 26,
"created_at": "2025-12-25T15:00:00+03:00"
},
{
"slug": "cozy-corner",
"to": "/apps/cozy-corner",
"title": "Cozy Corner",
"description": "A place to relax, watch a fire, or just breathe.",
"icon": "CampfireIcon",
"created_at": "2025-11-29T12:00:00+03:00"
},
{
"slug": "tcg-card-generator",
"to": "/apps/tcg-card-generator",
"title": "TCG Card Generator",
"description": "Create your own custom TCG cards with this generator.",
"icon": "CardsThreeIcon",
"pinned_order": 2,
"created_at": "2025-11-26T12:00:00+03:00"
},
{
"slug": "football-emblem-creator",
"to": "/apps/football-emblem-creator",
"title": "Football Emblem Creator",
"description": "Create your own custom football team emblem.",
"icon": "TrophyIcon",
"pinned_order": 3,
"created_at": "2025-11-25T18:00:00+03:00"
},
{
"slug": "tournament-bracket",
"to": "/apps/tournament-bracket",
"title": "Tournament Bracket",
"description": "Create and manage tournament brackets.",
"icon": "ListNumbersIcon",
"pinned_order": 9,
"created_at": "2025-11-07T14:22:02+03:00"
},
{
"slug": "picker-wheel",
"to": "/apps/picker-wheel",
"title": "Picker Wheel",
"description": "A spinning wheel to pick a random winner from a list of entries.",
"icon": "CircleDashedIcon",
"created_at": "2025-11-09T02:43:25+03:00"
},
{
"slug": "dice-roller",
"to": "/apps/dice-roller",
"title": "Dice Roller",
"description": "Roll various types of dice for your games and adventures.",
"icon": "DiceSixIcon",
"created_at": "2025-11-07T20:18:31+03:00"
},
{
"slug": "whiteboard",
"to": "/apps/whiteboard",
"title": "Whiteboard",
"description": "A simple digital whiteboard for sketching and doodling.",
"icon": "PencilSimpleIcon",
"pinned_order": 10,
"created_at": "2025-11-25T17:00:00+03:00"
},
{
"slug": "spirograph",
"to": "/apps/spirograph",
"title": "Spirograph Generator",
"description": "Create mesmerizing geometric patterns with math.",
"icon": "AtomIcon",
"pinned_order": 17,
"created_at": "2025-11-29T14:00:00+03:00"
},
{
"slug": "codename-generator",
"to": "/apps/codename-generator",
"title": "Codename Generator",
"description": "Generate cool, spy-ish project names.",
"icon": "ShieldCheckIcon",
"created_at": "2025-11-09T03:48:19+03:00"
},
{
"slug": "fantasy-name-generator",
"to": "/apps/fantasy-name-generator",
"title": "Fantasy Name Generator",
"description": "Generate fantasy names for characters, places, and items.",
"icon": "SparkleIcon",
"created_at": "2025-11-07T20:00:38+03:00"
},
{
"slug": "excuse-generator",
"to": "/apps/excuse-generator",
"title": "Excuse Generator",
"description": "Generate funny and absurd excuses for any situation.",
"icon": "SmileyWinkIcon",
"created_at": "2025-11-18T03:40:32+03:00"
},
{
"slug": "magic-8-ball",
"to": "/apps/magic-8-ball",
"title": "Magic 8-Ball",
"description": "Ask a yes/no question and let the Magic 8-Ball reveal your fate!",
"icon": "QuestionIcon",
"created_at": "2025-11-18T03:48:58+03:00"
},
{
"slug": "banana-converter",
"to": "/apps/banana-converter",
"title": "Banana for Scale",
"description": "Convert real-world measurements into standard bananas.",
"icon": "PlantIcon",
"created_at": "2025-11-25T16:14:05+03:00"
},
{
"slug": "pirate-translator",
"to": "/apps/pirate-translator",
"title": "Pirate Speak Translator",
"description": "Translate your landlubber words into proper Pirate speak!",
"icon": "SkullIcon",
"created_at": "2025-11-25T16:14:05+03:00"
},
{
"slug": "galactic-age",
"to": "/apps/galactic-age",
"title": "Galactic Age Converter",
"description": "Calculate your age on other planets in our solar system.",
"icon": "PlanetIcon",
"created_at": "2025-11-25T16:14:05+03:00"
},
{
"slug": "bubble-wrap",
"to": "/apps/bubble-wrap",
"title": "Bubble Wrap",
"description": "Pop some virtual bubble wrap to relieve stress.",
"icon": "CirclesFourIcon",
"created_at": "2025-11-25T16:01:56+03:00"
},
{
"slug": "atmosphere-mixer",
"to": "/apps/atmosphere-mixer",
"title": "Atmosphere Mixer",
"description": "Blend background environments to create your ideal focus space.",
"icon": "SpeakerHighIcon",
"created_at": "2025-12-20T14:00:00+03:00"
},
{
"slug": "crt-tactical-map",
"to": "/apps/crt-tactical-map",
"title": "CRT Tactical Map",
"description": "80s cinema style CRT tactical map with glowing vectors and telemetry.",
"icon": "MonitorIcon",
"created_at": "2026-03-11T16:00:00+03:00"
},
{
"slug": "poster-loom",
"to": "/apps/poster-loom",
"title": "Poster Loom",
"description": "Construct brutalist digital posters with generative grids and technical typography.",
"icon": "GridFourIcon",
"created_at": "2025-12-20T17:00:00+03:00",
"pinned_order": 23
},
{
"slug": "symbol-flow",
"to": "/apps/symbol-flow",
"title": "Symbol Flow",
"description": "Generative stream visualizer using technical symbol protocols and procedural noise fields.",
"icon": "WindIcon",
"created_at": "2025-12-20T18:00:00+03:00"
},
{
"slug": "data-prism",
"to": "/apps/data-prism",
"title": "Data Prism",
"description": "Transform raw datasets into high-fidelity Bauhaus visualizations and technical diagrams.",
"icon": "GraphIcon",
"created_at": "2026-01-18T18:00:00+03:00"
},
{
"slug": "brew-master",
"to": "/apps/brew-master",
"title": "BrewMaster",
"description": "High-fidelity coffee extraction protocol. Calibrate ratios and execute extraction sequences.",
"icon": "CoffeeIcon",
"created_at": "2026-02-06T12:00:00+03:00"
}
]
},
"Generators": {
"name": "Generators",
"description": "Tools for generating various types of data and content.",
"icon": "MagicWandIcon",
"order": 3,
"apps": [
{
"slug": "quote-generator",
"to": "/apps/quote-generator",
"title": "Quote Generator",
"description": "Create beautiful quote images with customizable themes, fonts, and colors.",
"icon": "QuotesIcon",
"created_at": "2026-02-03T01:30:00+03:00"
},
{
"slug": "github-thumbnail-generator",
"to": "/apps/github-thumbnail-generator",
"title": "Github Thumbnail Generator",
"description": "Generate high-fidelity thumbnails and cover art for GitHub repositories.",
"icon": "GithubLogoIcon",
"created_at": "2026-01-12T12:00:00+03:00"
},
{
"slug": "pattern-generator",
"to": "/apps/pattern-generator",
"title": "Pattern Generator",
"description": "Generate seamless geometric vector patterns with 5-color palettes.",
"icon": "SquaresFourIcon",
"created_at": "2026-01-05T12:00:00+03:00"
},
{
"slug": "asset-constructor",
"to": "/apps/asset-constructor",
"title": "Asset Constructor",
"description": "Construct high-fidelity digital assets, containers and UI components with advanced glassmorphism.",
"icon": "SquaresFourIcon",
"created_at": "2025-12-25T18:00:00+03:00"
},
{
"slug": "album-constructor",
"to": "/apps/album-constructor",
"title": "Album Constructor",
"description": "The ultimate synthesis protocol for high-fidelity album art generation.",
"icon": "MusicNoteIcon",
"created_at": "2025-12-25T17:00:00+03:00"
},
{
"slug": "codeblock-creator",
"to": "/apps/codeblock-creator",
"title": "Codeblock Creator",
"description": "Render syntax-highlighted code into high-fidelity image artifacts.",
"icon": "CodeIcon",
"created_at": "2025-12-26T12:00:00+03:00"
},
{
"slug": "tweet-creator",
"to": "/apps/tweet-creator",
"title": "Tweet Creator",
"description": "Construct high-fidelity tweet snapshots with Echo Chamber aesthetics.",
"icon": "TwitterLogoIcon",
"created_at": "2025-12-25T16:00:00+03:00"
},
{
"slug": "magaziner",
"to": "/apps/magaziner",
"title": "Magaziner",
"description": "Premium magazine cover generator with brutalist and elite minimal aesthetics.",
"icon": "NewspaperIcon",
"created_at": "2025-12-25T15:00:00+03:00",
"pinned_order": 26
},
{
"slug": "og-image-generator",
"to": "/apps/og-image-generator",
"title": "OG Image Generator",
"description": "Generate open graph images for your posts with generative art.",
"icon": "ImageSquareIcon",
"created_at": "2025-12-22T12:00:00+03:00"
},
{
"slug": "wallpaper-engine",
"to": "/apps/wallpaper-engine",
"title": "Procedural Wallpaper Engine",
"description": "Construct high-resolution procedural wallpapers using generative algorithms and technical protocols.",
"icon": "MonitorIcon",
"created_at": "2025-12-24T12:00:00+03:00",
"pinned_order": 25
},
{
"slug": "fantasy-map-generator",
"to": "/apps/fantasy-map-generator",
"title": "Fantasy Map Generator",
"description": "Generate Middle-earth style fantasy maps with mountains, rivers, and castles.",
"icon": "MapTrifoldIcon",
"created_at": "2025-12-25T14:00:00+03:00"
},
{
"slug": "fractal-flora",
"to": "/apps/fractal-flora",
"title": "Fractal Flora",
"description": "Grow digital trees using recursive mathematics.",
"icon": "PlantIcon",
"pinned_order": 18,
"created_at": "2025-11-29T15:00:00+03:00"
},
{
"slug": "abstract-waves",
"to": "/apps/abstract-waves",
"title": "Abstract Waves",
"description": "Generate mesmerizing black and white abstract wave patterns.",
"icon": "WaveSineIcon",
"pinned_order": 19,
"created_at": "2025-12-01T12:00:00+03:00"
},
{
"slug": "topographic-maps",
"to": "/apps/topographic-maps",
"title": "Topographic Map Generator",
"description": "Generate seamless topographic contour maps.",
"icon": "MapTrifoldIcon",
"pinned_order": 20,
"created_at": "2025-12-01T12:30:00+03:00"
},
{
"slug": "color-palette-generator",
"to": "/apps/color-palette-generator",
"title": "Color Palette Generator",
"description": "Generate random color palettes.",
"icon": "PaletteIcon",
"pinned_order": 11,
"created_at": "2025-11-07T19:33:40+03:00"
},
{
"slug": "json-generator",
"to": "/apps/json-generator",
"title": "JSON Generator",
"description": "Generate random JSON objects with customizable structure and data types.",
"icon": "BracketsCurlyIcon",
"created_at": "2025-11-13T22:58:37+03:00"
},
{
"slug": "hash-generator",
"to": "/apps/hash-generator",
"title": "Hash Generator",
"description": "Generate SHA1, SHA256, and SHA512 hashes from text.",
"icon": "FingerprintIcon",
"created_at": "2025-11-07T19:33:40+03:00"
},
{
"slug": "uuid-generator",
"to": "/apps/uuid-generator",
"title": "UUID Generator",
"description": "Generate UUID v4.",
"icon": "KeyIcon",
"created_at": "2025-11-07T19:33:40+03:00"
},
{
"slug": "password-generator",
"to": "/apps/password-generator",
"title": "Password Generator",
"description": "Generate strong, random passwords with customizable options.",
"icon": "KeyIcon",
"created_at": "2025-11-11T02:37:54+03:00"
},
{
"slug": "qr-code-generator",
"to": "/apps/qr-code-generator",
"title": "QR Code Generator",
"description": "Generate QR codes from text or URLs with customizable versions and error correction.",
"icon": "QrCodeIcon",
"created_at": "2025-11-11T03:04:03+03:00"
},
{
"slug": "lorem-ipsum-generator",
"to": "/apps/lorem-ipsum-generator",
"title": "Lorem Ipsum Generator",
"description": "Generate random placeholder text for your projects.",
"icon": "ArticleIcon",
"created_at": "2025-11-25T16:07:49+03:00"
},
{
"slug": "cipher-studio",
"to": "/apps/cipher-studio",
"title": "Cipher Studio",
"description": "Encode and decode messages using classic cryptographic algorithms.",
"icon": "LockKeyIcon",
"created_at": "2025-12-20T12:00:00+03:00"
},
{
"slug": "blend-lab",
"to": "/apps/blend-lab",
"title": "Blend Lab",
"description": "Create abstract color fields with noise, blur, and custom typography.",
"icon": "SelectionIcon",
"created_at": "2025-12-20T15:00:00+03:00",
"pinned_order": 21
},
{
"slug": "cron-job-generator",
"to": "/apps/cron-job-generator",
"title": "CRON Job Generator",
"description": "Generate CRON expressions visually and convert human-readable text to CRON.",
"icon": "ClockIcon",
"created_at": "2025-11-18T03:40:32+03:00"
}
]
},
"Converters": {
"name": "Converters",
"description": "Tools for converting data formats and types.",
"icon": "ArrowsLeftRightIcon",
"order": 4,
"apps": [
{
"slug": "json-piml-converter",
"to": "/apps/json-piml-converter",
"title": "JSON - PIML Converter",
"description": "Convert JSON to PIML and vice-versa.",
"icon": "CodeIcon",
"created_at": "2025-11-13T04:36:09+03:00"
},
{
"slug": "morse-code-translator",
"to": "/apps/morse-code-translator",
"title": "Morse Code Translator",
"description": "Translate text to Morse code and vice-versa, with audio playback.",
"icon": "TranslateIcon",
"pinned_order": 12,
"created_at": "2025-11-23T18:16:28+03:00"
},
{
"slug": "markdown-table-formatter",
"to": "/apps/markdown-table-formatter",
"title": "Markdown Table Formatter",
"description": "Format your markdown tables.",
"icon": "CodeIcon",
"created_at": "2025-12-13T02:23:40+03:00"
},
{
"slug": "case-converter",
"to": "/apps/case-converter",
"title": "Case Converter",
"description": "Convert text to different cases (e.g., uppercase, lowercase, camelCase).",
"icon": "TextAaIcon",
"created_at": "2025-11-07T19:10:17+03:00"
},
{
"slug": "base64-converter",
"to": "/apps/base64-converter",
"title": "Base64 Converter",
"description": "Encode and decode text to and from Base64 format.",
"icon": "CodeIcon",
"created_at": "2025-11-07T19:33:40+03:00"
},
{
"slug": "url-converter",
"to": "/apps/url-converter",
"title": "URL Encoder/Decoder",
"description": "Encode and decode URL strings.",
"icon": "LinkIcon",
"created_at": "2025-11-07T19:33:40+03:00"
},
{
"slug": "ascii-converter",
"to": "/apps/ascii-converter",
"title": "Text to ASCII Converter",
"description": "Convert text to ASCII codes and vice-versa.",
"icon": "KeyboardIcon",
"created_at": "2025-11-07T19:33:40+03:00"
},
{
"slug": "css-unit-converter",
"to": "/apps/css-unit-converter",
"title": "CSS Unit Converter",
"description": "Convert between px, em, rem, vw, vh, and % units.",
"icon": "RulerIcon",
"created_at": "2025-11-07T19:47:38+03:00"
},
{
"slug": "fezglyph",
"to": "/apps/fezglyph",
"title": "FezGlyph",
"description": "Transform text into the cryptic Fezcodex symbolic cipher.",
"icon": "PenNibIcon",
"created_at": "2025-12-28T12:00:00+03:00"
},
{
"slug": "gokturkish-converter",
"to": "/apps/gokturkish-converter",
"title": "Göktürk Converter",
"description": "Convert text between Latin and Göktürk (Orkhon) script.",
"icon": "TranslateIcon",
"created_at": "2026-01-28T12:00:00+03:00"
}
]
},
"Utilities": {
"name": "Utilities",
"description": "General purpose tools and helpers for various tasks.",
"icon": "ToolboxIcon",
"order": 5,
"apps": [
{
"slug": "metabolic-hub",
"to": "/apps/metabolic-hub",
"title": "The Fasting Ledger",
"description": "Protocol for high-precision metabolic temporal management and nutritional tracking.",
"icon": "ForkKnifeIcon",
"created_at": "2026-01-04T12:00:00+03:00"
},
{
"slug": "steganography",
"to": "/apps/steganography",
"title": "Steganography",
"description": "Hide secret messages within images using Least Significant Bit (LSB) steganography.",
"icon": "LockKeyIcon",
"created_at": "2026-01-12T12:00:00+03:00"
},
{
"slug": "piml-lab",
"to": "/apps/piml-lab",
"title": "PIML Lab",
"description": "Real-time technical markup visualization protocol. Write custom PIML and see it rendered instantly.",
"icon": "CodeIcon",
"created_at": "2025-12-21T19:00:00+03:00"
},
{
"slug": "notepad",
"to": "/apps/notepad",
"title": "Notepad",
"description": "A simple, distraction-free text editor.",
"icon": "NotePencilIcon",
"pinned_order": 1,
"created_at": "2025-11-27T14:00:00+03:00"
},
{
"slug": "image-toolkit",
"to": "/apps/image-toolkit",
"title": "Image Toolkit",
"description": "A toolkit for basic image manipulations.",
"icon": "ImageIcon",
"pinned_order": 13,
"created_at": "2025-11-10T23:58:16+03:00"
},
{
"slug": "image-compressor",
"to": "/apps/image-compressor",
"title": "Image Compressor",
"description": "Compress images to reduce file size while maintaining quality.",
"icon": "ArrowsInLineHorizontalIcon",
"pinned_order": 14,
"created_at": "2025-11-23T12:54:58+03:00"
},
{
"slug": "stopwatch",
"to": "/apps/stopwatch",
"title": "Stopwatch",
"description": "A simple stopwatch with lap functionality.",
"icon": "TimerIcon",
"pinned_order": 15,
"created_at": "2025-11-23T17:30:23+03:00"
},
{
"slug": "pomodoro-timer",
"to": "/apps/pomodoro-timer",
"title": "Pomodoro Timer",
"description": "A simple and customizable Pomodoro timer to boost your productivity.",
"icon": "TimerIcon",
"pinned_order": 16,
"created_at": "2025-11-23T18:11:03+03:00"
},
{
"slug": "word-counter",
"to": "/apps/word-counter",
"title": "Word Counter",
"description": "Count words, characters, lines and paragraphs in a text.",
"icon": "TextTIcon",
"created_at": "2025-11-07T02:36:56+03:00"
},
{
"slug": "json-formatter",
"to": "/apps/json-formatter",
"title": "JSON Formatter & Validator",
"description": "Format and validate JSON data for readability and correctness.",
"icon": "CodeIcon",
"created_at": "2025-11-11T02:40:49+03:00"
},
{
"slug": "color-contrast-checker",
"to": "/apps/color-contrast-checker",
"title": "Color Contrast Checker",
"description": "Check WCAG color contrast ratios for accessibility.",
"icon": "PaletteIcon",
"created_at": "2025-11-11T02:44:51+03:00"
},
{
"slug": "text-diff-checker",
"to": "/apps/text-diff-checker",
"title": "Text Diff Checker",
"description": "Compare two texts and highlight the differences.",
"icon": "TextAaIcon",
"created_at": "2025-11-18T03:16:23+03:00"
},
{
"slug": "task-grid",
"to": "/apps/task-grid",
"title": "Task Grid",
"description": "A minimal, visual map for tracking your daily objectives.",
"icon": "CheckSquareOffsetIcon",
"created_at": "2025-12-20T14:00:00+03:00"
},
{
"slug": "asset-studio",
"to": "/apps/asset-studio",
"title": "Asset Studio",
"description": "Convert source images into optimized web assets, including favicons and social media previews.",
"icon": "AppWindowIcon",
"created_at": "2025-12-20T16:00:00+03:00",
"pinned_order": 22
}
]
},
"Education": {
"name": "Education",
"description": "Learn new skills and expand your knowledge.",
"icon": "GraduationCapIcon",
"order": 6,
"apps": [
{
"slug": "color-theory",
"to": "/apps/color-theory",
"title": "Chromatology",
"description": "Interactive exploration of color harmony, models, and perception.",
"icon": "PaletteIcon",
"created_at": "2026-01-20T12:00:00+03:00"
},
{
"slug": "quadtree-sim",
"to": "/apps/quadtree-sim",
"title": "Quadtree Simulation",
"description": "Visualize spatial partitioning and search optimization with a recursive Quadtree.",
"icon": "GridFourIcon",
"created_at": "2026-02-21T12:00:00+03:00"
},
{
"slug": "js-masterclass",
"to": "/apps/js-masterclass",
"title": "JS Masterclass",
"description": "The ultimate Zero to Hero JavaScript and Node.js course.",
"icon": "CodeIcon",
"created_at": "2025-12-25T12:00:00+03:00"
},
{
"slug": "csv-flashcards",
"to": "/apps/csv-flashcards",
"title": "Flashcard Forge",
"description": "Study tool. Load custom flashcards via CSV for memory recall.",
"icon": "CardsIcon",
"created_at": "2026-01-28T14:00:00+03:00"
}
]
}
}