Combines SpeechRecognition (voice → text, with live transcription) and SpeechSynthesis (text → voice, with system voice selection) in the same demo — the two halves of a complete voice interface, using only native Web APIs, no external API involved. The recognition language and the default synthesis voice follow the site's active locale (pt-BR, en-US, or es-ES).
The demo is 100% functional — try it now.
The push-type Notifications API is native to the operating system, delivered even with the app closed — Service Worker + VAPID end to end.
100% offline data persistence with automatic sync on reconnect — including real SQL running on WebAssembly inside a Web Worker.