AI form generator
Describe your form in plain English — "booking form with name, phone and a date" — and copy working HTML in seconds. Runs in your browser.
The utilities we reach for when building and debugging forms — polished up and made free for every developer. Focused, fast, and nothing to install.
These are 14 free, no-login browser tools for building and debugging HTML forms: generate a contact form visually, validate form markup, convert a form to JSON, test a form action URL or webhook payload, score spam, generate honeypot fields, and convert images or text to Base64. Everything runs locally in your browser.
Describe your form in plain English — "booking form with name, phone and a date" — and copy working HTML in seconds. Runs in your browser.
Build a contact form visually, copy production-ready HTML. Pick fields, set required, customize styling — get clean working code.
Paste form HTML, audit its honeypot, endpoint, CAPTCHA markers, accessibility, and spam resistance, then copy a safer version.
Paste form markup and generate a JSON schema, sample payload, detected fields, and splitforms-ready HTML.
Paste a form action URL, get reachability, status, CORS headers, POST acceptance, and detected backend (splitforms, Formspree, mailto:, localhost).
Generate a hidden anti-spam input with a chosen name, hiding technique, aria flags, and a visible test-mode snippet for verification.
Paste JSON, form-encoded, or query-string webhook payloads and inspect the parsed structure locally in your browser.
Paste form text and get a 0-100 spam score with a per-rule breakdown. Runs entirely in your browser.
Convert PNG, JPG, WebP, GIF, SVG, or AVIF images to Base64 data URLs locally in your browser. Copy HTML and CSS snippets.
Paste a Base64 data URI or raw Base64 to preview and download the decoded PNG, JPG, WebP, GIF, or SVG image. Detects format automatically.
Enter a direct image URL, fetch it in your browser, and get its Base64 data URL. Clear CORS error messaging when a host blocks cross-origin reads.
Decode Base64 to readable UTF-8 text or encode text to Base64. Toggle directions, live character counts, instant copy. Runs locally in your browser.
Build a mailto: URL with multiple recipients, CC, BCC, subject, and pre-filled body. Copy the URL or the full HTML <a> snippet.
Encode your email so spam scrapers can't read it but humans can still click. HTML entity, reversed-string, or split-concat methods.
Yes — all 14 tools are free with no login, no rate limits, and no watermarks. They run in your browser, and they're built by splitforms, the form backend with a free 500-submissions/month plan.
No. The validator, converters, spam scorer, and Base64 tools process everything locally in your browser. Only the form action URL tester makes a network request — to the URL you're testing.
Use the HTML form generator: pick fields, mark them required, choose a style preset, and copy production-ready HTML. Point the form action at any backend — or use splitforms free for 500 submissions a month.
Yes. The generator outputs standard semantic HTML that posts with a native form submit; HTML5 validation handles required fields with zero JS.
500 form submissions per month, no credit card. Drop one POST endpoint into any HTML form and submissions land in your dashboard. Free includes inbox delivery. Prefer starting from finished markup? Browse the free HTML form templates.