{"id":13406238,"url":"https://github.com/formspree/formspree-js","last_synced_at":"2026-03-17T21:04:39.306Z","repository":{"id":39726213,"uuid":"278469725","full_name":"formspree/formspree-js","owner":"formspree","description":"The fastest way to hook up a React form","archived":false,"fork":false,"pushed_at":"2026-03-16T20:32:56.000Z","size":1438,"stargazers_count":75,"open_issues_count":7,"forks_count":16,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-03-17T07:24:19.437Z","etag":null,"topics":["formspree","jamstack","react","serverless"],"latest_commit_sha":null,"homepage":"https://formspree.io/javascript","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/formspree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-07-09T20:59:36.000Z","updated_at":"2026-03-16T20:32:08.000Z","dependencies_parsed_at":"2024-01-04T02:41:23.553Z","dependency_job_id":"c735aae0-1c1c-46dd-bfa4-7b15769d2f7a","html_url":"https://github.com/formspree/formspree-js","commit_stats":null,"previous_names":["formspree/formspree-react"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/formspree/formspree-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formspree%2Fformspree-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formspree%2Fformspree-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formspree%2Fformspree-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formspree%2Fformspree-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/formspree","download_url":"https://codeload.github.com/formspree/formspree-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formspree%2Fformspree-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30631435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["formspree","jamstack","react","serverless"],"created_at":"2024-07-30T19:02:24.936Z","updated_at":"2026-03-17T21:04:39.302Z","avatar_url":"https://github.com/formspree.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Formspree JS\n\nA monorepo containing libraries for seamless form integration with [Formspree](https://formspree.io/) via JavaScript and/or React.\n\n## Packages\n\n### `@formspree/core`\n\nCore submission client and types. Provides `createClient`, `getDefaultClient`, `SubmissionError`, and submission types.\n\n```sh\nnpm install @formspree/core\n\nyarn add @formspree/core\n\npnpm add @formspree/core\n```\n\n### `@formspree/react`\n\nReact hooks (`useForm`, `useSubmit`) and components (`ValidationError`) built on top of core.\n\n**Prerequisites:** React 16.8 or higher.\n\n```sh\nnpm install @formspree/react\n\nyarn add @formspree/react\n\npnpm add @formspree/react\n```\n\n_Note: `@formspree/core` is a dependency of `@formspree/react`, so you don't need to install it separately._\n\n### `@formspree/ajax`\n\nVanilla JavaScript library for declarative form handling with plain HTML forms. No framework required — use data attributes and a single `initForm()` call, or load via a script tag with the `window.formspree()` global API.\n\n```sh\nnpm install @formspree/ajax\n\nyarn add @formspree/ajax\n```\n\n_Note: `@formspree/core` is a dependency of `@formspree/ajax`, so you don't need to install it separately._\n\nOr via CDN (no bundler needed):\n\n```html\n\u003cscript\u003e\n  window.formspree =\n    window.formspree ||\n    function () {\n      (formspree.q = formspree.q || []).push(arguments);\n    };\n  formspree('initForm', { formElement: '#my-form', formId: 'YOUR_FORM_ID' });\n\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/@formspree/ajax@1\" defer\u003e\u003c/script\u003e\n```\n\nSee the [@formspree/ajax README](./packages/formspree-ajax/README.md) for full documentation.\n\n## Help and Support\n\nFor help and support please see [the Formspree React docs](https://help.formspree.io/hc/en-us/articles/360055613373).\n\n## Contributing\n\nPlease follow our [contributing guidelines](./CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformspree%2Fformspree-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformspree%2Fformspree-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformspree%2Fformspree-js/lists"}