Back to home
Form backend for React developers
You already have a React app. You just need a place to send form submissions without maintaining a backend.
1. Keep your existing React form
With Boringform you don't need a special SDK or components. You keep your existing form, just change the action to your endpoint and submit with a normal POST.
2. Example: React form posting to Boringform
Once you have your endpoint (from the homepage), wiring it into a React component looks like this:
{`function ContactForm() {
return (
);
}`}
3. Handle submissions in your tools
Submissions are delivered to your inbox and/or a webhook. Use that webhook to plug into your existing stack: queue workers, CRMs, or serverless functions. Boringform stays as the thin, reliable edge that accepts the POST from the browser.
Want to try it on your React app without setting up a backend?
Get your form endpoint