A monorepo containing libraries for seamless form integration with Formspree via JavaScript and/or React.
Core submission client and types.
npm install @formspree/core
# or
yarn add @formspree/core
# or
pnpm add @formspree/coreReact hooks and components for Formspree. Supports React 16.8, 17, 18, and 19.
npm install @formspree/react
# or
yarn add @formspree/react
# or
pnpm add @formspree/reactVanilla JavaScript library for declarative form handling. No framework required.
npm install @formspree/ajax
# or
yarn add @formspree/ajax
# or
pnpm add @formspree/ajax@formspree/core is included as a dependency of both @formspree/react and @formspree/ajax, so you don't need to install it separately.
For help and support please see the Formspree docs.
Please follow our contributing guidelines.
MIT