The simplest way to receive form submissions from any website — no tracking, no clutter, no account friction.
Create Your Form
Enter your email, and we'll send you a form endpoint instantly.
Why Winter Forms?
No Dashboard Needed
Create a form with just your email. No sign-up, no login, no password.
Instant Email Delivery
Every submission lands directly in your inbox. No checking another app.
Spam Protection
Built-in honeypot and rate limiting keeps bots away.
Drop-in Ready
Copy-paste HTML form code. Works with any website or framework.
Simple Pricing
All features included on every plan. You're only paying for the submissions you need.
Free
CA$0/month
100 submissions/month
No account required. Manage forms via magic link.
All Plans Include
- Unlimited forms
- Email notifications
- CSV export
- Spam protection
- Custom redirects
Prices shown in Canadian dollars. Also available in USD, EUR, GBP, INR, CNY, and JPY.
Example Usage
<form action="https://api.winterlude.dev/f/YOUR_FORM_ID" method="POST">
<input type="email" name="email" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<!-- Spam protection -->
<input type="text" name="honeypot" style="display:none">
<button type="submit">Send</button>
</form>
That's it. No JavaScript required. Works everywhere.