What is Farvane?
Farvane is a serverless form backend: you paste an access_key into your HTML or framework, the browser submits the form directly to Farvane, and we filter spam and relay the submission to you by email. You don't need to write or deploy any backend of your own.
Every form in your account has its own access_key. You get one by creating a free account and a form from the dashboard — no card required to try it.
Create a free account and get your access_keyFramework guides
Pick your framework and copy the example. Replace YOUR_ACCESS_KEY_HERE with your real access_key from the dashboard.
- HTMLPlain HTML form, no JavaScript.
- ReactFunction component using fetch and FormData.
- Next.jsApp Router client component.
- VueSingle-File Component with the Composition API.
- AstroNative HTML form inside an .astro component.
- WordPressCustom HTML block in Gutenberg.
- WebflowEmbed element with a native HTML form.
Reference
The endpoint's technical contract, customization settings, and troubleshooting.