feat: website analysis pipeline, voice agent, configurator improvements
All checks were successful
Build & Push / build-and-push (push) Successful in 6m2s
All checks were successful
Build & Push / build-and-push (push) Successful in 6m2s
- Site analysis: cheerio HTML parsing, inline tech stack detection (~20 CMS/framework/analytics signatures), Google PageSpeed API integration - Gemini Live voice agent: WebSocket-based real-time voice mode with live transcript, selection chips, and mid-conversation website analysis - Type/Talk mode toggle with silent capability detection - Stepped progress animation during brief generation (4 animated steps) - URL + thoughts fields in Step 2, phone + contact preference in Step 3 - AI prompt improvements: dedicated website analysis section, 30-min call, concrete benefits, industry depth - Email redesign: branded templates with logo, proper markdown rendering for both client and admin - French locale support for AI-generated briefs - Smaller checkmark, compact booking CTA, expanded brief area Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -70,8 +70,8 @@
|
||||
"complete": {
|
||||
"title": "Votre brief projet est prêt",
|
||||
"subtitle": "Vérifiez votre boîte mail - nous avons envoyé un brief détaillé à {email}",
|
||||
"bookTitle": "Réservez une Consultation",
|
||||
"bookSubtitle": "30 minutes pour discuter de votre brief avec notre équipe",
|
||||
"nextStep": "Prochaine étape : discutons de votre brief",
|
||||
"bookSubtitle": "Réservez un appel gratuit de 30 minutes pour discuter de votre projet.",
|
||||
"bookCall": "Réserver un Appel",
|
||||
"briefPreview": "Votre brief projet",
|
||||
"reachDirectly": "Ou contactez-nous directement à"
|
||||
@@ -136,13 +136,43 @@
|
||||
"timeline": "Calendrier",
|
||||
"name": "Votre nom",
|
||||
"company": "Entreprise",
|
||||
"email": "Adresse email"
|
||||
"email": "Adresse email",
|
||||
"phone": "Téléphone",
|
||||
"phoneOptional": "(facultatif)",
|
||||
"contactPreference": "Mode de contact préféré",
|
||||
"contactEmail": "Email",
|
||||
"contactPhone": "Téléphone",
|
||||
"contactWhatsapp": "WhatsApp",
|
||||
"currentSiteUrl": "Site web actuel",
|
||||
"currentSiteUrlOptional": "(facultatif)",
|
||||
"currentSiteUrlPlaceholder": "https://votresite.com",
|
||||
"currentSiteThoughts": "Vos impressions sur votre site actuel",
|
||||
"currentSiteThoughtsPlaceholder": "Ce qui fonctionne, ce qui ne fonctionne pas, ce que vous aimeriez changer..."
|
||||
},
|
||||
"summary": {
|
||||
"heading": "Vos sélections",
|
||||
"aiEnhancement": "Enrichissement IA"
|
||||
},
|
||||
"generating": "Génération",
|
||||
"generatingSteps": {
|
||||
"preparingBrief": "Préparation de votre brief",
|
||||
"analyzingSite": "Analyse de votre site actuel",
|
||||
"runningAudit": "Audit de performance en cours",
|
||||
"generatingBrief": "Génération de votre brief personnalisé"
|
||||
},
|
||||
"mode": {
|
||||
"type": "Écrire",
|
||||
"talk": "Parler"
|
||||
},
|
||||
"voice": {
|
||||
"agentName": "Assistant projet LetsBe",
|
||||
"capturedSoFar": "Informations recueillies",
|
||||
"endConversation": "Terminer la conversation",
|
||||
"analyzingSite": "Analyse de votre site...",
|
||||
"connecting": "Connexion en cours...",
|
||||
"mute": "Couper le micro",
|
||||
"unmute": "Activer le micro"
|
||||
},
|
||||
"privacy": "Vos informations sont privées et ne seront jamais partagées.",
|
||||
"generateBrief": "Générer Mon Brief",
|
||||
"nextStep": "Étape Suivante",
|
||||
|
||||
Reference in New Issue
Block a user