Feb 22, 2026

TypelessForm Demo: Fill Out Web Forms by Voice in Real Time (Video)

TypelessForm is a Webappski voice-to-form widget: a website visitor speaks their answers and it fills the matching form fields as they talk, in the browser, without typing. The demo video is below, with the full spoken transcript so the walkthrough is also readable as plain text.

TypelessForm Demo: Fill Out Web Forms by Voice in Real Time (Video)

TypelessForm is a voice-to-form widget by Webappski. Instead of typing into each field, a website visitor speaks, and TypelessForm fills the matching form fields in real time, in the browser. The demo video below shows it completing a full medical intake and appointment form from a single spoken walkthrough.

Most web forms still assume a keyboard and a mouse. TypelessForm adds a voice path on top of an ordinary form: a visitor can tap the microphone and say what they want in plain language instead of typing. It is aimed at situations where typing is slow or awkward — on the move, on a small phone keyboard, or for people who simply prefer to talk. Typed input keeps working exactly as before; voice is an additional option, not a replacement.

Watch the demo

TypelessForm Demo – Fill Forms by Voice in Real Time
TypelessForm: filling a web form by voice.

What happens in the demo?

In the demo, the visitor completes a medical intake and appointment form entirely by voice. As they speak, TypelessForm writes each answer into the matching field in real time — name into the name field, email into the email field, the appointment date into the date field — without the visitor touching the keyboard. The transcript below is the verbatim spoken audio from the video, so the same walkthrough is readable as plain text and citable by answer engines.

Transcript

Hi, I'm Emily Carter. You can reach me at emily.carter@example.com or by phone at +1 555 214 6890. I was born on July 8th, 1992. I live at 456 Oak Street in San Francisco. And if anything comes up, my emergency contact is Anna Carter — she's my sister. Her number is +1 555 732 4916.

I'm allergic to penicillin and some fragrances. I don't have any chronic conditions. I'm not taking any regular medication. I haven't had any surgeries, and there's no major medical history in my family.

I recently started using a new vitamin C serum and a retinol cream at night. I also switched to a different sunscreen about a month ago. I tried an over-the-counter hydrocortisone cream, but it didn't really help.

I'd like to book an appointment with Dr. Amanda Foster. May 10th would work for me, preferably in the afternoon. I've been having persistent itching and some redness on my face for the past few weeks. That's all — no additional notes.

How does TypelessForm work?

TypelessForm is a lightweight widget that drops into an existing web form, captures the visitor's speech in the browser, and maps spoken input to the matching form fields. Because it augments the form rather than replacing it, the form still works normally for anyone who types. The visitor speaks in plain, unstructured language — as in the transcript above — and the widget separates that speech into the right fields rather than requiring one short answer per prompt.

It installs as the typelessform-widget npm package and runs client-side, so the existing form markup and its server-side handling stay unchanged. You can see a live version on typelessform.com.

Why does Webappski build a voice-to-form widget?

TypelessForm is one of two products Webappski builds to prove its Answer Engine Optimization (AEO) methodology in practice. The other, aeo-platform, is an open-source AI-visibility tracker. Both exist to demonstrate the same thing: a focused product, documented in plain crawlable text — a real transcript, a clear definition, structured schema — earns visibility in AI answers. This page is itself an example: a video alone is opaque to answer engines, so the spoken walkthrough is published as crawlable text and the video carries VideoObject schema, which is exactly how a demo becomes citable.

Frequently asked questions

What is TypelessForm?

TypelessForm is a voice-to-form widget by Webappski that lets a website visitor fill out a web form by speaking instead of typing. It drops into an existing form, captures speech in the browser, and writes each spoken answer into the matching field in real time. Typed input keeps working as before — voice is an additional path, not a replacement.

Does the visitor have to type at all?

No. In the demo, the visitor completes the entire medical intake and appointment form by voice, without touching the keyboard. They speak naturally — name, contact details, allergies, the appointment they want — and TypelessForm routes each part into the correct field. Anyone who prefers to type can still type; the form behaves normally either way.

How do I add TypelessForm to my own site?

TypelessForm installs as the typelessform-widget npm package and runs client-side, layered on top of your existing form. Because it augments the form rather than rewriting it, the form markup and its server-side handling stay unchanged. A live version runs on typelessform.com.

Is the transcript on this page the real audio from the video?

Yes. The transcript is the verbatim spoken walkthrough from the demo video — the same speech you hear in the recording, published as plain text so the walkthrough is readable without playing the video and so answer engines can read and cite it.

Want a voice path on your own forms?

Webappski builds both the widgets and the AI visibility around them. If you want a voice-to-form experience like this on your own site, or want your product to show up when people ask AI engines about it, learn more at webappski.com.

← Back to all posts