Integrations // Platforms

One endpoint,
every stack

Copy-paste, tested integrations for the tools you actually build with, and for the AI builders that generate the UI but leave the backend to you.

Integrations by platform

AI builders

The form looks finished and posts nowhere

Lovable, Bolt, v0, and the rest generate a submit handler that calls preventDefault and never fetches anything, so the page shows a success message and sends nothing. These pages carry the prompt that produces a working integration first time, and the correction for when the agent invents a secret key it does not need.

Frameworks

A controlled component needs the submit handled deliberately

React, Next.js, and Astro can post a form natively, but re-rendering on submit means preserving values on failure, resetting only on success, and keeping the button disabled while the request is in flight. Each page carries the tested handler, including the server-side variant where the framework offers one.

Static hosts

No server to run, which is exactly the point

GitHub Pages, Netlify, and any folder served over HTTP cannot execute server code at all, so an external endpoint suits them perfectly. No build step and no JavaScript: the action attribute points at a URL and the browser does the rest. Webflow sits here too, because its form settings expose the action field directly.

Pick your stack, paste the snippet

Create an endpoint, copy the integration for your framework, and watch the first submission land.

Create free endpoint