Your forms, powered by a few lines of code.
Stop building backends for contact forms. Falcosend provides a high-performance SDK to collect, validate, and route your submissions in milliseconds.
contact-form.tsx
import { FalcoSend } from 'falcosend-sdk';
const sdk = new FalcoSend({
url: 'https://api.falcosend.ellypad.com/submissions/create/',
submissionKey: 'myKey...'
});
const onSubmit = async (data) => {
await sdk.submit({
form_name: 'Form Name', // e.g. 'Contact Form'
data
});
};Zero to Live in seconds
A workflow designed for modern developers.
1. Initialize
Install via pnpm and drop in your submission key.
2. Capture
Connect your existing UI inputs to our .submit() method.
3. Deliver
Receive data instantly via your clean dashboard.
Built for scale
Everything you need,
nothing you don't.
- Intelligent Spam Shield
Native honeypot support to keep your inbox clean.
- Edge Delivery
Sub-millisecond routing across global nodes.
- Type-Safe SDK
Full TS support for autocompletion on every field.
99.9%
42ms
Extensibility
Integrate with your stack.
Slack
Email
Discord
Webhooks
Ready to stop over-engineering?
Join developers automating their form backends.