VoiceChart Widget
Romanov Solutions · αAgentic
Embed endpoint

Dental dictation, dropped into any PMS.

This subdomain hosts the embeddable VoiceChart widget — the same on-device, per-tooth dictation engine as app.voicechart.io, compacted into a panel that mounts into a host app (e.g. the odontOS “Quick Note” card) with one script tag. Below is a live instance.

Live widget

Embed in one line

<!-- host: odontOS Quick Note card -->
<div id="quicknote"></div>
<script src="https://widget.voicechart.io/voicechart-widget.js"></script>
<script>
  VoiceChart.mount('#quicknote', {
    patient: 'Isabella Moreau', patNum: '10428',
    theme: { accent: '#8fb4ff' },
    onNote: ({ plainText }) => save(plainText),
  });
</script>
Full API & options → README
On-device dictation — audio never leaves the browser. The widget is a cross-origin iframe, an isolation boundary between the host PMS and the speech engine. © Romanov Solutions × αAgentic.