Skip to content
@formsreach

FormsReach

Form backend for the modern web. Collect submissions, route to WhatsApp, email & webhooks.

FormsReach

Form backend and contact form API for the modern web.

Collect HTML and framework form submissions without running your own server. Route leads to email, WhatsApp (official Meta WhatsApp Business API), Telegram, Discord, webhooks, and Google Sheets from a shared monthly credit pool.

Product:formsreach.com · App:app.formsreach.com


Why FormsReach?

Teams still need a contact form API, HTML form backend, and form to WhatsApp / email path without PHP or a custom Node server. FormsReach is that hosted form endpoint:

You needFormsReach
Contact form API / form backendPublic submit URL per form + dashboard
Static site / Next / Vue formsOfficial SDKs + Raw HTML POST
WhatsApp for enquiriesMeta Cloud API delivery (plan-gated)
Multi-channel routingEmail, Telegram, Discord, webhooks, Sheets, workflow rules
Visual form designForm builder + hosted embed
Spam filteringServer honeypot + time-trap; SDKs auto-inject control fields

Not for: WhatsApp marketing blasts, website chatbots, or unofficial WhatsApp tools.


Open source

RepositoryWhat it is
formsreach/sdkOfficial clients: @formsreach/js, @formsreach/react, @formsreach/vue (CDN + npm). Auto spam field inject from v0.2.0.
formsreach/skillsAI coding agent skill (Claude Code, Cursor, Codex, …) for integrating FormsReach correctly.

npm:

CDN:

https://unpkg.com/@formsreach/js/dist/formsreach.min.js

Quick start

1. Raw HTML form POST

<formaction="https://api.formsreach.com/submit" method="POST"><inputtype="hidden" name="api_key" value="YOUR_API_KEY" /><inputtype="text" name="name" required/><inputtype="email" name="email" required/><textareaname="message" required></textarea><buttontype="submit">Submit</button></form>

Get a free API key at app.formsreach.com. Configure email, WhatsApp, and other channels in the dashboard after submit works.

2. JavaScript CDN

<scriptsrc="https://unpkg.com/@formsreach/js/dist/formsreach.min.js"></script><script>FormsReach.init({apiKey: 'YOUR_API_KEY'});</script><formdata-formsreach><inputtype="text" name="name" required/><inputtype="email" name="email" required/><textareaname="message" required></textarea><buttontype="submit">Submit</button></form>

React / Next: @formsreach/reactuseFormsReach. Vue / Nuxt: @formsreach/vueuseFormsReach. See the SDK README.


Product links (SEO / docs)

ResourceURL
Homepagehttps://formsreach.com
Documentationhttps://docs.formsreach.com/
Dashboardhttps://app.formsreach.com
Pricing (machine-readable)https://formsreach.com/pricing.json
Pricing (markdown)https://formsreach.com/pricing.md
AI / LLM briefhttps://formsreach.com/llms.txt
Integrationshttps://formsreach.com/integrations/
Submit APIPOST https://api.formsreach.com/submit

Keywords we care about (product category): contact form API, HTML form backend, form to WhatsApp, form API for static sites, Formspree alternative, Webflow / WordPress form backend, React Next.js form endpoint.


For AI coding agents

Install the FormsReach skill so agents wire the official endpoint and SDKs instead of inventing backends:

npx skills add formsreach/skills

Source: formsreach/skills


Pricing (summary)

Monthly credits meter accepted submissions, email notifications, and WhatsApp (by country band). Webhooks are free. Plans include Free, Starter, Pro, and Agency — always confirm current numbers on pricing.json.


Contact

formsreach.com · sdk · skills

Pinned Loading

  1. sdksdkPublic

    Official FormsReach client SDKs for JavaScript, React, and Vue - drop-in form backend for static sites and modern frameworks

    TypeScript 1

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…