{"id":16159287,"url":"https://github.com/cstrnt/formzy","last_synced_at":"2025-05-06T19:10:31.051Z","repository":{"id":97719409,"uuid":"294034825","full_name":"cstrnt/formzy","owner":"cstrnt","description":"Static Form Submissions Made Easy (and free!)","archived":false,"fork":false,"pushed_at":"2020-10-06T14:28:25.000Z","size":306,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-02T20:48:11.419Z","etag":null,"topics":["fetch","form","forms","hacktoberfest","html","submission-post-processing"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cstrnt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-09T07:21:59.000Z","updated_at":"2021-12-10T17:04:01.000Z","dependencies_parsed_at":"2023-07-06T17:01:32.889Z","dependency_job_id":null,"html_url":"https://github.com/cstrnt/formzy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cstrnt%2Fformzy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cstrnt%2Fformzy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cstrnt%2Fformzy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cstrnt%2Fformzy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cstrnt","download_url":"https://codeload.github.com/cstrnt/formzy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252752061,"owners_count":21798723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["fetch","form","forms","hacktoberfest","html","submission-post-processing"],"created_at":"2024-10-10T01:58:04.393Z","updated_at":"2025-05-06T19:10:30.994Z","avatar_url":"https://github.com/cstrnt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Stormzy Logo](https://raw.githubusercontent.com/cstrnt/formzy/master/logo.png)\n\n# Form Submissions Made Easy\n\n## Usage\n\nAfter you created a Form in the UI you will get unique URL where you can submit your Forms to. You can either add it to a plain form like this\n\n```html\n\u003cform action=\"https://example.com/api/f/1\" method=\"POST\"\u003e\u003c/form\u003e\n```\n\nor submit the data using a POST Request using `fetch` like this\n\n```js\nfetch('https://example.com/api/f/1', {\n  method: 'POST',\n  headers: {\n    'Content-Type': 'application/json',\n  },\n  body: JSON.stringify({ number: 42 }),\n})\n```\n\n## Deployment\n\nIf you want to try out Formzy just click the button below\n\u003cbr /\u003e\n\u003cbr /\u003e\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/cstrnt/formzy/tree/master)\n\n\u003cbr\u003e\n\nAfter the App is deployed go to the settings panel in heroku and click _Reveal Config Vars_. Add a new Key/Value pair like this\n\n**KEY**\n\n`APP_URL`\n\n**VALUE**\n\n` https://\u003cyour_heroku_app_name\u003e.herokuapp.com`\n\ne.g.\n`https://formzy-demo.herokuapp.com`\n\nYour app will then reload and you are good to go!\n\n## Motivation\n\nI personally never knew what I should do with form submissions. It was quite obvious in the PHP days but I always struggled to find an easy to use solution in the modern JS world. Therefore I create **Formzy** which makes Form Submissions so easy that you never have to worry about it ever again.\n\n## Features\n\n- Form Submissions using `fetch`\n- Form Submissions using `\u003cform\u003e`\n- Multi-User Access\n- Spam detection\n- Denylisting\n- GDPR compliant\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcstrnt%2Fformzy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcstrnt%2Fformzy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcstrnt%2Fformzy/lists"}