Zero-friction to start
Pick any form ID and POST to it — no signup, no API call first. Claim it later to see submissions in a dashboard.
Point a <form> at a BootForm endpoint and it just works — no backend code, no account required until you're ready to claim it.
Drop this into any page — no account needed yet:
<form action="https://f.bootform.com/{your-form-id}" method="POST">
<input name="email" type="email">
<textarea name="message"></textarea>
<button type="submit">Send</button>
</form>Any form ID works the first time someone submits it. BootForm holds the submission until you claim the form — sign up (or log in), visit app.bootform.com/claim/{your-form-id}, and from then on it's a normal, owned form with a dashboard, notifications, and every setting below.
BootForm ships an MCP server so an AI coding agent — Claude Code or similar — can create and configure a form without you touching the dashboard:
bootform_create_form → bootform_get_snippet → bootform_add_email / bootform_add_discordConnect at https://mcp.bootform.com/sse with an account API key. For an agent to understand BootForm without reading this page, there's also llms.txt (a short overview) and llms-full.txt (the complete API + MCP reference) — both written directly against the real API, not aspirational copy.