Démos embed — homepage Agilotext

Deux iframes distinctes : Capture (entrée audio) et Résultat (transcription, compte rendu, assistant IA). Utilisez les pages ci-dessous en embed Webflow ou ouvrez-les pour prévisualisation.

Narratif homepage (recommandé)

  1. Bloc titre + courte phrase valeur.
  2. Iframe Capture — « Comment vous nous envoyez l’audio ».
  3. Phrase de liaison du type : Une fois le fichier traité, voici ce que vous obtenez dans Agilotext.
  4. Iframe Résultat — transcription audio + livrables.

Migration (anciens embeds)

Avant Après
Un seul index.html tout-en-un (démo monolithique) Deux URLs : capture.html et result.html. Cette page hub remplace l’ancienne démo combinée.
Iframe pointant vers …/homepage-mini-demo/ Pointer explicitement vers capture.html ou result.html selon la section.

Snippet iframe — Capture

<iframe
  src="https://agilotext.github.io/Agilotext-Scripts-Public/webflow-embeds/homepage-mini-demo/capture.html"
  title="Agilotext — démo capture"
  width="100%"
  height="720"
  style="display:block;border:0;width:100%;min-height:680px;"
  loading="lazy"
  referrerpolicy="strict-origin-when-cross-origin"
></iframe>

Snippet iframe — Résultat

<iframe
  src="https://agilotext.github.io/Agilotext-Scripts-Public/webflow-embeds/homepage-mini-demo/result.html"
  title="Agilotext — démo résultat"
  width="100%"
  height="620"
  style="display:block;border:0;width:100%;min-height:560px;"
  loading="lazy"
  referrerpolicy="strict-origin-when-cross-origin"
></iframe>

Checklist QA avant mise en ligne

Hub statique — voir README.md pour jsDelivr, régénération demo.mp3 et détails techniques.