@jjlmoya/utils-creative 1.26.0 → 1.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/package.json +2 -2
  2. package/src/category/i18n/de.ts +2 -2
  3. package/src/category/i18n/en.ts +2 -2
  4. package/src/category/i18n/es.ts +2 -2
  5. package/src/category/i18n/fr.ts +2 -2
  6. package/src/category/i18n/id.ts +2 -2
  7. package/src/category/i18n/it.ts +2 -2
  8. package/src/category/i18n/ja.ts +2 -2
  9. package/src/category/i18n/ko.ts +2 -2
  10. package/src/category/i18n/nl.ts +2 -2
  11. package/src/category/i18n/pl.ts +2 -2
  12. package/src/category/i18n/pt.ts +2 -2
  13. package/src/category/i18n/ru.ts +2 -2
  14. package/src/category/i18n/sv.ts +2 -2
  15. package/src/category/i18n/tr.ts +2 -2
  16. package/src/category/i18n/zh.ts +2 -2
  17. package/src/category/seo.astro +1 -1
  18. package/src/components/PreviewNavSidebar.astro +1 -1
  19. package/src/components/PreviewToolbar.astro +1 -1
  20. package/src/env.d.ts +1 -1
  21. package/src/pages/index.astro +1 -1
  22. package/src/tests/bibliography_wellformed_export.test.ts +46 -0
  23. package/src/tests/category_seo_quality.test.ts +74 -0
  24. package/src/tests/faq_count.test.ts +1 -1
  25. package/src/tests/mocks/astro_mock.js +1 -1
  26. package/src/tests/no_h1_in_components.test.ts +1 -1
  27. package/src/tests/seo_parity.test.ts +2 -2
  28. package/src/tests/seo_translation_completeness.test.ts +69 -0
  29. package/src/tests/seo_wellformed_export.test.ts +65 -0
  30. package/src/tests/tool_validation.test.ts +17 -17
  31. package/src/tool/bead-pattern-generator/bibliography.astro +8 -8
  32. package/src/tool/bead-pattern-generator/i18n/de.ts +111 -111
  33. package/src/tool/bead-pattern-generator/i18n/en.ts +111 -111
  34. package/src/tool/bead-pattern-generator/i18n/es.ts +104 -104
  35. package/src/tool/bead-pattern-generator/i18n/fr.ts +111 -111
  36. package/src/tool/bead-pattern-generator/i18n/id.ts +111 -111
  37. package/src/tool/bead-pattern-generator/i18n/it.ts +111 -111
  38. package/src/tool/bead-pattern-generator/i18n/ja.ts +111 -111
  39. package/src/tool/bead-pattern-generator/i18n/ko.ts +111 -111
  40. package/src/tool/bead-pattern-generator/i18n/nl.ts +111 -111
  41. package/src/tool/bead-pattern-generator/i18n/pl.ts +111 -111
  42. package/src/tool/bead-pattern-generator/i18n/pt.ts +111 -111
  43. package/src/tool/bead-pattern-generator/i18n/ru.ts +111 -111
  44. package/src/tool/bead-pattern-generator/i18n/sv.ts +111 -111
  45. package/src/tool/bead-pattern-generator/i18n/tr.ts +111 -111
  46. package/src/tool/bead-pattern-generator/i18n/zh.ts +111 -111
  47. package/src/tool/bead-pattern-generator/seo.astro +19 -19
  48. package/src/tool/dice-roller/bibliography.astro +8 -8
  49. package/src/tool/dice-roller/i18n/de.ts +134 -134
  50. package/src/tool/dice-roller/i18n/en.ts +134 -134
  51. package/src/tool/dice-roller/i18n/es.ts +125 -125
  52. package/src/tool/dice-roller/i18n/fr.ts +134 -134
  53. package/src/tool/dice-roller/i18n/id.ts +134 -134
  54. package/src/tool/dice-roller/i18n/it.ts +134 -134
  55. package/src/tool/dice-roller/i18n/ja.ts +134 -134
  56. package/src/tool/dice-roller/i18n/ko.ts +134 -134
  57. package/src/tool/dice-roller/i18n/nl.ts +134 -134
  58. package/src/tool/dice-roller/i18n/pl.ts +134 -134
  59. package/src/tool/dice-roller/i18n/pt.ts +134 -134
  60. package/src/tool/dice-roller/i18n/ru.ts +134 -134
  61. package/src/tool/dice-roller/i18n/sv.ts +134 -134
  62. package/src/tool/dice-roller/i18n/tr.ts +134 -134
  63. package/src/tool/dice-roller/i18n/zh.ts +134 -134
  64. package/src/tool/dice-roller/seo.astro +15 -15
  65. package/src/tool/excuse-generator/bibliography.astro +8 -8
  66. package/src/tool/excuse-generator/i18n/de.ts +120 -120
  67. package/src/tool/excuse-generator/i18n/en.ts +120 -120
  68. package/src/tool/excuse-generator/i18n/es.ts +118 -118
  69. package/src/tool/excuse-generator/i18n/fr.ts +120 -120
  70. package/src/tool/excuse-generator/i18n/id.ts +120 -120
  71. package/src/tool/excuse-generator/i18n/it.ts +120 -120
  72. package/src/tool/excuse-generator/i18n/ja.ts +120 -120
  73. package/src/tool/excuse-generator/i18n/ko.ts +120 -120
  74. package/src/tool/excuse-generator/i18n/nl.ts +120 -120
  75. package/src/tool/excuse-generator/i18n/pl.ts +120 -120
  76. package/src/tool/excuse-generator/i18n/pt.ts +120 -120
  77. package/src/tool/excuse-generator/i18n/ru.ts +120 -120
  78. package/src/tool/excuse-generator/i18n/sv.ts +120 -120
  79. package/src/tool/excuse-generator/i18n/tr.ts +120 -120
  80. package/src/tool/excuse-generator/i18n/zh.ts +120 -120
  81. package/src/tool/excuse-generator/seo.astro +15 -15
  82. package/src/tool/fortune-cookie/bibliography.astro +8 -8
  83. package/src/tool/fortune-cookie/i18n/de.ts +124 -124
  84. package/src/tool/fortune-cookie/i18n/en.ts +124 -124
  85. package/src/tool/fortune-cookie/i18n/es.ts +125 -125
  86. package/src/tool/fortune-cookie/i18n/fr.ts +124 -124
  87. package/src/tool/fortune-cookie/i18n/id.ts +124 -124
  88. package/src/tool/fortune-cookie/i18n/it.ts +124 -124
  89. package/src/tool/fortune-cookie/i18n/ja.ts +124 -124
  90. package/src/tool/fortune-cookie/i18n/ko.ts +124 -124
  91. package/src/tool/fortune-cookie/i18n/nl.ts +124 -124
  92. package/src/tool/fortune-cookie/i18n/pl.ts +124 -124
  93. package/src/tool/fortune-cookie/i18n/pt.ts +124 -124
  94. package/src/tool/fortune-cookie/i18n/ru.ts +124 -124
  95. package/src/tool/fortune-cookie/i18n/sv.ts +124 -124
  96. package/src/tool/fortune-cookie/i18n/tr.ts +124 -124
  97. package/src/tool/fortune-cookie/i18n/zh.ts +124 -124
  98. package/src/tool/fortune-cookie/seo.astro +15 -15
  99. package/src/tool/synesthesia-painter/bibliography.astro +8 -8
  100. package/src/tool/synesthesia-painter/i18n/de.ts +118 -118
  101. package/src/tool/synesthesia-painter/i18n/en.ts +118 -118
  102. package/src/tool/synesthesia-painter/i18n/es.ts +110 -110
  103. package/src/tool/synesthesia-painter/i18n/fr.ts +118 -118
  104. package/src/tool/synesthesia-painter/i18n/id.ts +118 -118
  105. package/src/tool/synesthesia-painter/i18n/it.ts +118 -118
  106. package/src/tool/synesthesia-painter/i18n/ja.ts +118 -118
  107. package/src/tool/synesthesia-painter/i18n/ko.ts +118 -118
  108. package/src/tool/synesthesia-painter/i18n/nl.ts +118 -118
  109. package/src/tool/synesthesia-painter/i18n/pl.ts +118 -118
  110. package/src/tool/synesthesia-painter/i18n/pt.ts +118 -118
  111. package/src/tool/synesthesia-painter/i18n/ru.ts +118 -118
  112. package/src/tool/synesthesia-painter/i18n/sv.ts +118 -118
  113. package/src/tool/synesthesia-painter/i18n/tr.ts +118 -118
  114. package/src/tool/synesthesia-painter/i18n/zh.ts +118 -118
  115. package/src/tool/synesthesia-painter/seo.astro +15 -15
  116. package/src/tool/zalgo-generator/bibliography.astro +8 -8
  117. package/src/tool/zalgo-generator/i18n/de.ts +109 -109
  118. package/src/tool/zalgo-generator/i18n/en.ts +109 -109
  119. package/src/tool/zalgo-generator/i18n/es.ts +109 -109
  120. package/src/tool/zalgo-generator/i18n/fr.ts +109 -109
  121. package/src/tool/zalgo-generator/i18n/id.ts +109 -109
  122. package/src/tool/zalgo-generator/i18n/it.ts +109 -109
  123. package/src/tool/zalgo-generator/i18n/ja.ts +109 -109
  124. package/src/tool/zalgo-generator/i18n/ko.ts +109 -109
  125. package/src/tool/zalgo-generator/i18n/nl.ts +109 -109
  126. package/src/tool/zalgo-generator/i18n/pl.ts +109 -109
  127. package/src/tool/zalgo-generator/i18n/pt.ts +109 -109
  128. package/src/tool/zalgo-generator/i18n/ru.ts +109 -109
  129. package/src/tool/zalgo-generator/i18n/sv.ts +109 -109
  130. package/src/tool/zalgo-generator/i18n/tr.ts +109 -109
  131. package/src/tool/zalgo-generator/i18n/zh.ts +109 -109
  132. package/src/tool/zalgo-generator/seo.astro +15 -15
  133. package/src/types.ts +1 -1
@@ -1,118 +1,118 @@
1
- import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
- import { bibliography } from '../bibliography';
3
- import type { SynesthesiaPainterLocaleContent } from '../index';
4
-
5
- const slug = 'synaesthesie-maler';
6
- const title = 'Synästhesie Maler';
7
- const description = 'Visualisieren Sie die Farbe von Wörtern gemäß der Graphem Farb Synästhesie. Jeder Buchstabe hat seine eigene Farbe und verwandelt Text in chromatische Kunst.';
8
-
9
- const faq: SynesthesiaPainterLocaleContent['faq'] = [
10
- {
11
- question: 'Sehen alle Synästhetiker die gleichen Farben für jeden Buchstaben?',
12
- answer: 'Nein. Synästhetische Farben sind für jede Person einzigartig. Es gibt statistische Tendenzen (A ist für viele oft rot), aber keine zwei Synästhetiker haben exakt die gleiche Palette. Dieses Tool verwendet die Farben, die in Populationsstudien am häufigsten gemeldet wurden, nicht die \"richtigen\".',
13
- },
14
- {
15
- question: 'Kann ich durch die ständige Nutzung dieses Tools eine Synästhesie entwickeln?',
16
- answer: 'Nicht im strikten neurologischen Sinne. Echte Synästhesie ist ein Merkmal des Nervensystems, keine erlernte Fähigkeit. Die wiederholte Verwendung von Farb-Buchstaben-Assoziationen kann jedoch starke assoziative Erinnerungen schaffen. Einige Studien deuten darauf hin, dass das Üben dieser Assoziationen das Textgedächtnis verbessern kann.',
17
- },
18
- {
19
- question: 'Wozu dient der \"Aura\"-Modus?',
20
- answer: 'Der Aura-Modus simuliert, wie einige Synästhetiker beschreiben, dass sie Farben \"schwebend\" oder \"leuchtend\" um Buchstaben herum sehen, anstatt in sie integriert. Er schafft ein atmosphärischeres und immersiveres visuelles Erlebnis, insbesondere auf dunklem Hintergrund.',
21
- },
22
- {
23
- question: 'Hat der \"Punkte\"-Modus eine wissenschaftliche Grundlage?',
24
- answer: 'Es handelt sich um eine künstlerische Abstraktion. Er reduziert den Text auf seine \"chromatische Essenz\", indem er die erkennbare Form der Buchstaben eliminiert. Das Ergebnis ähnelt chromatischen Datenvisualisierungen oder pointillistischen Gemälden und ermöglicht es Ihnen, die \"Farbsignatur\" eines Textes zu sehen, ohne dass die Bedeutung stört.',
25
- },
26
- {
27
- question: 'Warum sind manche Buchstaben wie I und O weiß oder schwarz?',
28
- answer: 'In Synästhesie-Studien werden die Vokale I und O sowie der Buchstabe W häufig als weiß, transparent oder schwarz beschrieben. Dieses Tool passt diese Farben an den aktiven Hintergrund an: weiß auf dunklem Hintergrund, schwarz auf hellem Hintergrund, um immer die Lesbarkeit zu gewährleisten.',
29
- },
30
- ];
31
-
32
- const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
33
- { name: 'Text schreiben', text: 'Klicken Sie in den Schreibbereich und beginnen Sie zu tippen. Jeder Buchstabe erscheint in der Farbe, die seiner statistischen synästhetischen Assoziation entspricht.' },
34
- { name: 'Visualisierungsmodus ändern', text: 'Verwenden Sie die Schaltflächen in der oberen rechten Ecke, um zwischen Buchstaben (farbiger Text), Punkten (Farbkreise) und Aura (leuchtende Buchstaben mit chromatischen Halos) zu wechseln.' },
35
- { name: 'Verschiedene Texte erkunden', text: 'Schreiben Sie Namen, Wörter in verschiedenen Sprachen oder Sätze, um deren einzigartige chromatische Palette zu entdecken. Lange Wörter erzeugen faszinierende visuelle Gradienten.' },
36
- { name: 'Löschen und neu beginnen', text: 'Verwenden Sie die Schaltfläche \"Löschen\" in der unteren Leiste, um die Leinwand zu leeren und einen neuen Text zu erkunden.' },
37
- ];
38
-
39
- const faqSchema: WithContext<FAQPage> = {
40
- '@context': 'https://schema.org',
41
- '@type': 'FAQPage',
42
- mainEntity: faq.map((item) => ({
43
- '@type': 'Question',
44
- name: item.question,
45
- acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
- })),
47
- };
48
-
49
- const howToSchema: WithContext<HowTo> = {
50
- '@context': 'https://schema.org',
51
- '@type': 'HowTo',
52
- name: title,
53
- description,
54
- step: howTo.map((step) => ({
55
- '@type': 'HowToStep',
56
- name: step.name,
57
- text: step.text,
58
- })),
59
- };
60
-
61
- const appSchema: WithContext<SoftwareApplication> = {
62
- '@context': 'https://schema.org',
63
- '@type': 'SoftwareApplication',
64
- name: title,
65
- description,
66
- applicationCategory: 'UtilitiesApplication',
67
- operatingSystem: 'Web',
68
- offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
69
- inLanguage: 'de',
70
- };
71
-
72
- export const content: SynesthesiaPainterLocaleContent = {
73
- slug,
74
- title,
75
- description,
76
- faqTitle: 'Häufig gestellte Fragen',
77
- ui: {
78
- title: 'Synästhesie Maler',
79
- description: 'Verwandeln Sie Ihre Worte in chromatische Kunst.',
80
- modeLetters: 'Buchstaben',
81
- modeDots: 'Punkte',
82
- modeAura: 'Aura',
83
- placeholder: 'Hier tippen...',
84
- footerText: 'Tippen Sie, um Ihre persönliche Farbpalette zu entdecken',
85
- clearBtn: 'Löschen',
86
- faqTitle: 'FAQ',
87
- bibliographyTitle: 'Referenzen'
88
- },
89
- seo: [
90
- { type: 'title', text: 'Was ist Graphem Farb Synästhesie?', level: 2 },
91
- { type: 'paragraph', html: '<strong>Synästhesie</strong> ist ein neurologischer Zustand, bei dem die Stimulierung eines Sinnes automatisch eine Reaktion in einem anderen auslöst. Die am besten untersuchte und am weitesten verbreitete Variante ist die <strong>Graphem-Farb-Synästhesie</strong>: Die Betroffenen nehmen jeden Buchstaben oder jede Zahl mit einer intrinsischen, konstanten und lebendigen Farbe wahr. Es ist keine Fantasie oder Metapher; für einen Synästhetiker ist der Buchstabe \"A\" rot, genauso wie Feuer heiß ist. Dieses Tool basiert auf einer <em>statistischen Palette</em>, die auf den am häufigsten gemeldeten Farben für jedes Graphem in Populationsstudien beruht.' },
92
- { type: 'title', text: 'Neurowissenschaft: Die Theorie der Kreuzaktivierung', level: 3 },
93
- { type: 'paragraph', html: 'Das am weitesten akzeptierte neurologische Modell für die Graphem-Farb-Synästhesie ist die <strong>Kreuzaktivierung</strong>. Die Bereiche des temporalen Kortex, die an der Erkennung von Buchstabenformen beteiligt sind (Gyrus fusiformis), liegen anatomisch direkt neben den Regionen, die Farben verarbeiten (Areal V4). Bei Menschen mit Synästhesie besteht eine stärkere strukturelle oder funktionelle Konnektivität zwischen diesen Regionen, sodass das Erkennen eines Buchstabens auch Farbpneuronen aktiviert. Die funktionelle Magnetresonanztomographie (fMRT) hat bestätigt, dass Synästhetiker beim Lesen von Text eine echte Aktivierung im Areal V4 zeigen, selbst wenn dieser einfarbig ist.' },
94
- { type: 'tip', title: 'Die drei Visualisierungsmodi', html: '<strong>Buchstaben:</strong> Der Originaltext, gefärbt nach Graphem. Ideal, um die \"chromatische Melodie\" eines ganzen Textes zu sehen. <strong>Punkte:</strong> Jedes Zeichen wird zu einem Kreis in seiner Farbe; der Text verschwindet und nur die Farbmusik bleibt. <strong>Aura:</strong> Buchstaben strahlen einen Halo in ihrer Farbe aus, als ob der Text mit seiner eigenen Energie leuchtet.' },
95
- { type: 'title', text: 'Statistik und Farbunivsersalien', level: 3 },
96
- { type: 'paragraph', html: 'Obwohl synästhetische Farben für jedes Individuum einzigartig sind, fanden Studien von Simner et al. (2006) und Eagleman et al. (2007) signifikante statistische Muster. Der Vokal <strong>A</strong> ist für die meisten tendenziell rot; <strong>O</strong> ist weiß oder schwarz; <strong>S</strong> erscheint in Türkis- oder Grüntönen; <strong>E</strong> erscheint als grün oder weiß. Interessanterweise sind Farb-Buchstaben-Assoziationen innerhalb einer Sprachkultur konsistenter als zwischen verschiedenen Kulturen, was auf eine Rolle des frühen Alphabetlernens hindeutet.' },
97
- { type: 'list', items: [
98
- '<strong>Prävalenz:</strong> Etwa 4 % der Bevölkerung haben in gewissem Maße eine Graphem-Farb-Synästhesie, wobei neuere Studien diese Zahl auf 6-8 % beziffern, wenn subklinische Formen einbezogen werden.',
99
- '<strong>Geschlechterunterschiede:</strong> Synästhesie ist bei Frauen 3- bis 6-mal häufiger als bei Männern, obwohl die Ursachen für diesen Unterschied noch nicht vollständig geklärt sind.',
100
- '<strong>Vererbbarkeit:</strong> Sie hat eine klare genetische Komponente: Sie tritt gehäuft in Familien auf, wenn auch nicht immer mit der gleichen Art von Synästhesie.',
101
- '<strong>Konsistenz:</strong> Im Gegensatz zu erlernten Assoziationen sind synästhetische Farben über die Zeit hinweg außerordentlich stabil. 10-Jahres-Follow-up-Studien zeigen eine über 90-prozentige Konsistenz bei Graphem-Farb-Assoziationen.',
102
- '<strong>Berühmte Synästhetiker:</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla und Billy Joel haben öffentlich synästhetische Erfahrungen beschrieben, die ihre Arbeit beeinflusst haben.',
103
- ]},
104
- { type: 'stats', items: [
105
- { value: '4-8 %', label: 'Bevölkerung mit Synästhesie', icon: 'mdi:brain' },
106
- { value: '90 %+', label: 'Farbkonsistenz über 10 Jahre', icon: 'mdi:check-circle' },
107
- { value: '3-6×', label: 'Häufiger bei Frauen', icon: 'mdi:gender-female' },
108
- { value: '26+10', label: 'Gefärbte Buchstaben & Ziffern', icon: 'mdi:alphabetical' },
109
- ], columns: 4 },
110
- { type: 'title', text: 'Kunst und Synästhesie: Wenn die Sinne verschmelzen', level: 3 },
111
- { type: 'paragraph', html: '<strong>Wassily Kandinsky</strong>, Begründer des abstrakten Expressionismus, erlebte sowohl Graphem-Farb- als auch Musik-Farb-Synästhesie: Er hörte Instrumente in Farben (Gelb war eine Trompete, tiefes Blau ein Cello) und nutzte diese Wahrnehmungen für seine Theorie der abstrakten Kunst. In der Musik komponierte <strong>Alexander Skrjabin</strong> <em>Prometheus: Das Poem des Feuers</em> mit einer Stimme für \"tastiera per luce\" (Lichtklavier), die dazu bestimmt war, den jeweiligen Noten entsprechende Farben zu projizieren.' },
112
- { type: 'tip', title: 'Farbpalette dieses Tools', html: 'Die Farbzuteilungen sind von den häufigsten statistischen Daten der wissenschaftlichen Literatur inspiriert. <strong>A → rot</strong>, <strong>E → grün</strong>, <strong>I → weiß/schwarz je nach Hintergrund</strong>, <strong>O → schwarz/weiß</strong>, <strong>U → bernsteinfarben</strong>. Konsonanten folgen weniger einheitlichen Mustern, aber der Kontrast zum Hintergrund wird immer priorisiert, um die Lesbarkeit zu gewährleisten.' },
113
- ],
114
- faq,
115
- bibliography,
116
- howTo,
117
- schemas: [faqSchema as any, howToSchema as any, appSchema],
118
- };
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
3
+ import type { SynesthesiaPainterLocaleContent } from '../index';
4
+
5
+ const slug = 'synaesthesie-maler';
6
+ const title = 'Synästhesie Maler';
7
+ const description = 'Visualisieren Sie die Farbe von Wörtern gemäß der Graphem Farb Synästhesie. Jeder Buchstabe hat seine eigene Farbe und verwandelt Text in chromatische Kunst.';
8
+
9
+ const faq: SynesthesiaPainterLocaleContent['faq'] = [
10
+ {
11
+ question: 'Sehen alle Synästhetiker die gleichen Farben für jeden Buchstaben?',
12
+ answer: 'Nein. Synästhetische Farben sind für jede Person einzigartig. Es gibt statistische Tendenzen (A ist für viele oft rot), aber keine zwei Synästhetiker haben exakt die gleiche Palette. Dieses Tool verwendet die Farben, die in Populationsstudien am häufigsten gemeldet wurden, nicht die \"richtigen\".',
13
+ },
14
+ {
15
+ question: 'Kann ich durch die ständige Nutzung dieses Tools eine Synästhesie entwickeln?',
16
+ answer: 'Nicht im strikten neurologischen Sinne. Echte Synästhesie ist ein Merkmal des Nervensystems, keine erlernte Fähigkeit. Die wiederholte Verwendung von Farb-Buchstaben-Assoziationen kann jedoch starke assoziative Erinnerungen schaffen. Einige Studien deuten darauf hin, dass das Üben dieser Assoziationen das Textgedächtnis verbessern kann.',
17
+ },
18
+ {
19
+ question: 'Wozu dient der \"Aura\"-Modus?',
20
+ answer: 'Der Aura-Modus simuliert, wie einige Synästhetiker beschreiben, dass sie Farben \"schwebend\" oder \"leuchtend\" um Buchstaben herum sehen, anstatt in sie integriert. Er schafft ein atmosphärischeres und immersiveres visuelles Erlebnis, insbesondere auf dunklem Hintergrund.',
21
+ },
22
+ {
23
+ question: 'Hat der \"Punkte\"-Modus eine wissenschaftliche Grundlage?',
24
+ answer: 'Es handelt sich um eine künstlerische Abstraktion. Er reduziert den Text auf seine \"chromatische Essenz\", indem er die erkennbare Form der Buchstaben eliminiert. Das Ergebnis ähnelt chromatischen Datenvisualisierungen oder pointillistischen Gemälden und ermöglicht es Ihnen, die \"Farbsignatur\" eines Textes zu sehen, ohne dass die Bedeutung stört.',
25
+ },
26
+ {
27
+ question: 'Warum sind manche Buchstaben wie I und O weiß oder schwarz?',
28
+ answer: 'In Synästhesie-Studien werden die Vokale I und O sowie der Buchstabe W häufig als weiß, transparent oder schwarz beschrieben. Dieses Tool passt diese Farben an den aktiven Hintergrund an: weiß auf dunklem Hintergrund, schwarz auf hellem Hintergrund, um immer die Lesbarkeit zu gewährleisten.',
29
+ },
30
+ ];
31
+
32
+ const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
33
+ { name: 'Text schreiben', text: 'Klicken Sie in den Schreibbereich und beginnen Sie zu tippen. Jeder Buchstabe erscheint in der Farbe, die seiner statistischen synästhetischen Assoziation entspricht.' },
34
+ { name: 'Visualisierungsmodus ändern', text: 'Verwenden Sie die Schaltflächen in der oberen rechten Ecke, um zwischen Buchstaben (farbiger Text), Punkten (Farbkreise) und Aura (leuchtende Buchstaben mit chromatischen Halos) zu wechseln.' },
35
+ { name: 'Verschiedene Texte erkunden', text: 'Schreiben Sie Namen, Wörter in verschiedenen Sprachen oder Sätze, um deren einzigartige chromatische Palette zu entdecken. Lange Wörter erzeugen faszinierende visuelle Gradienten.' },
36
+ { name: 'Löschen und neu beginnen', text: 'Verwenden Sie die Schaltfläche \"Löschen\" in der unteren Leiste, um die Leinwand zu leeren und einen neuen Text zu erkunden.' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faq.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowTo> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howTo.map((step) => ({
55
+ '@type': 'HowToStep',
56
+ name: step.name,
57
+ text: step.text,
58
+ })),
59
+ };
60
+
61
+ const appSchema: WithContext<SoftwareApplication> = {
62
+ '@context': 'https://schema.org',
63
+ '@type': 'SoftwareApplication',
64
+ name: title,
65
+ description,
66
+ applicationCategory: 'UtilitiesApplication',
67
+ operatingSystem: 'Web',
68
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
69
+ inLanguage: 'de',
70
+ };
71
+
72
+ export const content: SynesthesiaPainterLocaleContent = {
73
+ slug,
74
+ title,
75
+ description,
76
+ faqTitle: 'Häufig gestellte Fragen',
77
+ ui: {
78
+ title: 'Synästhesie Maler',
79
+ description: 'Verwandeln Sie Ihre Worte in chromatische Kunst.',
80
+ modeLetters: 'Buchstaben',
81
+ modeDots: 'Punkte',
82
+ modeAura: 'Aura',
83
+ placeholder: 'Hier tippen...',
84
+ footerText: 'Tippen Sie, um Ihre persönliche Farbpalette zu entdecken',
85
+ clearBtn: 'Löschen',
86
+ faqTitle: 'FAQ',
87
+ bibliographyTitle: 'Referenzen'
88
+ },
89
+ seo: [
90
+ { type: 'title', text: 'Was ist Graphem Farb Synästhesie?', level: 2 },
91
+ { type: 'paragraph', html: '<strong>Synästhesie</strong> ist ein neurologischer Zustand, bei dem die Stimulierung eines Sinnes automatisch eine Reaktion in einem anderen auslöst. Die am besten untersuchte und am weitesten verbreitete Variante ist die <strong>Graphem-Farb-Synästhesie</strong>: Die Betroffenen nehmen jeden Buchstaben oder jede Zahl mit einer intrinsischen, konstanten und lebendigen Farbe wahr. Es ist keine Fantasie oder Metapher; für einen Synästhetiker ist der Buchstabe \"A\" rot, genauso wie Feuer heiß ist. Dieses Tool basiert auf einer <em>statistischen Palette</em>, die auf den am häufigsten gemeldeten Farben für jedes Graphem in Populationsstudien beruht.' },
92
+ { type: 'title', text: 'Neurowissenschaft: Die Theorie der Kreuzaktivierung', level: 3 },
93
+ { type: 'paragraph', html: 'Das am weitesten akzeptierte neurologische Modell für die Graphem-Farb-Synästhesie ist die <strong>Kreuzaktivierung</strong>. Die Bereiche des temporalen Kortex, die an der Erkennung von Buchstabenformen beteiligt sind (Gyrus fusiformis), liegen anatomisch direkt neben den Regionen, die Farben verarbeiten (Areal V4). Bei Menschen mit Synästhesie besteht eine stärkere strukturelle oder funktionelle Konnektivität zwischen diesen Regionen, sodass das Erkennen eines Buchstabens auch Farbpneuronen aktiviert. Die funktionelle Magnetresonanztomographie (fMRT) hat bestätigt, dass Synästhetiker beim Lesen von Text eine echte Aktivierung im Areal V4 zeigen, selbst wenn dieser einfarbig ist.' },
94
+ { type: 'tip', title: 'Die drei Visualisierungsmodi', html: '<strong>Buchstaben:</strong> Der Originaltext, gefärbt nach Graphem. Ideal, um die \"chromatische Melodie\" eines ganzen Textes zu sehen. <strong>Punkte:</strong> Jedes Zeichen wird zu einem Kreis in seiner Farbe; der Text verschwindet und nur die Farbmusik bleibt. <strong>Aura:</strong> Buchstaben strahlen einen Halo in ihrer Farbe aus, als ob der Text mit seiner eigenen Energie leuchtet.' },
95
+ { type: 'title', text: 'Statistik und Farbunivsersalien', level: 3 },
96
+ { type: 'paragraph', html: 'Obwohl synästhetische Farben für jedes Individuum einzigartig sind, fanden Studien von Simner et al. (2006) und Eagleman et al. (2007) signifikante statistische Muster. Der Vokal <strong>A</strong> ist für die meisten tendenziell rot; <strong>O</strong> ist weiß oder schwarz; <strong>S</strong> erscheint in Türkis- oder Grüntönen; <strong>E</strong> erscheint als grün oder weiß. Interessanterweise sind Farb-Buchstaben-Assoziationen innerhalb einer Sprachkultur konsistenter als zwischen verschiedenen Kulturen, was auf eine Rolle des frühen Alphabetlernens hindeutet.' },
97
+ { type: 'list', items: [
98
+ '<strong>Prävalenz:</strong> Etwa 4 % der Bevölkerung haben in gewissem Maße eine Graphem-Farb-Synästhesie, wobei neuere Studien diese Zahl auf 6-8 % beziffern, wenn subklinische Formen einbezogen werden.',
99
+ '<strong>Geschlechterunterschiede:</strong> Synästhesie ist bei Frauen 3- bis 6-mal häufiger als bei Männern, obwohl die Ursachen für diesen Unterschied noch nicht vollständig geklärt sind.',
100
+ '<strong>Vererbbarkeit:</strong> Sie hat eine klare genetische Komponente: Sie tritt gehäuft in Familien auf, wenn auch nicht immer mit der gleichen Art von Synästhesie.',
101
+ '<strong>Konsistenz:</strong> Im Gegensatz zu erlernten Assoziationen sind synästhetische Farben über die Zeit hinweg außerordentlich stabil. 10-Jahres-Follow-up-Studien zeigen eine über 90-prozentige Konsistenz bei Graphem-Farb-Assoziationen.',
102
+ '<strong>Berühmte Synästhetiker:</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla und Billy Joel haben öffentlich synästhetische Erfahrungen beschrieben, die ihre Arbeit beeinflusst haben.',
103
+ ]},
104
+ { type: 'stats', items: [
105
+ { value: '4-8 %', label: 'Bevölkerung mit Synästhesie', icon: 'mdi:brain' },
106
+ { value: '90 %+', label: 'Farbkonsistenz über 10 Jahre', icon: 'mdi:check-circle' },
107
+ { value: '3-6×', label: 'Häufiger bei Frauen', icon: 'mdi:gender-female' },
108
+ { value: '26+10', label: 'Gefärbte Buchstaben & Ziffern', icon: 'mdi:alphabetical' },
109
+ ], columns: 4 },
110
+ { type: 'title', text: 'Kunst und Synästhesie: Wenn die Sinne verschmelzen', level: 3 },
111
+ { type: 'paragraph', html: '<strong>Wassily Kandinsky</strong>, Begründer des abstrakten Expressionismus, erlebte sowohl Graphem-Farb- als auch Musik-Farb-Synästhesie: Er hörte Instrumente in Farben (Gelb war eine Trompete, tiefes Blau ein Cello) und nutzte diese Wahrnehmungen für seine Theorie der abstrakten Kunst. In der Musik komponierte <strong>Alexander Skrjabin</strong> <em>Prometheus: Das Poem des Feuers</em> mit einer Stimme für \"tastiera per luce\" (Lichtklavier), die dazu bestimmt war, den jeweiligen Noten entsprechende Farben zu projizieren.' },
112
+ { type: 'tip', title: 'Farbpalette dieses Tools', html: 'Die Farbzuteilungen sind von den häufigsten statistischen Daten der wissenschaftlichen Literatur inspiriert. <strong>A → rot</strong>, <strong>E → grün</strong>, <strong>I → weiß/schwarz je nach Hintergrund</strong>, <strong>O → schwarz/weiß</strong>, <strong>U → bernsteinfarben</strong>. Konsonanten folgen weniger einheitlichen Mustern, aber der Kontrast zum Hintergrund wird immer priorisiert, um die Lesbarkeit zu gewährleisten.' },
113
+ ],
114
+ faq,
115
+ bibliography,
116
+ howTo,
117
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
118
+ };
@@ -1,118 +1,118 @@
1
- import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
- import { bibliography } from '../bibliography';
3
- import type { SynesthesiaPainterLocaleContent } from '../index';
4
-
5
- const slug = 'synesthesia-painter';
6
- const title = 'Synesthesia Painter';
7
- const description = 'Visualize the color of words according to grapheme-color synesthesia. Each letter has its own color, turning text into chromatic art.';
8
-
9
- const faq: SynesthesiaPainterLocaleContent['faq'] = [
10
- {
11
- question: 'Do all synesthetes see the same colors for each letter?',
12
- answer: 'No. Synesthetic colors are unique to each person. Statistical tendencies exist (A tends to be red for many), but no two synesthetes have exactly the same palette. This tool uses the colors most frequently reported in population studies, not the "correct" ones.',
13
- },
14
- {
15
- question: 'Can I develop synesthesia by using this tool continuously?',
16
- answer: 'Not in the strict neurological sense. Genuine synesthesia is a characteristic of the nervous system, not a learned skill. However, repeated use of color-letter associations can create strong associative memories. Some studies suggest that practicing these associations can improve text memory.',
17
- },
18
- {
19
- question: 'What is the "Aura" mode for?',
20
- answer: 'Aura mode simulates how some synesthetes describe seeing colors "floating" or "glowing" around letters rather than integrated into them. It creates a more atmospheric and immersive visual experience, especially on a dark background.',
21
- },
22
- {
23
- question: 'Does the "Dots" mode have any scientific basis?',
24
- answer: 'It is an artistic abstraction. It reduces the text to its "chromatic essence" by eliminating the recognizable shape of the letters. The result resembles chromatic data visualizations or pointillist paintings, and allows you to see the "color signature" of a text without meaning interfering.',
25
- },
26
- {
27
- question: 'Why are some letters like I and O white or black?',
28
- answer: 'In synesthesia studies, the vowels I and O, and the letter W, are frequently described as white, transparent, or black. This tool adapts those colors to the active background: white on dark background, black on light background, to always guarantee visibility.',
29
- },
30
- ];
31
-
32
- const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
33
- { name: 'Write text', text: 'Click the writing area and start typing. Each letter will appear colored according to its statistical synesthetic association.' },
34
- { name: 'Change visualization mode', text: 'Use the buttons in the top right corner to switch between Letters (colored text), Dots (color circles), and Aura (luminous letters with chromatic halos).' },
35
- { name: 'Explore different texts', text: 'Write names, words in different languages, or sentences to discover their unique chromatic palette. Long words create fascinating visual gradients.' },
36
- { name: 'Clear and start again', text: 'Use the "Clear" button in the bottom bar to wipe the canvas and explore a new text.' },
37
- ];
38
-
39
- const faqSchema: WithContext<FAQPage> = {
40
- '@context': 'https://schema.org',
41
- '@type': 'FAQPage',
42
- mainEntity: faq.map((item) => ({
43
- '@type': 'Question',
44
- name: item.question,
45
- acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
- })),
47
- };
48
-
49
- const howToSchema: WithContext<HowTo> = {
50
- '@context': 'https://schema.org',
51
- '@type': 'HowTo',
52
- name: title,
53
- description,
54
- step: howTo.map((step) => ({
55
- '@type': 'HowToStep',
56
- name: step.name,
57
- text: step.text,
58
- })),
59
- };
60
-
61
- const appSchema: WithContext<SoftwareApplication> = {
62
- '@context': 'https://schema.org',
63
- '@type': 'SoftwareApplication',
64
- name: title,
65
- description,
66
- applicationCategory: 'UtilitiesApplication',
67
- operatingSystem: 'Web',
68
- offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
69
- inLanguage: 'en',
70
- };
71
-
72
- export const content: SynesthesiaPainterLocaleContent = {
73
- slug,
74
- title,
75
- description,
76
- faqTitle: 'Frequently Asked Questions',
77
- ui: {
78
- title: 'Synesthesia Painter',
79
- description: 'Transform your words into chromatic art.',
80
- modeLetters: 'Letters',
81
- modeDots: 'Dots',
82
- modeAura: 'Aura',
83
- placeholder: 'Type here...',
84
- footerText: 'Type to discover your personal color palette',
85
- clearBtn: 'Clear',
86
- faqTitle: 'FAQ',
87
- bibliographyTitle: 'References'
88
- },
89
- seo: [
90
- { type: 'title', text: 'What Is Grapheme-Color Synesthesia?', level: 2 },
91
- { type: 'paragraph', html: '<strong>Synesthesia</strong> is a neurological condition in which the stimulation of one sense automatically triggers a response in another. The most studied and prevalent variant is <strong>grapheme-color synesthesia</strong>: those who have it perceive each letter or number with an intrinsic, constant, and vivid color. It is not imagination or metaphor; for a synesthete, the letter "A" is red in the same way that fire is hot. This tool applies a <em>statistical palette</em> based on the colors most frequently reported for each grapheme in population studies.' },
92
- { type: 'title', text: 'Neuroscience: The Cross-Activation Theory', level: 3 },
93
- { type: 'paragraph', html: 'The most widely accepted neurological model for grapheme-color synesthesia is <strong>cross-activation</strong>. The areas of the temporal cortex involved in recognizing letter shapes (fusiform gyrus) are anatomically adjacent to the regions that process color (area V4). In people with synesthesia, there is greater structural or functional connectivity between these regions, so recognizing a letter also activates color neurons. Functional neuroimaging (fMRI) research has confirmed that synesthetes show genuine activation in V4 when reading text, even when it is monochromatic.' },
94
- { type: 'tip', title: 'The Three Visualization Modes', html: '<strong>Letters:</strong> The original text colored by grapheme. Ideal for seeing the "chromatic melody" of a full text. <strong>Dots:</strong> Each character becomes a circle of its color; the text disappears and only the color music remains. <strong>Aura:</strong> Letters emit a halo of their color, as if the text glows with its own energy.' },
95
- { type: 'title', text: 'Statistics and Color Universals', level: 3 },
96
- { type: 'paragraph', html: 'Although synesthetic colors are unique to each individual, studies by Simner et al. (2006) and Eagleman et al. (2007) found significant statistical patterns. The vowel <strong>A</strong> tends to be red for most; <strong>O</strong> is white or black; <strong>S</strong> appears in teal or green tones; <strong>E</strong> appears as green or white. Interestingly, color-letter associations are more consistent within a linguistic culture than across different cultures, suggesting a role for early alphabet learning.' },
97
- { type: 'list', items: [
98
- '<strong>Prevalence:</strong> Approximately 4% of the population has grapheme-color synesthesia to some degree, though more recent studies raise this figure to 6-8% when subclinical forms are included.',
99
- '<strong>Gender bias:</strong> Synesthesia is 3 to 6 times more common in women than in men, though the causes of this difference are not yet fully explained.',
100
- '<strong>Heritability:</strong> It has a clear genetic component: it tends to run in families, though not always with the same type of synesthesia.',
101
- '<strong>Consistency:</strong> Unlike learned associations, synesthetic colors are extraordinarily stable over time. 10-year follow-up studies demonstrate over 90% consistency in grapheme-color associations.',
102
- '<strong>Famous synesthetes:</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla, and Billy Joel have publicly described synesthetic experiences that influenced their work.',
103
- ]},
104
- { type: 'stats', items: [
105
- { value: '4-8%', label: 'Population with synesthesia', icon: 'mdi:brain' },
106
- { value: '90%+', label: 'Color consistency over 10 years', icon: 'mdi:check-circle' },
107
- { value: '3-6×', label: 'More common in women', icon: 'mdi:gender-female' },
108
- { value: '26+10', label: 'Colored letters & digits', icon: 'mdi:alphabetical' },
109
- ], columns: 4 },
110
- { type: 'title', text: 'Art and Synesthesia: When the Senses Merge', level: 3 },
111
- { type: 'paragraph', html: '<strong>Wassily Kandinsky</strong>, founder of abstract expressionism, experienced both grapheme-color and music-color synesthesia: he heard instruments in colors (yellow was a trumpet, deep blue a cello) and used these perceptions to create his theory of abstract art. In music, <strong>Alexander Scriabin</strong> composed <em>Prometheus: The Poem of Fire</em> with a part for "tastiera per luce" (light keyboard), designed to project colors corresponding to each note.' },
112
- { type: 'tip', title: 'Color Palette of This Tool', html: 'The color assignments are inspired by the most common statistical data in scientific literature. <strong>A → red</strong>, <strong>E → green</strong>, <strong>I → white/black depending on background</strong>, <strong>O → black/white</strong>, <strong>U → amber</strong>. Consonants follow less uniform patterns, but contrast with the background is always prioritized to guarantee readability.' },
113
- ],
114
- faq,
115
- bibliography,
116
- howTo,
117
- schemas: [faqSchema as any, howToSchema as any, appSchema],
118
- };
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
3
+ import type { SynesthesiaPainterLocaleContent } from '../index';
4
+
5
+ const slug = 'synesthesia-painter';
6
+ const title = 'Synesthesia Painter';
7
+ const description = 'Visualize the color of words according to grapheme-color synesthesia. Each letter has its own color, turning text into chromatic art.';
8
+
9
+ const faq: SynesthesiaPainterLocaleContent['faq'] = [
10
+ {
11
+ question: 'Do all synesthetes see the same colors for each letter?',
12
+ answer: 'No. Synesthetic colors are unique to each person. Statistical tendencies exist (A tends to be red for many), but no two synesthetes have exactly the same palette. This tool uses the colors most frequently reported in population studies, not the "correct" ones.',
13
+ },
14
+ {
15
+ question: 'Can I develop synesthesia by using this tool continuously?',
16
+ answer: 'Not in the strict neurological sense. Genuine synesthesia is a characteristic of the nervous system, not a learned skill. However, repeated use of color-letter associations can create strong associative memories. Some studies suggest that practicing these associations can improve text memory.',
17
+ },
18
+ {
19
+ question: 'What is the "Aura" mode for?',
20
+ answer: 'Aura mode simulates how some synesthetes describe seeing colors "floating" or "glowing" around letters rather than integrated into them. It creates a more atmospheric and immersive visual experience, especially on a dark background.',
21
+ },
22
+ {
23
+ question: 'Does the "Dots" mode have any scientific basis?',
24
+ answer: 'It is an artistic abstraction. It reduces the text to its "chromatic essence" by eliminating the recognizable shape of the letters. The result resembles chromatic data visualizations or pointillist paintings, and allows you to see the "color signature" of a text without meaning interfering.',
25
+ },
26
+ {
27
+ question: 'Why are some letters like I and O white or black?',
28
+ answer: 'In synesthesia studies, the vowels I and O, and the letter W, are frequently described as white, transparent, or black. This tool adapts those colors to the active background: white on dark background, black on light background, to always guarantee visibility.',
29
+ },
30
+ ];
31
+
32
+ const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
33
+ { name: 'Write text', text: 'Click the writing area and start typing. Each letter will appear colored according to its statistical synesthetic association.' },
34
+ { name: 'Change visualization mode', text: 'Use the buttons in the top right corner to switch between Letters (colored text), Dots (color circles), and Aura (luminous letters with chromatic halos).' },
35
+ { name: 'Explore different texts', text: 'Write names, words in different languages, or sentences to discover their unique chromatic palette. Long words create fascinating visual gradients.' },
36
+ { name: 'Clear and start again', text: 'Use the "Clear" button in the bottom bar to wipe the canvas and explore a new text.' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faq.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowTo> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howTo.map((step) => ({
55
+ '@type': 'HowToStep',
56
+ name: step.name,
57
+ text: step.text,
58
+ })),
59
+ };
60
+
61
+ const appSchema: WithContext<SoftwareApplication> = {
62
+ '@context': 'https://schema.org',
63
+ '@type': 'SoftwareApplication',
64
+ name: title,
65
+ description,
66
+ applicationCategory: 'UtilitiesApplication',
67
+ operatingSystem: 'Web',
68
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
69
+ inLanguage: 'en',
70
+ };
71
+
72
+ export const content: SynesthesiaPainterLocaleContent = {
73
+ slug,
74
+ title,
75
+ description,
76
+ faqTitle: 'Frequently Asked Questions',
77
+ ui: {
78
+ title: 'Synesthesia Painter',
79
+ description: 'Transform your words into chromatic art.',
80
+ modeLetters: 'Letters',
81
+ modeDots: 'Dots',
82
+ modeAura: 'Aura',
83
+ placeholder: 'Type here...',
84
+ footerText: 'Type to discover your personal color palette',
85
+ clearBtn: 'Clear',
86
+ faqTitle: 'FAQ',
87
+ bibliographyTitle: 'References'
88
+ },
89
+ seo: [
90
+ { type: 'title', text: 'What Is Grapheme-Color Synesthesia?', level: 2 },
91
+ { type: 'paragraph', html: '<strong>Synesthesia</strong> is a neurological condition in which the stimulation of one sense automatically triggers a response in another. The most studied and prevalent variant is <strong>grapheme-color synesthesia</strong>: those who have it perceive each letter or number with an intrinsic, constant, and vivid color. It is not imagination or metaphor; for a synesthete, the letter "A" is red in the same way that fire is hot. This tool applies a <em>statistical palette</em> based on the colors most frequently reported for each grapheme in population studies.' },
92
+ { type: 'title', text: 'Neuroscience: The Cross-Activation Theory', level: 3 },
93
+ { type: 'paragraph', html: 'The most widely accepted neurological model for grapheme-color synesthesia is <strong>cross-activation</strong>. The areas of the temporal cortex involved in recognizing letter shapes (fusiform gyrus) are anatomically adjacent to the regions that process color (area V4). In people with synesthesia, there is greater structural or functional connectivity between these regions, so recognizing a letter also activates color neurons. Functional neuroimaging (fMRI) research has confirmed that synesthetes show genuine activation in V4 when reading text, even when it is monochromatic.' },
94
+ { type: 'tip', title: 'The Three Visualization Modes', html: '<strong>Letters:</strong> The original text colored by grapheme. Ideal for seeing the "chromatic melody" of a full text. <strong>Dots:</strong> Each character becomes a circle of its color; the text disappears and only the color music remains. <strong>Aura:</strong> Letters emit a halo of their color, as if the text glows with its own energy.' },
95
+ { type: 'title', text: 'Statistics and Color Universals', level: 3 },
96
+ { type: 'paragraph', html: 'Although synesthetic colors are unique to each individual, studies by Simner et al. (2006) and Eagleman et al. (2007) found significant statistical patterns. The vowel <strong>A</strong> tends to be red for most; <strong>O</strong> is white or black; <strong>S</strong> appears in teal or green tones; <strong>E</strong> appears as green or white. Interestingly, color-letter associations are more consistent within a linguistic culture than across different cultures, suggesting a role for early alphabet learning.' },
97
+ { type: 'list', items: [
98
+ '<strong>Prevalence:</strong> Approximately 4% of the population has grapheme-color synesthesia to some degree, though more recent studies raise this figure to 6-8% when subclinical forms are included.',
99
+ '<strong>Gender bias:</strong> Synesthesia is 3 to 6 times more common in women than in men, though the causes of this difference are not yet fully explained.',
100
+ '<strong>Heritability:</strong> It has a clear genetic component: it tends to run in families, though not always with the same type of synesthesia.',
101
+ '<strong>Consistency:</strong> Unlike learned associations, synesthetic colors are extraordinarily stable over time. 10-year follow-up studies demonstrate over 90% consistency in grapheme-color associations.',
102
+ '<strong>Famous synesthetes:</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla, and Billy Joel have publicly described synesthetic experiences that influenced their work.',
103
+ ]},
104
+ { type: 'stats', items: [
105
+ { value: '4-8%', label: 'Population with synesthesia', icon: 'mdi:brain' },
106
+ { value: '90%+', label: 'Color consistency over 10 years', icon: 'mdi:check-circle' },
107
+ { value: '3-6×', label: 'More common in women', icon: 'mdi:gender-female' },
108
+ { value: '26+10', label: 'Colored letters & digits', icon: 'mdi:alphabetical' },
109
+ ], columns: 4 },
110
+ { type: 'title', text: 'Art and Synesthesia: When the Senses Merge', level: 3 },
111
+ { type: 'paragraph', html: '<strong>Wassily Kandinsky</strong>, founder of abstract expressionism, experienced both grapheme-color and music-color synesthesia: he heard instruments in colors (yellow was a trumpet, deep blue a cello) and used these perceptions to create his theory of abstract art. In music, <strong>Alexander Scriabin</strong> composed <em>Prometheus: The Poem of Fire</em> with a part for "tastiera per luce" (light keyboard), designed to project colors corresponding to each note.' },
112
+ { type: 'tip', title: 'Color Palette of This Tool', html: 'The color assignments are inspired by the most common statistical data in scientific literature. <strong>A → red</strong>, <strong>E → green</strong>, <strong>I → white/black depending on background</strong>, <strong>O → black/white</strong>, <strong>U → amber</strong>. Consonants follow less uniform patterns, but contrast with the background is always prioritized to guarantee readability.' },
113
+ ],
114
+ faq,
115
+ bibliography,
116
+ howTo,
117
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
118
+ };