The missing backend for your frontend
Forms
without the
backend.
FORX turns any form or event into a production-ready API endpoint. No servers. No boilerplate. Just ship.
<form action="https://forx.dev/f/abc123" method="POST">
<input name="email" type="email" required />
<textarea name="message"></textarea>
<button type="submit">Send</button>
</form>Three steps.
No backend.
Point your form
Connect any HTML form, JavaScript event, or API request to a FORX endpoint.
FORX processes it
We validate, store, transform, and secure every submission automatically.
Take action
Send to your tools, trigger a webhook, or build an automation. Your data, your rules.
Built for shipping
From first line
to live data.
FORX gives you a clean endpoint and gets out of the way. Use the tools you already know, with the observability you wish they had.
Read the docs<form action="https://forx.dev/f/abc123" method="POST">
<input name="email" type="email" required />
<textarea name="message"></textarea>
<button type="submit">Send</button>
</form>Overview
Good morning, developer.
200 OK201 Created201 CreatedA payload you can trust
Every submission
arrives complete.
Consistent shape, timestamps, request IDs, and metadata included. No more guessing what happened between the browser and your database.
{
"id": "evt_01H8X...",
"endpoint": "contact-form",
"created_at": "2024-03-12T14:22:01Z",
"data": {
"email": "dev@example.com",
"message": "Hello from FORX"
}
}Two plans.
Nothing else.
Start free with the essentials, then move to Pro when you need volume, automations, and longer retention. Set up billing and webhooks in Bachs docs.
The essentials for small projects.
Start free- 1,000 submissions / month
- 1 active endpoint
- 1 webhook destination
- 1-day data retention
- No automations
- No team members
Everything unlocked for growing products.
Go Pro- 100,000 submissions / month
- Unlimited endpoints
- Unlimited webhooks + retries
- 90-day data retention
- Automations and email routing
- Team members and audit log
Your next feature is waiting
Ship the frontend.
FORX the rest.
Create your account to start building with FORX.
Create your account