Form Submissions Without the Backend Hassle
A form submission backend for static websites. Add a single endpoint to your HTML, and get submissions delivered to your email, Discord, Slack, or WhatsApp — in under five minutes.
Drop into any static site
<form action="https://staticsend.app/api/submit/form_id" method="POST">
<input type="text" name="name" placeholder="Your name" required />
<input type="email" name="email" placeholder="Your email" required />
<textarea name="message" placeholder="Message" required />
<input type="text" name="_gotcha" style="display:none" tabindex="-1" />
<button type="submit">Send</button>
</form>No JavaScript required. Works with any HTML form.
Everything you need
Zero-config integration
Copy one endpoint URL into your form action. No SDK, no npm install, no build step. Works with plain HTML.
Multi-channel delivery
Get submissions via Email, Discord, Slack, or WhatsApp. Configure as many channels per form as you need.
Spam protection built in
Honeypot fields block bots silently. Optional hCaptcha integration for additional protection. No spam in your inbox.
Automatic retries
Failed deliveries retry up to three times with exponential backoff. You’ll never miss a submission.
Any framework, any site
Static HTML, Astro, Hugo, Eleventy, Next.js, SvelteKit — if it can POST, it works.
Developer-first dashboard
View submissions, inspect delivery logs, export data. Built for devs who want control without complexity.