Point a plain HTML form at Drin. Submissions arrive as email — spam-filtered, optionally auto-replied, every entry captured. No backend, no serverless function, no key in your markup.
Works on static sites · No client library

Create a form in the dashboard, paste the action URL onto a normal HTML form, ship it. The endpoint takes form-encoded or JSON POSTs — from a static site, a landing page, anywhere.
<!-- a plain form. no JavaScript, no backend. --> <form method="POST" action="https://api.drin.run/f/contact-9fK2"> <input name="email" type="email" required> <textarea name="message"></textarea> <button type="submit">Send</button> </form>
A honeypot field, an origin allowlist and per-form rate limiting filter bots before anything becomes email.
Each submission arrives in your inbox as a formatted email and is stored in the dashboard — a missed notification never means a lost lead.
Send the submitter an instant confirmation from your own domain — no extra wiring.