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
The /app entry was a one-tap profile form that read as a signup wall and
leaked most first-time visitors. Replace it with a short, skippable
cosmic cinematic (the portal circles, the Seeker arrives, the figures
fade one by one, then the Paradiso rose), and move profile creation,
legal consent, and the entry/signup/conversion beacons into the welcome
step where they belong.
- Profile defaults to the Seeker, changeable later in settings.
- The welcome modal is now header, tagline, trust line, Campbell, and the
AI disclaimer; the carousel and the extra prose are gone.
- Scope the AI disclaimer to the figures' generated content, live or
prepared in advance, so it stays accurate.
- Logout returns to the homepage instead of dropping back into the intro.
The profile_created conversion and its gclid capture are unchanged; only
the call site moved, and it still ships in the bundle.
Copy file name to clipboardExpand all lines: client/src/assets/translations/ui-de.json
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@
79
79
"explainer": "Lerne von 30 großen Persönlichkeiten der Geschichte.",
80
80
"access": "Ohne Anmeldung. 30 kostenlose Nachrichten pro Tag.",
81
81
"trustLine": "Gemeinnützig · Open Source · Kein Nutzer-Tracking",
82
-
"identityLabel": "Tritt ein, wie du bist.",
82
+
"identityLabel": "Nur ein Name, dann los.",
83
83
"motto": {
84
84
"dante": "Durch dunkle Wälder, ans Licht der Sterne.",
85
85
"beatrice": "Erkenntnis, wie Licht, erhellt den Weg.",
@@ -98,7 +98,11 @@
98
98
"formReady": "Das Profilformular ist jetzt verfügbar",
99
99
"reassure": "Dein Name bleibt auf diesem Gerät. Kein Konto, keine E-Mail.",
100
100
"formAria": "Wähle, wie du erscheinst",
101
-
"switchLang": "Zu Englisch wechseln"
101
+
"cinematic": {
102
+
"card1": "Jede Frage beginnt im Dunkeln.",
103
+
"card2": "Vor dir haben viele gefragt.",
104
+
"card3": "Sie erheben sich, um dir zu begegnen."
105
+
}
102
106
},
103
107
"login": {
104
108
"title": "Willkommen zurück",
@@ -1275,7 +1279,7 @@
1275
1279
},
1276
1280
"consent": {
1277
1281
"heading": "Bevor du loslegst",
1278
-
"aiNotice": "Diese Anwendung wird vollständig von künstlicher Intelligenz (KI) betrieben. Du interagierst NICHT mit echten historischen Persönlichkeiten. Alle Inhalte werden automatisch von einem KI-System generiert und können sachlich unrichtig, unvollständig oder irreführend sein. Überprüfe wichtige Informationen immer mit Primärquellen.",
1282
+
"aiNotice": "Die Persönlichkeiten hier sind KI-Interpretationen, nicht die echten historischen Menschen. Alles, was sie sagen, ob im Gespräch oder vorab erstellt, wird von künstlicher Intelligenz (KI) erzeugt und kann ungenau, unvollständig oder irreführend sein. Überprüfe wichtige Informationen immer anhand vertrauenswürdiger Primärquellen.",
1279
1283
"ageCheckbox": "Ich bestätige, dass ich mindestens 16 Jahre alt bin oder die Zustimmung eines Erziehungsberechtigten habe.",
Copy file name to clipboardExpand all lines: client/src/assets/translations/ui-en.json
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@
81
81
"explainer": "Learn from 30 remarkable people from history.",
82
82
"access": "No signup. 30 free messages a day.",
83
83
"trustLine": "Nonprofit · Open Source · No User Tracking",
84
-
"identityLabel": "Step in as you are.",
84
+
"identityLabel": "Just a name to begin.",
85
85
"motto": {
86
86
"dante": "Through dark woods, into the light of the stars.",
87
87
"beatrice": "Knowledge, like light, illuminates the way.",
@@ -100,7 +100,11 @@
100
100
"formReady": "Profile form is now available",
101
101
"reassure": "Your name stays on this device. No account, no email.",
102
102
"formAria": "Choose how you appear",
103
-
"switchLang": "Switch to German"
103
+
"cinematic": {
104
+
"card1": "Every question begins in the dark.",
105
+
"card2": "You are not the first to ask.",
106
+
"card3": "Those who came before rise to meet you."
107
+
}
104
108
},
105
109
"login": {
106
110
"title": "Welcome Back",
@@ -1273,7 +1277,7 @@
1273
1277
},
1274
1278
"consent": {
1275
1279
"heading": "Before you begin",
1276
-
"aiNotice": "This application is fully operated by artificial intelligence (AI). You are NOT interacting with real historical figures. All content is generated automatically by an AI system and may be inaccurate, incomplete, or misleading. Always verify important information with primary sources.",
1280
+
"aiNotice": "The figures here are AI interpretations, not the real historical people. Everything they say, whether in live conversation or prepared in advance, is generated by artificial intelligence (AI) and can be inaccurate, incomplete, or misleading. Always verify anything important against trusted primary sources.",
1277
1281
"ageCheckbox": "I confirm that I am at least 16 years old or have the consent of a parent or guardian.",
1278
1282
"termsCheckbox": "I have read and accept the",
1279
1283
"termsLink": "Terms of Service",
@@ -1652,7 +1656,7 @@
1652
1656
},
1653
1657
"quote": "Follow your bliss and the universe will open doors where there were only walls.",
1654
1658
"quoteAttribution": "— Joseph Campbell",
1655
-
"trustSignals": "Non-profit · Open Source · No User Tracking",
1659
+
"trustSignals": "Nonprofit · Open Source · No User Tracking",
1656
1660
"button": "Ignite Your Stars",
1657
1661
"seekerText": "Questions, like stars, shine within you.",
1658
1662
"seekerAlt": "The Seeker - your cosmic self with infinite potential within"
0 commit comments