Simple Solution for Web Forms
Process forms from your websites without complex backend code. Just one line of HTML and you're done!
SimplyForms is a form backend service: point any HTML form at one endpoint and submissions are delivered straight to your inbox β no server code, no database. Submissions are never stored, so GDPR compliance is built into the architecture.
<form action="https://api.simplyforms.app/v1/forms/YOUR_ID"
method="POST">
<input name="name" placeholder="Name">
<input name="email" placeholder="Email">
<textarea name="message"></textarea>
<button type="submit">Send</button>
</form>Why Simply Forms?
Everything you need for form processing in one place
Quick Integration
Add forms to your pages in 2 minutes. Just change the action URL in your HTML.
Spam Protection
Built-in rate limiting on every plan, with privacy-first ALTCHA, Cloudflare Turnstile and Google reCAPTCHA available on paid plans.
Email Notifications
Automatic email sending with custom templates and support for multiple recipients.
File Uploads
Support for attachments up to 10MB with file type validation and drag & drop interface.
Rate Limiting
Automatic protection against abuse with configurable request limits.
REST API
Complete API for advanced usage with OpenAPI documentation and SDK.
How it Works
Three simple steps to a working form
Integration
Change the action URL in your existing form. No other changes needed.
<form action="https://api.simplyforms.app/v1/forms/YOUR_ID"
method="POST">
<input type="text" name="name" required>
<input type="email" name="email" required>
<textarea name="message"></textarea>
<button type="submit">Send</button>
</form>Done!
Your forms now work. Emails are sent automatically β no data is stored on our servers.
Try it in 30 seconds
No registration. No setup. Just copy the code and see how it works.
<form action="https://api.simplyforms.app/v1/forms/YOUR_ID"
method="POST">
<input type="text" name="name" required>
<input type="email" name="email" required>
<textarea name="message"></textarea>
<button type="submit">Send</button>
</form>Simple and Transparent Pricing
Choose the plan that best fits your needs. Start free.
Free
Perfect for testing and small personal projects
- 250 emails per month
- 1MB file upload limit
- No CAPTCHA (rate-limiting only)
- 50 form submissions per day
- Single domain only
- 30 API requests per minute
- Community support
No credit card required
Standard
Privacy-first protection out of the box β no third-party CAPTCHA account needed
- 2,500 emails per month
- 5MB file upload limit
- SimplyForms Protection (privacy-first, no third-party account)
- 500 form submissions per day
- Unlimited domains
- 60 API requests per minute
- Email support
Billed monthly
Extend
Advanced features for growing businesses
- 10,000 emails per month
- 50MB file upload limit
- SimplyForms Protection + Cloudflare Turnstile + Challenge
- Google reCAPTCHA v2 & v3
- 5,000 form submissions per day
- Unlimited domains
- 200 API requests per minute
- Custom email templates + subject
- Webhooks (opt-in metadata)
- Autoresponder
- Priority email support
Billed monthly
Enterprise
Custom limits and SLAs for organizations β coming soon
- Custom email & submission volumes
- Up to 500MB file uploads
- Everything from Extend plan
- Server-side validation rules
- Dedicated support & SLA
- Custom integrations
Available in a future release
Frequently Asked Questions
Answers to the most common questions about pricing and features
Start Using Simply Forms in 30 Seconds
Enter your email and get instant access to the simplest solution for web forms.
Built for developers who want forms without a backend.
