diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml
index 8516334..2a0427f 100644
--- a/.gitea/workflows/deploy.yaml
+++ b/.gitea/workflows/deploy.yaml
@@ -31,6 +31,9 @@ jobs:
cp -r /tmp/website-deploy/index.html \
/tmp/website-deploy/privacy.html \
/tmp/website-deploy/terms.html \
+ /tmp/website-deploy/i18n.js \
+ /tmp/website-deploy/robots.txt \
+ /tmp/website-deploy/sitemap.xml \
"$DEPLOY_DIR/"
[ -d /tmp/website-deploy/assets ] && cp -r /tmp/website-deploy/assets "$DEPLOY_DIR/"
diff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png
new file mode 100644
index 0000000..82f8392
Binary files /dev/null and b/assets/apple-touch-icon.png differ
diff --git a/assets/og-image.png b/assets/og-image.png
new file mode 100644
index 0000000..92fa997
Binary files /dev/null and b/assets/og-image.png differ
diff --git a/i18n.js b/i18n.js
new file mode 100644
index 0000000..d511aa2
--- /dev/null
+++ b/i18n.js
@@ -0,0 +1,516 @@
+/**
+ * adiuvAI — Lightweight i18n for the landing page
+ * Supports: EN, IT, ES, FR, DE
+ * Uses data-i18n (textContent) and data-i18n-html (innerHTML) attributes.
+ */
+const I18N = {
+ en: {
+ // Nav
+ navJoinWaitlist: 'Join the waitlist',
+ // Hero
+ heroBadge: 'Beta launching June 2026',
+ heroTagline: 'Meet your new chief of staff.',
+ heroH1: 'What if AI could be
your secretary?',
+ heroSub: 'Not a chatbot. Not another app. A real AI that reads your email, knows your projects, and tells you what to focus on — without ever seeing your data.',
+ heroButton: 'Get early access',
+ heroFormNote: 'Free to start · No credit card',
+ heroSuccessTitle: 'Check your inbox!',
+ heroSuccessSub: 'We sent you a confirmation link. Click it to secure your spot.',
+ scrollHint: 'scroll',
+ // Walkthrough
+ wtStep0Label: 'The problem',
+ wtStep0Title: 'Your important emails hide between newsletters.',
+ wtStep0Desc: 'You miss deadlines buried in threads. Tasks get lost across three different apps. Sound familiar?',
+ wtStep1Label: 'The greeting',
+ wtStep1Title: 'Every morning, your AI secretary is ready.',
+ wtStep1Desc: 'Open the app and it already knows what happened overnight — emails scanned, tasks prioritized, deadlines flagged.',
+ wtStep2Label: 'The brief',
+ wtStep2Title: 'Meeting notes sit in a doc you\'ll never open again.',
+ wtStep2Desc: 'Not here. Your daily brief is a clear, AI-generated summary of what matters today — tasks, follow-ups, and deadlines in one place.',
+ wtStep3Label: 'The result',
+ wtStep3Title: 'You don\'t need another tool.
You need a secretary.',
+ wtStep3Desc: 'Ask it anything. It understands your projects, your emails, your schedule — and it never leaves your device.',
+ wtGreetingLabel: 'Good morning,',
+ wtBrief: 'Good morning! Just a quick reminder to wrap up task X today and reply to that project email. Also, please don\'t forget that the documentation and the estimate are due tomorrow.',
+ wtChatPlaceholder: 'Ask me anything...',
+ wtSuggestion1: 'What\'s on my plate today?',
+ wtSuggestion2: 'Summarize this week',
+ wtSuggestion3: 'Any overdue tasks?',
+ wtSuggestion4: 'Suggest next actions',
+ wtPillar1: 'AI Secretary',
+ wtPillar2: 'Private by Design',
+ wtPillar3: 'EU AI Act Compliant',
+ // How it works
+ howLabel: 'How it works',
+ howHeading: 'Three steps to clarity.',
+ step1Title: 'Connect',
+ step1Desc: 'Link your Gmail, Outlook, or local folders. adiuvAI starts learning what matters to you.',
+ step2Title: 'Extract',
+ step2Desc: 'AI agents scan your email, files, and meetings. They detect tasks, deadlines, and key info — automatically.',
+ step3Title: 'Brief',
+ step3Desc: 'Every morning, get a personalized briefing. Today\'s priorities, what changed overnight, what needs your attention.',
+ // Features
+ featLabel: 'Features',
+ featHeading: 'Built for busy people,
not busy work.',
+ feat1Title: 'Daily Brief & Carousel',
+ feat1Desc: 'Start every day with clarity. Swipe through your priorities like stories.',
+ feat2Title: 'Email → Task Extraction',
+ feat2Desc: 'Gmail and Outlook integration. Important emails become tasks automatically.',
+ feat3Title: 'Projects & Tasks',
+ feat3Desc: 'Full project management with priorities, timelines, and milestone tracking.',
+ feat4Title: 'Smart Notes',
+ feat4Desc: 'Markdown notes with AI-powered semantic search across your workspace.',
+ feat5Title: 'Telegram Bot',
+ feat5Desc: 'Talk to your secretary on Telegram. Check tasks, get your brief, add notes.',
+ feat6Title: 'File Monitoring',
+ feat6Desc: 'AI agents watch your local folders and extract important information.',
+ feat7Title: 'Voice Assistant',
+ feat7Desc: 'Joins your calls, takes notes, suggests next steps — in real-time.',
+ feat8Title: 'Mobile App',
+ feat8Desc: 'Your daily brief, wherever you are. Review tasks and stay in sync.',
+ feat9Title: 'Team Workspace',
+ feat9Desc: 'Shared workspace, SSO, and team coordination — coming for organizations.',
+ statusBeta: 'Beta',
+ statusSoon: 'Soon',
+ statusRoadmap: 'Roadmap',
+ // Founder
+ founderLabel: 'From the maker',
+ founderP1: 'I built adiuvAI because I was tired of promising my clients intelligent AI solutions while my own workday was chaos — emails piling up, tasks scattered across apps, meetings with no follow-through.',
+ founderP2: 'adiuvAI is the tool I needed: an AI that actually reads my world and tells me what to do, without shipping my data to someone else\'s server.',
+ founderP3: 'If that resonates, join the waitlist. Early adopters will shape what we build.',
+ founderTitle: 'Founder',
+ // Final CTA
+ ctaHeading: 'Be the first to meet
your AI secretary.',
+ ctaSub: 'Beta launches June 2026. Early adopters get free priority access and a voice in what we build next.',
+ ctaButton: 'Join the waitlist',
+ ctaFormNote: 'No spam, ever.',
+ ctaSuccessTitle: 'Check your inbox!',
+ ctaSuccessSub: 'We sent you a confirmation link. Click it to secure your spot.',
+ // Footer
+ footerCopyright: '© 2026 adiuvAI. All rights reserved.',
+ footerPrivacy: 'Privacy',
+ footerTerms: 'Terms',
+ // Buttons during submit
+ joining: 'Joining…',
+ tryAgain: 'Try again',
+ },
+
+ it: {
+ navJoinWaitlist: 'Unisciti alla waitlist',
+ heroBadge: 'Beta in arrivo a giugno 2026',
+ heroTagline: 'Il tuo nuovo capo di gabinetto.',
+ heroH1: 'E se l\'AI potesse essere
la tua segretaria?',
+ heroSub: 'Non un chatbot. Non un\'altra app. Un\'AI reale che legge le tue email, conosce i tuoi progetti e ti dice su cosa concentrarti — senza mai vedere i tuoi dati.',
+ heroButton: 'Ottieni l\'accesso anticipato',
+ heroFormNote: 'Gratis per iniziare · Nessuna carta di credito',
+ heroSuccessTitle: 'Controlla la tua inbox!',
+ heroSuccessSub: 'Ti abbiamo inviato un link di conferma. Clicca per assicurarti il posto.',
+ scrollHint: 'scorri',
+ wtStep0Label: 'Il problema',
+ wtStep0Title: 'Le email importanti si nascondono tra le newsletter.',
+ wtStep0Desc: 'Perdi scadenze sepolte nei thread. Le attività si perdono tra tre app diverse. Ti suona familiare?',
+ wtStep1Label: 'Il saluto',
+ wtStep1Title: 'Ogni mattina, la tua segretaria AI è pronta.',
+ wtStep1Desc: 'Apri l\'app e sa già cosa è successo durante la notte — email analizzate, attività prioritizzate, scadenze segnalate.',
+ wtStep2Label: 'Il briefing',
+ wtStep2Title: 'Gli appunti delle riunioni finiscono in un documento che non aprirai mai più.',
+ wtStep2Desc: 'Non qui. Il tuo brief giornaliero è un riassunto chiaro, generato dall\'AI, di ciò che conta oggi — attività, follow-up e scadenze in un unico posto.',
+ wtStep3Label: 'Il risultato',
+ wtStep3Title: 'Non ti serve un altro strumento.
Ti serve una segretaria.',
+ wtStep3Desc: 'Chiedile qualsiasi cosa. Capisce i tuoi progetti, le email, la tua agenda — e non lascia mai il tuo dispositivo.',
+ wtGreetingLabel: 'Buongiorno,',
+ wtBrief: 'Buongiorno! Un promemoria veloce: concludi l\'attività X oggi e rispondi a quell\'email del progetto. Non dimenticare che la documentazione e il preventivo sono in scadenza domani.',
+ wtChatPlaceholder: 'Chiedimi qualsiasi cosa...',
+ wtSuggestion1: 'Cosa ho in programma oggi?',
+ wtSuggestion2: 'Riassumi questa settimana',
+ wtSuggestion3: 'Attività in ritardo?',
+ wtSuggestion4: 'Suggerisci prossime azioni',
+ wtPillar1: 'Segretaria AI',
+ wtPillar2: 'Privacy by Design',
+ wtPillar3: 'Conforme all\'EU AI Act',
+ howLabel: 'Come funziona',
+ howHeading: 'Tre passi verso la chiarezza.',
+ step1Title: 'Connetti',
+ step1Desc: 'Collega Gmail, Outlook o le cartelle locali. adiuvAI inizia a capire cosa conta per te.',
+ step2Title: 'Estrai',
+ step2Desc: 'Gli agenti AI scansionano email, file e riunioni. Rilevano attività, scadenze e informazioni chiave — automaticamente.',
+ step3Title: 'Briefing',
+ step3Desc: 'Ogni mattina, un briefing personalizzato. Le priorità di oggi, cosa è cambiato nella notte, cosa richiede la tua attenzione.',
+ featLabel: 'Funzionalità',
+ featHeading: 'Per chi è impegnato davvero,
non per il lavoro inutile.',
+ feat1Title: 'Brief & Carosello Giornaliero',
+ feat1Desc: 'Inizia ogni giorno con chiarezza. Scorri le priorità come storie.',
+ feat2Title: 'Email → Estrazione Attività',
+ feat2Desc: 'Integrazione Gmail e Outlook. Le email importanti diventano attività automaticamente.',
+ feat3Title: 'Progetti & Attività',
+ feat3Desc: 'Gestione progetti completa con priorità, timeline e tracciamento milestone.',
+ feat4Title: 'Note Intelligenti',
+ feat4Desc: 'Note in Markdown con ricerca semantica AI nel tuo workspace.',
+ feat5Title: 'Bot Telegram',
+ feat5Desc: 'Parla con la tua segretaria su Telegram. Controlla attività, leggi il brief, aggiungi note.',
+ feat6Title: 'Monitoraggio File',
+ feat6Desc: 'Gli agenti AI monitorano le cartelle locali ed estraggono informazioni importanti.',
+ feat7Title: 'Assistente Vocale',
+ feat7Desc: 'Partecipa alle tue call, prende appunti, suggerisce i prossimi passi — in tempo reale.',
+ feat8Title: 'App Mobile',
+ feat8Desc: 'Il tuo brief giornaliero, ovunque tu sia. Rivedi le attività e resta sincronizzato.',
+ feat9Title: 'Workspace di Team',
+ feat9Desc: 'Workspace condiviso, SSO e coordinamento team — in arrivo per le organizzazioni.',
+ statusBeta: 'Beta',
+ statusSoon: 'Presto',
+ statusRoadmap: 'In programma',
+ founderLabel: 'Dal creatore',
+ founderP1: 'Ho creato adiuvAI perché ero stanco di promettere ai miei clienti soluzioni AI intelligenti mentre la mia giornata lavorativa era il caos — email che si accumulano, attività sparse tra le app, riunioni senza follow-up.',
+ founderP2: 'adiuvAI è lo strumento di cui avevo bisogno: un\'AI che legge davvero il mio mondo e mi dice cosa fare, senza spedire i miei dati sul server di qualcun altro.',
+ founderP3: 'Se ti ritrovi in questo, unisciti alla waitlist. I primi utenti contribuiranno a plasmare ciò che costruiremo.',
+ founderTitle: 'Fondatore',
+ ctaHeading: 'Sii il primo a conoscere
la tua segretaria AI.',
+ ctaSub: 'La beta lancia a giugno 2026. I primi utenti ottengono accesso prioritario gratuito e voce in capitolo su cosa costruiremo.',
+ ctaButton: 'Unisciti alla waitlist',
+ ctaFormNote: 'Niente spam, mai.',
+ ctaSuccessTitle: 'Controlla la tua inbox!',
+ ctaSuccessSub: 'Ti abbiamo inviato un link di conferma. Clicca per assicurarti il posto.',
+ footerCopyright: '© 2026 adiuvAI. Tutti i diritti riservati.',
+ footerPrivacy: 'Privacy',
+ footerTerms: 'Termini',
+ joining: 'Iscrizione…',
+ tryAgain: 'Riprova',
+ },
+
+ es: {
+ navJoinWaitlist: 'Únete a la lista de espera',
+ heroBadge: 'Beta en junio 2026',
+ heroTagline: 'Conoce a tu nuevo jefe de gabinete.',
+ heroH1: '¿Y si la IA pudiera ser
tu secretaria?',
+ heroSub: 'No es un chatbot. No es otra app. Una IA real que lee tu correo, conoce tus proyectos y te dice en qué enfocarte — sin que tus datos salgan de tu dispositivo.',
+ heroButton: 'Obtén acceso anticipado',
+ heroFormNote: 'Gratis para empezar · Sin tarjeta de crédito',
+ heroSuccessTitle: '¡Revisa tu bandeja de entrada!',
+ heroSuccessSub: 'Te enviamos un enlace de confirmación. Haz clic para asegurar tu lugar.',
+ scrollHint: 'desliza',
+ wtStep0Label: 'El problema',
+ wtStep0Title: 'Tus emails importantes se esconden entre newsletters.',
+ wtStep0Desc: 'Pierdes plazos enterrados en hilos. Las tareas se pierden entre tres apps distintas. ¿Te suena?',
+ wtStep1Label: 'El saludo',
+ wtStep1Title: 'Cada mañana, tu secretaria IA está lista.',
+ wtStep1Desc: 'Abre la app y ya sabe qué pasó durante la noche — emails analizados, tareas priorizadas, plazos marcados.',
+ wtStep2Label: 'El resumen',
+ wtStep2Title: 'Las notas de reunión terminan en un documento que nunca volverás a abrir.',
+ wtStep2Desc: 'Aquí no. Tu resumen diario es un sumario claro, generado por IA, de lo que importa hoy — tareas, seguimientos y plazos en un solo lugar.',
+ wtStep3Label: 'El resultado',
+ wtStep3Title: 'No necesitas otra herramienta.
Necesitas una secretaria.',
+ wtStep3Desc: 'Pregúntale lo que quieras. Entiende tus proyectos, tus emails, tu agenda — y nunca sale de tu dispositivo.',
+ wtGreetingLabel: 'Buenos días,',
+ wtBrief: '¡Buenos días! Un recordatorio rápido: termina la tarea X hoy y responde a ese email del proyecto. No olvides que la documentación y el presupuesto vencen mañana.',
+ wtChatPlaceholder: 'Pregúntame lo que sea...',
+ wtSuggestion1: '¿Qué tengo para hoy?',
+ wtSuggestion2: 'Resumen de la semana',
+ wtSuggestion3: '¿Tareas atrasadas?',
+ wtSuggestion4: 'Sugiere próximas acciones',
+ wtPillar1: 'Secretaria IA',
+ wtPillar2: 'Privacidad por Diseño',
+ wtPillar3: 'Conforme con EU AI Act',
+ howLabel: 'Cómo funciona',
+ howHeading: 'Tres pasos hacia la claridad.',
+ step1Title: 'Conecta',
+ step1Desc: 'Vincula tu Gmail, Outlook o carpetas locales. adiuvAI empieza a aprender qué te importa.',
+ step2Title: 'Extrae',
+ step2Desc: 'Los agentes IA escanean tu correo, archivos y reuniones. Detectan tareas, plazos e información clave — automáticamente.',
+ step3Title: 'Resumen',
+ step3Desc: 'Cada mañana, un resumen personalizado. Las prioridades de hoy, qué cambió durante la noche, qué necesita tu atención.',
+ featLabel: 'Funcionalidades',
+ featHeading: 'Para gente ocupada,
no para trabajo inútil.',
+ feat1Title: 'Resumen Diario & Carrusel',
+ feat1Desc: 'Empieza cada día con claridad. Desliza tus prioridades como historias.',
+ feat2Title: 'Email → Extracción de Tareas',
+ feat2Desc: 'Integración con Gmail y Outlook. Los emails importantes se convierten en tareas automáticamente.',
+ feat3Title: 'Proyectos & Tareas',
+ feat3Desc: 'Gestión de proyectos completa con prioridades, líneas de tiempo y seguimiento de hitos.',
+ feat4Title: 'Notas Inteligentes',
+ feat4Desc: 'Notas en Markdown con búsqueda semántica impulsada por IA en tu workspace.',
+ feat5Title: 'Bot de Telegram',
+ feat5Desc: 'Habla con tu secretaria en Telegram. Revisa tareas, lee tu resumen, añade notas.',
+ feat6Title: 'Monitoreo de Archivos',
+ feat6Desc: 'Los agentes IA vigilan tus carpetas locales y extraen información importante.',
+ feat7Title: 'Asistente de Voz',
+ feat7Desc: 'Se une a tus llamadas, toma notas, sugiere próximos pasos — en tiempo real.',
+ feat8Title: 'App Móvil',
+ feat8Desc: 'Tu resumen diario, donde estés. Revisa tareas y mantente sincronizado.',
+ feat9Title: 'Workspace de Equipo',
+ feat9Desc: 'Workspace compartido, SSO y coordinación de equipo — próximamente para organizaciones.',
+ statusBeta: 'Beta',
+ statusSoon: 'Pronto',
+ statusRoadmap: 'Planificado',
+ founderLabel: 'Del creador',
+ founderP1: 'Construí adiuvAI porque estaba cansado de prometer a mis clientes soluciones IA inteligentes mientras mi propia jornada laboral era un caos — emails acumulándose, tareas dispersas entre apps, reuniones sin seguimiento.',
+ founderP2: 'adiuvAI es la herramienta que necesitaba: una IA que realmente lee mi mundo y me dice qué hacer, sin enviar mis datos al servidor de otro.',
+ founderP3: 'Si te identificas con esto, únete a la lista de espera. Los primeros usuarios darán forma a lo que construyamos.',
+ founderTitle: 'Fundador',
+ ctaHeading: 'Sé el primero en conocer
a tu secretaria IA.',
+ ctaSub: 'La beta lanza en junio 2026. Los primeros usuarios obtienen acceso prioritario gratuito y voz en lo que construyamos.',
+ ctaButton: 'Únete a la lista de espera',
+ ctaFormNote: 'Sin spam, jamás.',
+ ctaSuccessTitle: '¡Revisa tu bandeja de entrada!',
+ ctaSuccessSub: 'Te enviamos un enlace de confirmación. Haz clic para asegurar tu lugar.',
+ footerCopyright: '© 2026 adiuvAI. Todos los derechos reservados.',
+ footerPrivacy: 'Privacidad',
+ footerTerms: 'Términos',
+ joining: 'Uniéndose…',
+ tryAgain: 'Reintentar',
+ },
+
+ fr: {
+ navJoinWaitlist: 'Rejoindre la liste d\'attente',
+ heroBadge: 'Bêta en juin 2026',
+ heroTagline: 'Votre nouveau chef de cabinet.',
+ heroH1: 'Et si l\'IA pouvait être
votre secrétaire ?',
+ heroSub: 'Pas un chatbot. Pas une autre app. Une vraie IA qui lit vos emails, connaît vos projets et vous dit sur quoi vous concentrer — sans jamais voir vos données.',
+ heroButton: 'Obtenir un accès anticipé',
+ heroFormNote: 'Gratuit pour commencer · Sans carte bancaire',
+ heroSuccessTitle: 'Vérifiez votre boîte de réception !',
+ heroSuccessSub: 'Nous vous avons envoyé un lien de confirmation. Cliquez pour réserver votre place.',
+ scrollHint: 'défiler',
+ wtStep0Label: 'Le problème',
+ wtStep0Title: 'Vos emails importants se cachent entre les newsletters.',
+ wtStep0Desc: 'Vous manquez des échéances enfouies dans les fils. Les tâches se perdent entre trois apps différentes. Ça vous parle ?',
+ wtStep1Label: 'L\'accueil',
+ wtStep1Title: 'Chaque matin, votre secrétaire IA est prête.',
+ wtStep1Desc: 'Ouvrez l\'app et elle sait déjà ce qui s\'est passé pendant la nuit — emails analysés, tâches priorisées, échéances signalées.',
+ wtStep2Label: 'Le briefing',
+ wtStep2Title: 'Les notes de réunion finissent dans un doc que vous n\'ouvrirez plus jamais.',
+ wtStep2Desc: 'Pas ici. Votre brief quotidien est un résumé clair, généré par l\'IA, de ce qui compte aujourd\'hui — tâches, suivis et échéances en un seul endroit.',
+ wtStep3Label: 'Le résultat',
+ wtStep3Title: 'Vous n\'avez pas besoin d\'un autre outil.
Vous avez besoin d\'une secrétaire.',
+ wtStep3Desc: 'Posez-lui n\'importe quelle question. Elle comprend vos projets, vos emails, votre agenda — et ne quitte jamais votre appareil.',
+ wtGreetingLabel: 'Bonjour,',
+ wtBrief: 'Bonjour ! Un petit rappel : finalisez la tâche X aujourd\'hui et répondez à cet email du projet. N\'oubliez pas que la documentation et le devis sont à rendre demain.',
+ wtChatPlaceholder: 'Demandez-moi ce que vous voulez...',
+ wtSuggestion1: 'Qu\'est-ce que j\'ai aujourd\'hui ?',
+ wtSuggestion2: 'Résumé de la semaine',
+ wtSuggestion3: 'Des tâches en retard ?',
+ wtSuggestion4: 'Suggérer les prochaines actions',
+ wtPillar1: 'Secrétaire IA',
+ wtPillar2: 'Privé par Conception',
+ wtPillar3: 'Conforme à l\'EU AI Act',
+ howLabel: 'Comment ça marche',
+ howHeading: 'Trois étapes vers la clarté.',
+ step1Title: 'Connectez',
+ step1Desc: 'Liez votre Gmail, Outlook ou vos dossiers locaux. adiuvAI commence à apprendre ce qui compte pour vous.',
+ step2Title: 'Extrayez',
+ step2Desc: 'Les agents IA scannent vos emails, fichiers et réunions. Ils détectent tâches, échéances et infos clés — automatiquement.',
+ step3Title: 'Briefing',
+ step3Desc: 'Chaque matin, un briefing personnalisé. Les priorités du jour, ce qui a changé pendant la nuit, ce qui requiert votre attention.',
+ featLabel: 'Fonctionnalités',
+ featHeading: 'Pour les gens occupés,
pas pour le travail inutile.',
+ feat1Title: 'Brief Quotidien & Carrousel',
+ feat1Desc: 'Commencez chaque journée avec clarté. Faites défiler vos priorités comme des stories.',
+ feat2Title: 'Email → Extraction de Tâches',
+ feat2Desc: 'Intégration Gmail et Outlook. Les emails importants deviennent des tâches automatiquement.',
+ feat3Title: 'Projets & Tâches',
+ feat3Desc: 'Gestion de projets complète avec priorités, chronologies et suivi des jalons.',
+ feat4Title: 'Notes Intelligentes',
+ feat4Desc: 'Notes Markdown avec recherche sémantique IA dans votre workspace.',
+ feat5Title: 'Bot Telegram',
+ feat5Desc: 'Parlez à votre secrétaire sur Telegram. Vérifiez les tâches, lisez le brief, ajoutez des notes.',
+ feat6Title: 'Surveillance de Fichiers',
+ feat6Desc: 'Les agents IA surveillent vos dossiers locaux et extraient les informations importantes.',
+ feat7Title: 'Assistant Vocal',
+ feat7Desc: 'Rejoint vos appels, prend des notes, suggère les prochaines étapes — en temps réel.',
+ feat8Title: 'Application Mobile',
+ feat8Desc: 'Votre brief quotidien, où que vous soyez. Consultez vos tâches et restez synchronisé.',
+ feat9Title: 'Espace Équipe',
+ feat9Desc: 'Espace partagé, SSO et coordination d\'équipe — bientôt disponible pour les organisations.',
+ statusBeta: 'Bêta',
+ statusSoon: 'Bientôt',
+ statusRoadmap: 'Planifié',
+ founderLabel: 'Du créateur',
+ founderP1: 'J\'ai créé adiuvAI parce que j\'en avais assez de promettre à mes clients des solutions IA intelligentes alors que ma propre journée de travail était le chaos — emails qui s\'accumulent, tâches dispersées entre les apps, réunions sans suivi.',
+ founderP2: 'adiuvAI est l\'outil dont j\'avais besoin : une IA qui lit vraiment mon monde et me dit quoi faire, sans envoyer mes données sur le serveur de quelqu\'un d\'autre.',
+ founderP3: 'Si ça vous parle, rejoignez la liste d\'attente. Les premiers utilisateurs façonneront ce que nous construirons.',
+ founderTitle: 'Fondateur',
+ ctaHeading: 'Soyez le premier à rencontrer
votre secrétaire IA.',
+ ctaSub: 'La bêta lance en juin 2026. Les premiers utilisateurs obtiennent un accès prioritaire gratuit et une voix dans ce que nous construirons.',
+ ctaButton: 'Rejoindre la liste d\'attente',
+ ctaFormNote: 'Pas de spam, jamais.',
+ ctaSuccessTitle: 'Vérifiez votre boîte de réception !',
+ ctaSuccessSub: 'Nous vous avons envoyé un lien de confirmation. Cliquez pour réserver votre place.',
+ footerCopyright: '© 2026 adiuvAI. Tous droits réservés.',
+ footerPrivacy: 'Confidentialité',
+ footerTerms: 'Conditions',
+ joining: 'Inscription…',
+ tryAgain: 'Réessayer',
+ },
+
+ de: {
+ navJoinWaitlist: 'Auf die Warteliste',
+ heroBadge: 'Beta ab Juni 2026',
+ heroTagline: 'Dein neuer Stabschef.',
+ heroH1: 'Was wäre, wenn KI
deine Sekretärin wäre?',
+ heroSub: 'Kein Chatbot. Keine weitere App. Eine echte KI, die deine E-Mails liest, deine Projekte kennt und dir sagt, worauf du dich konzentrieren sollst — ohne deine Daten jemals zu sehen.',
+ heroButton: 'Frühen Zugang sichern',
+ heroFormNote: 'Kostenlos starten · Keine Kreditkarte',
+ heroSuccessTitle: 'Prüfe deinen Posteingang!',
+ heroSuccessSub: 'Wir haben dir einen Bestätigungslink geschickt. Klicke darauf, um deinen Platz zu sichern.',
+ scrollHint: 'scrollen',
+ wtStep0Label: 'Das Problem',
+ wtStep0Title: 'Deine wichtigen E-Mails verstecken sich zwischen Newslettern.',
+ wtStep0Desc: 'Du verpasst Fristen, die in Threads vergraben sind. Aufgaben gehen zwischen drei verschiedenen Apps verloren. Kommt dir bekannt vor?',
+ wtStep1Label: 'Die Begrüßung',
+ wtStep1Title: 'Jeden Morgen ist deine KI-Sekretärin bereit.',
+ wtStep1Desc: 'Öffne die App und sie weiß bereits, was über Nacht passiert ist — E-Mails gescannt, Aufgaben priorisiert, Fristen markiert.',
+ wtStep2Label: 'Das Briefing',
+ wtStep2Title: 'Besprechungsnotizen landen in einem Dokument, das du nie wieder öffnest.',
+ wtStep2Desc: 'Nicht hier. Dein tägliches Briefing ist eine klare, KI-generierte Zusammenfassung dessen, was heute zählt — Aufgaben, Follow-ups und Fristen an einem Ort.',
+ wtStep3Label: 'Das Ergebnis',
+ wtStep3Title: 'Du brauchst kein weiteres Tool.
Du brauchst eine Sekretärin.',
+ wtStep3Desc: 'Frag sie was du willst. Sie versteht deine Projekte, deine E-Mails, deinen Zeitplan — und verlässt nie dein Gerät.',
+ wtGreetingLabel: 'Guten Morgen,',
+ wtBrief: 'Guten Morgen! Kurze Erinnerung: Schließe Aufgabe X heute ab und antworte auf die Projekt-E-Mail. Vergiss nicht, dass die Dokumentation und der Kostenvoranschlag morgen fällig sind.',
+ wtChatPlaceholder: 'Frag mich was du willst...',
+ wtSuggestion1: 'Was steht heute an?',
+ wtSuggestion2: 'Wochenzusammenfassung',
+ wtSuggestion3: 'Überfällige Aufgaben?',
+ wtSuggestion4: 'Nächste Schritte vorschlagen',
+ wtPillar1: 'KI-Sekretärin',
+ wtPillar2: 'Privacy by Design',
+ wtPillar3: 'EU AI Act konform',
+ howLabel: 'So funktioniert\'s',
+ howHeading: 'Drei Schritte zur Klarheit.',
+ step1Title: 'Verbinden',
+ step1Desc: 'Verknüpfe dein Gmail, Outlook oder lokale Ordner. adiuvAI lernt, was dir wichtig ist.',
+ step2Title: 'Extrahieren',
+ step2Desc: 'KI-Agenten scannen deine E-Mails, Dateien und Meetings. Sie erkennen Aufgaben, Fristen und wichtige Infos — automatisch.',
+ step3Title: 'Briefing',
+ step3Desc: 'Jeden Morgen ein personalisiertes Briefing. Heutige Prioritäten, was sich über Nacht geändert hat, was deine Aufmerksamkeit braucht.',
+ featLabel: 'Funktionen',
+ featHeading: 'Für beschäftigte Menschen,
nicht für sinnlose Arbeit.',
+ feat1Title: 'Tägliches Briefing & Karussell',
+ feat1Desc: 'Starte jeden Tag mit Klarheit. Wische durch deine Prioritäten wie Stories.',
+ feat2Title: 'E-Mail → Aufgabenextraktion',
+ feat2Desc: 'Gmail- und Outlook-Integration. Wichtige E-Mails werden automatisch zu Aufgaben.',
+ feat3Title: 'Projekte & Aufgaben',
+ feat3Desc: 'Vollständiges Projektmanagement mit Prioritäten, Zeitplänen und Meilenstein-Tracking.',
+ feat4Title: 'Intelligente Notizen',
+ feat4Desc: 'Markdown-Notizen mit KI-gestützter semantischer Suche in deinem Workspace.',
+ feat5Title: 'Telegram Bot',
+ feat5Desc: 'Sprich mit deiner Sekretärin auf Telegram. Prüfe Aufgaben, lies das Briefing, füge Notizen hinzu.',
+ feat6Title: 'Dateiüberwachung',
+ feat6Desc: 'KI-Agenten überwachen deine lokalen Ordner und extrahieren wichtige Informationen.',
+ feat7Title: 'Sprachassistent',
+ feat7Desc: 'Nimmt an deinen Calls teil, macht Notizen, schlägt nächste Schritte vor — in Echtzeit.',
+ feat8Title: 'Mobile App',
+ feat8Desc: 'Dein tägliches Briefing, egal wo du bist. Aufgaben prüfen und synchron bleiben.',
+ feat9Title: 'Team-Workspace',
+ feat9Desc: 'Gemeinsamer Workspace, SSO und Team-Koordination — bald für Organisationen.',
+ statusBeta: 'Beta',
+ statusSoon: 'Bald',
+ statusRoadmap: 'Geplant',
+ founderLabel: 'Vom Macher',
+ founderP1: 'Ich habe adiuvAI gebaut, weil ich es leid war, meinen Kunden intelligente KI-Lösungen zu versprechen, während mein eigener Arbeitstag Chaos war — E-Mails, die sich stapeln, Aufgaben verstreut über Apps, Meetings ohne Nachverfolgung.',
+ founderP2: 'adiuvAI ist das Werkzeug, das ich brauchte: eine KI, die meine Welt wirklich liest und mir sagt, was zu tun ist, ohne meine Daten auf den Server eines anderen zu schicken.',
+ founderP3: 'Wenn das bei dir ankommt, tritt der Warteliste bei. Frühe Nutzer werden mitgestalten, was wir bauen.',
+ founderTitle: 'Gründer',
+ ctaHeading: 'Sei der Erste, der
seine KI-Sekretärin trifft.',
+ ctaSub: 'Die Beta startet im Juni 2026. Frühe Nutzer erhalten kostenlosen Prioritätszugang und Mitspracherecht bei dem, was wir als Nächstes bauen.',
+ ctaButton: 'Auf die Warteliste',
+ ctaFormNote: 'Kein Spam, niemals.',
+ ctaSuccessTitle: 'Prüfe deinen Posteingang!',
+ ctaSuccessSub: 'Wir haben dir einen Bestätigungslink geschickt. Klicke darauf, um deinen Platz zu sichern.',
+ footerCopyright: '© 2026 adiuvAI. Alle Rechte vorbehalten.',
+ footerPrivacy: 'Datenschutz',
+ footerTerms: 'AGB',
+ joining: 'Beitritt…',
+ tryAgain: 'Erneut versuchen',
+ },
+};
+
+const LANG_LABELS = { en: 'EN', it: 'IT', es: 'ES', fr: 'FR', de: 'DE' };
+const SUPPORTED_LANGS = Object.keys(LANG_LABELS);
+
+/** Detect best matching language from URL, storage, or browser */
+function detectLang() {
+ // 1. Check ?lang= query parameter
+ const url = new URL(window.location.href);
+ const param = url.searchParams.get('lang');
+ if (param && SUPPORTED_LANGS.includes(param)) {
+ localStorage.setItem('adiuvai-lang', param);
+ return param;
+ }
+ // 2. Check localStorage
+ const stored = localStorage.getItem('adiuvai-lang');
+ if (stored && SUPPORTED_LANGS.includes(stored)) return stored;
+ // 3. Fallback to browser language
+ const nav = (navigator.language || '').slice(0, 2).toLowerCase();
+ return SUPPORTED_LANGS.includes(nav) ? nav : 'en';
+}
+
+/** Apply translations to the DOM */
+function setLanguage(lang) {
+ if (!I18N[lang]) lang = 'en';
+ const t = I18N[lang];
+
+ document.documentElement.lang = lang;
+ localStorage.setItem('adiuvai-lang', lang);
+
+ // Update all data-i18n (textContent) elements
+ document.querySelectorAll('[data-i18n]').forEach(el => {
+ const key = el.getAttribute('data-i18n');
+ if (t[key] != null) el.textContent = t[key];
+ });
+
+ // Update all data-i18n-html (innerHTML) elements
+ document.querySelectorAll('[data-i18n-html]').forEach(el => {
+ const key = el.getAttribute('data-i18n-html');
+ if (t[key] != null) el.innerHTML = t[key];
+ });
+
+ // Update all data-i18n-placeholder elements
+ document.querySelectorAll('[data-i18n-placeholder]').forEach(el => {
+ const key = el.getAttribute('data-i18n-placeholder');
+ if (t[key] != null) el.placeholder = t[key];
+ });
+
+ // Update active state in language switcher
+ document.querySelectorAll('.lang-option').forEach(btn => {
+ btn.classList.toggle('active', btn.dataset.lang === lang);
+ });
+
+ // Update current language label
+ const label = document.getElementById('lang-current-label');
+ if (label) label.textContent = LANG_LABELS[lang] || lang.toUpperCase();
+
+ // Update html lang attribute for SEO
+ document.documentElement.lang = lang;
+}
+
+/** Initialize language switcher */
+function initI18n() {
+ const lang = detectLang();
+ setLanguage(lang);
+
+ // Bind language switcher buttons
+ document.querySelectorAll('.lang-option').forEach(btn => {
+ btn.addEventListener('click', (e) => {
+ e.preventDefault();
+ setLanguage(btn.dataset.lang);
+ // Close dropdown
+ const dropdown = document.getElementById('lang-dropdown');
+ if (dropdown) dropdown.removeAttribute('open');
+ });
+ });
+
+ // Close dropdown on outside click
+ document.addEventListener('click', (e) => {
+ const dropdown = document.getElementById('lang-dropdown');
+ if (dropdown && dropdown.hasAttribute('open') && !dropdown.contains(e.target)) {
+ dropdown.removeAttribute('open');
+ }
+ });
+}
+
+// Run after DOM ready
+if (document.readyState === 'loading') {
+ document.addEventListener('DOMContentLoaded', initI18n);
+} else {
+ initI18n();
+}
diff --git a/index.html b/index.html
index f3b9623..5b607f2 100644
--- a/index.html
+++ b/index.html
@@ -5,10 +5,35 @@
Meet your new chief of staff.
+Meet your new chief of staff.
-+
Not a chatbot. Not another app. A real AI that reads your email, knows your projects, and tells you what to focus on — without ever seeing your data.
-Free to start · No credit card · Privacy policy
+Free to start · No credit card · Privacy policy
Check your inbox!
-We sent you a confirmation link. Click it to secure your spot.
+Check your inbox!
+We sent you a confirmation link. Click it to secure your spot.
The problem
-You miss deadlines buried in threads. Tasks get lost across three different apps. Sound familiar?
+The problem
+You miss deadlines buried in threads. Tasks get lost across three different apps. Sound familiar?
The greeting
-Open the app and it already knows what happened overnight — emails scanned, tasks prioritized, deadlines flagged.
+The greeting
+Open the app and it already knows what happened overnight — emails scanned, tasks prioritized, deadlines flagged.
The brief
-Not here. Your daily brief is a clear, AI-generated summary of what matters today — tasks, follow-ups, and deadlines in one place.
+The brief
+Not here. Your daily brief is a clear, AI-generated summary of what matters today — tasks, follow-ups, and deadlines in one place.
The result
-Ask it anything. It understands your projects, your emails, your schedule — and it never leaves your device.
+The result
+Ask it anything. It understands your projects, your emails, your schedule — and it never leaves your device.
How it works
-How it works
+Link your Gmail, Outlook, or local folders. adiuvAI starts learning what matters to you.
+Link your Gmail, Outlook, or local folders. adiuvAI starts learning what matters to you.
AI agents scan your email, files, and meetings. They detect tasks, deadlines, and key info — automatically.
+AI agents scan your email, files, and meetings. They detect tasks, deadlines, and key info — automatically.
Every morning, get a personalized briefing. Today's priorities, what changed overnight, what needs your attention.
+Every morning, get a personalized briefing. Today's priorities, what changed overnight, what needs your attention.
Features
-Features
+Start every day with clarity. Swipe through your priorities like stories.
+Start every day with clarity. Swipe through your priorities like stories.
Gmail and Outlook integration. Important emails become tasks automatically.
+Gmail and Outlook integration. Important emails become tasks automatically.
Full project management with priorities, timelines, and milestone tracking.
+Full project management with priorities, timelines, and milestone tracking.
Markdown notes with AI-powered semantic search across your workspace.
+Markdown notes with AI-powered semantic search across your workspace.
Talk to your secretary on Telegram. Check tasks, get your brief, add notes.
+Talk to your secretary on Telegram. Check tasks, get your brief, add notes.
AI agents watch your local folders and extract important information.
+AI agents watch your local folders and extract important information.
Joins your calls, takes notes, suggests next steps — in real-time.
+Joins your calls, takes notes, suggests next steps — in real-time.
Your daily brief, wherever you are. Review tasks and stay in sync.
+Your daily brief, wherever you are. Review tasks and stay in sync.
Shared workspace, SSO, and team coordination — coming for organizations.
+Shared workspace, SSO, and team coordination — coming for organizations.
From the maker
+From the maker
I built adiuvAI because I was tired of promising my clients intelligent AI solutions while my own workday was chaos — emails piling up, tasks scattered across apps, meetings with no follow-through.
-adiuvAI is the tool I needed: an AI that actually reads my world and tells me what to do, without shipping my data to someone else's server.
-If that resonates, join the waitlist. Early adopters will shape what we build.
+I built adiuvAI because I was tired of promising my clients intelligent AI solutions while my own workday was chaos — emails piling up, tasks scattered across apps, meetings with no follow-through.
+adiuvAI is the tool I needed: an AI that actually reads my world and tells me what to do, without shipping my data to someone else's server.
+If that resonates, join the waitlist. Early adopters will shape what we build.
Beta launches June 2026. Early adopters get free priority access and a voice in what we build next.
+Beta launches June 2026. Early adopters get free priority access and a voice in what we build next.
-No spam, ever. Privacy policy
+No spam, ever. Privacy policy
- © 2026 adiuvAI. All rights reserved. + © 2026 adiuvAI. All rights reserved. · - Privacy + Privacy · - Terms + Terms
@@ -1571,7 +1662,9 @@ const btn = form.querySelector('button'); const original = btn.textContent; - btn.textContent = 'Joining…'; + const lang = localStorage.getItem('adiuvai-lang') || 'en'; + const t = typeof I18N !== 'undefined' ? I18N[lang] || I18N.en : null; + btn.textContent = t ? t.joining : 'Joining…'; btn.disabled = true; try { @@ -1592,7 +1685,7 @@ if (note && note.classList.contains('form-note')) note.style.display = 'none'; document.getElementById(successId).style.display = 'block'; } catch { - btn.textContent = 'Try again'; + btn.textContent = t ? t.tryAgain : 'Try again'; btn.disabled = false; setTimeout(() => { btn.textContent = original; @@ -1604,6 +1697,31 @@ initForm('waitlist-hero', 'success-hero'); initForm('waitlist-footer', 'success-footer'); + + + + +