TypelessForm is a one-shot voice form filling widget — users speak one sentence and AI fills all HTML form fields at once. Works with any form: names, emails, dates, phone numbers. React, Vue, Angular, WordPress. One script tag, 5-minute setup.
No credit card · Works with any form · 25+ languages
From voice to filled form in seconds
TypelessForm processes voice input through a three-stage AI pipeline. First, the widget scans the page and detects all form fields — text inputs, email fields, date pickers, phone fields, dropdowns, and textareas — using label text, name attributes, and placeholder values. Second, when the user clicks the microphone button and speaks, the audio is transcribed by OpenAI Whisper, which supports 25+ languages with 96% average accuracy. Third, the transcription is passed to GPT-4o, which extracts named entities and maps each value to the correct field: "My name is Sarah, email sarah@example.com, arriving March 15" maps to first-name, email, and date fields simultaneously. The entire pipeline runs in under 3 seconds. No backend changes are required on the embedding site — the widget communicates directly with the TypelessForm API using the site owner's API key.
AI automatically detects all form fields on the page — names, emails, addresses, dates, textareas
Users say their info in any language, any order. "My name is John, email john@example.com, born March 5th"
AI fills all detected fields. User reviews, edits if needed, and submits. You keep full control.
Users speak naturally. AI extracts structured JSON and fills every field.
"My name is Sarah Chen, email sarah@chen.com, checking in March 15th for 3 nights, double room, non-smoking"
{
"name": "Sarah Chen",
"email": "sarah@chen.com",
"check_in": "2026-03-15",
"nights": 3,
"room_type": "Double",
"smoking": false
}→ 6 form fields fill at once. Zero typing.
"Car accident March 1st, Toyota Camry 2022, front bumper damage"
→ Date, Vehicle, Year, Damage filled"Hi, I'm Maria from Berlin, maria@startup.de, need help with React forms"
→ Name, City, Email, Message filled"Anna Mueller, born Jan 12 1985, allergic to penicillin, taking metformin"
→ Name, DOB, Allergies, Medications filledClick the mic button, speak naturally, and watch the form fill itself
The demos below show three real-world forms — hotel booking, contact, and dental appointment — each filled from a single spoken sentence. In the hotel booking demo, a visitor says "John Smith, john@example.com, checking in March 20th, checking out March 25th, 2 adults, double room" and TypelessForm fills all 6 fields simultaneously in a single AI pass. The widget works by first transcribing speech via OpenAI Whisper (96% accuracy across 25+ languages), then using GPT-4o to extract named entities and map each value to the correct form field — first name, last name, email, dates, guest count, and room type all in a single AI pass. No field-by-field dictation. No clicking between inputs. The same one-shot approach works for any HTML form: text, email, tel, date, select, and textarea fields are all supported.
We scan forms, localize hints to the user, and ignore sensitive fields.
TypelessForm provides six core capabilities for HTML form voice input. Voice recognition in 25+ languages lets users speak in any language — English, Spanish, German, French, Arabic, Japanese, and more — while the form fills in the language it was built in. Universal form compatibility means it works with any HTML form: standard inputs, Angular reactive forms, Vue components, React-controlled fields, and WordPress plugins — no refactoring needed. One-shot field mapping fills every detected field simultaneously from a single spoken sentence, rather than field-by-field dictation. Privacy-first processing means audio is transcribed and immediately discarded; no voice recordings are stored. Review-before-submit gives users full control — all filled fields are editable before submission. GDPR-compliant API key architecture ensures each site owner's data is isolated with per-key rate limits and usage analytics.
Understands natural speech. Users speak in their language, forms get filled in the form's language.
Drop-in script. Auto-detects fields. React, Vue, Angular, WordPress, plain HTML — no changes needed.
Voice is faster than typing on small keyboards. Optimized for touch screens and on-the-go usage.
Passwords, card numbers, SSN, OTP codes — automatically excluded. GDPR compliant. No voice data stored.
Hints appear next to fields in the user's language. "Say your name", "Tell us your email" — contextual help.
Real-time field detection and one-shot auto-fill from a single voice utterance. No page reload needed.
Simple integration process — no technical expertise required
Sign up in seconds via Google in our developer portal. You'll get a free API key instantly — no credit card, no approval wait.
Paste a single line of HTML before </body>. Works with any website — React, Vue, Angular, WordPress, plain HTML. No build step needed. If your site uses a Content-Security-Policy, just add our domains to it (see FAQ).
A mic button appears on your forms. Visitors click, speak naturally in any of 25+ languages, and AI fills every detected field automatically.
No setup fees. Cancel anytime. Upgrade when you grow.
Try TypelessForm at no cost
Perfect for small websites
For growing businesses
For large organizations
Yes. TypelessForm works with standard HTML forms on any website. Your users speak naturally, and the system fills the corresponding input fields — without requiring changes to your backend or form structure.
Under 5 minutes. Add our script tag to your page and configure your API key. Works with npm install and one line of code. No complex setup required.
CSP note: Most sites don't need this. But if your site uses a Content-Security-Policy — don't replace it, just add our domains where your CSP is configured (<meta> tag, firebase.json, nginx.conf, WordPress functions.php, or CDN dashboard). The ... below means your existing domains — keep them!
connect-src ... https://europe-central2-ai-form-copilot-eu.cloudfunctions.net; media-src ... blob:;
25+ languages including English, Spanish, French, German, Italian, Portuguese, Russian, Chinese, Japanese, Arabic, Polish, and many more. Voice recognition works seamlessly across all.
Yes. We use encryption, comply with GDPR, and never store personal voice data. Passwords, card numbers, SSN, and other sensitive fields are automatically excluded from processing.
Absolutely. TypelessForm is optimized for mobile devices and tablets. Voice input is especially effective on mobile — speaking is faster than typing on small keyboards.
Contact forms, registration forms, checkout forms, surveys, booking forms, and any custom form. It auto-detects text inputs, emails, phone fields, dates, textareas, and more.
96% accuracy in optimal conditions. The AI uses OpenAI Whisper for transcription and GPT for intelligent field mapping, handling accents, abbreviations, and natural speech patterns.
Free pilot with 200 fills. Paid plans start at $29/month for 800 fills. No setup fees, cancel anytime. Enterprise plans at $199/month with dedicated support.
TypelessForm is the one-shot voice form filling widget for HTML forms. It enables users to fill multiple form fields simultaneously by speaking a single sentence. The widget uses OpenAI Whisper for speech recognition and GPT for intelligent field mapping, automatically detecting form fields on any web page via DOM analysis.
Start with 200 free fills. No credit card required.
Get Your Free API Key