/* ============================================================ FluentMe — product page + homepage spotlight ============================================================ */ const { useMemo: useFM } = React; const FmIc = { mic: , chat: , wave: , flame: , globe: , spark: , check: , }; /* ---------- phone mock ---------- */ function FmPhone() { return (
fluentme 12-day streak
AI partner · Spanish ¿Qué hiciste este fin de semana?
You Fui al mercado con mi hermana.
94% Pronunciation score
Great rolled "r" — keep it up!
); } /* ---------- homepage spotlight section ---------- */ function FluentMeSpotlight({ setPage }) { return (
Consumer AI

Our AI isn't just for markets.

FluentMe is Vyovam's consumer product — the same AI engineering discipline, applied to language learning.

FluentMe · by Vyovam

Speak a new language, 10 minutes a day.

Practice real conversations with an AI partner, get instant pronunciation feedback, and build a daily habit — in 11 languages. Start free, no card needed.

{FmIc.chat} Real AI conversations {FmIc.wave} Pronunciation feedback {FmIc.flame} Daily streaks {FmIc.globe} 11 languages
Try FluentMe free { e.preventDefault(); setPage('fluentme'); }}> Learn more
); } /* ---------- full product page ---------- */ function FluentMePage({ setPage }) { return (
FluentMe · A Vyovam product

Speak a new language, 10 minutes a day.

FluentMe is Vyovam's consumer AI application — a language-speaking practice app built on the same real-time AI infrastructure that powers our trading systems. Real conversations, instant feedback, daily habit loops.

Start free at fluentme.ai {FmIc.check} No card needed
{/* features */}
How it works

Built around one habit: speaking out loud.

Most apps teach you to read a language. FluentMe gets you talking from the first session.

{[ { i: FmIc.chat, t: 'Real AI conversations', d: 'Talk with an AI partner that responds naturally, adapts to your level, and keeps the conversation going.' }, { i: FmIc.wave, t: 'Instant pronunciation feedback', d: 'Every sentence is scored in real time, with specific guidance on the sounds you missed.' }, { i: FmIc.flame, t: 'Daily streaks', d: 'Ten focused minutes a day. Streaks and gentle nudges keep the habit alive without guilt trips.' }, { i: FmIc.globe, t: '11 languages', d: 'Spanish, French, German, Japanese, and more — switch languages anytime on one account.' }, { i: FmIc.mic, t: 'Speech-first design', d: 'No endless tap-the-word drills. You speak, the AI listens, and you improve where it counts.' }, { i: FmIc.spark, t: 'Free to start', d: 'Try full conversations before paying anything. No card required to begin.' }, ].map((f, i) => (
{f.i}

{f.t}

{f.d}

))}
{/* languages */}
Languages

11 languages. One AI partner.

{['Spanish', 'French', 'German', 'Italian', 'Portuguese', 'Japanese', 'Korean', 'Mandarin', 'Hindi', 'Arabic', 'English'].map((l, i) => ( {l} ))}
{/* shared DNA */}
Why Vyovam builds this

Same engineering DNA, different market.

The systems behind FluentMe — real-time speech pipelines, low-latency AI inference, habit analytics — run on the same cloud infrastructure discipline as our trading platform.

{[ { i: Ic.bolt, t: 'Real-time AI pipelines', d: 'Sub-second speech recognition and response generation, engineered like an execution engine.' }, { i: Ic.cloud, t: 'Cloud-native scale', d: 'The same auto-scaling, multi-region deployment patterns as our trading infrastructure.' }, { i: Ic.shield, t: 'Privacy-first', d: 'Voice data handled with the same security rigor we apply to broker credentials.' }, ].map((s, i) => (
{s.i}

{s.t}

{s.d}

))}
{/* CTA */}

Ten minutes a day. That's the whole ask.

Start a real conversation in a new language today — free, in your browser, no card needed.

Open fluentme.ai
); } Object.assign(window, { FluentMeSpotlight, FluentMePage, FmPhone });