{"id":15515925,"url":"https://github.com/its-devtastic/formtastik","last_synced_at":"2025-03-28T19:23:11.742Z","repository":{"id":65858646,"uuid":"453059853","full_name":"its-devtastic/formtastik","owner":"its-devtastic","description":"Form API handler for Vercel Cloud projects","archived":false,"fork":false,"pushed_at":"2023-02-14T14:11:09.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T02:46:22.007Z","etag":null,"topics":["forms","serverless","vercel"],"latest_commit_sha":null,"homepage":"","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/its-devtastic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-01-28T12:30:14.000Z","updated_at":"2023-03-27T09:54:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"7470caee-9c8e-40b3-9fcc-9f945e9337b0","html_url":"https://github.com/its-devtastic/formtastik","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"f151c6f178bdf22ad6d75d920ea0f3b54030ab04"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-devtastic%2Fformtastik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-devtastic%2Fformtastik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-devtastic%2Fformtastik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-devtastic%2Fformtastik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/its-devtastic","download_url":"https://codeload.github.com/its-devtastic/formtastik/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246085996,"owners_count":20721284,"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":["forms","serverless","vercel"],"created_at":"2024-10-02T10:04:56.803Z","updated_at":"2025-03-28T19:23:11.662Z","avatar_url":"https://github.com/its-devtastic.png","language":"TypeScript","readme":"# Formtastik\nForm API handler for Vercel Cloud projects.\n\n## Installation\n\n```shell\nnpm i formtastik\n```\n\nAdd the following to your `next.config.js`\n\n```js\ntranspilePackages: [\"formtastik\"]\n```\n\n## Providers\n\n### Scaleway Transaction Email\n\nInstall the required dependency\n```shell\nnpm i @scaleway/sdk\n```\n\nCreate a file in the `api` directory with the following content:\n\n```js\nimport createFormHandler from \"formtastik\";\nimport scaleway from \"formtastik/providers/scaleway\";\n\nexport default createFormHandler({\n  providers: [scaleway],\n});\n```\nAdd the following environment variables to your .env file\n```dotenv\nSCW_ACCESS_KEY=XXX\nSCW_SECRET_KEY=XXX\nSCW_PROJECT_ID=XXX\nSCW_RECIPIENTS=joe@example.com,jane@example.com\nSCW_EMAIL_SUBJECT='New form submission'\nSCW_FROM_NAME='Your App'\nSCW_FROM_EMAIL=noreply@example.com\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-devtastic%2Fformtastik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fits-devtastic%2Fformtastik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-devtastic%2Fformtastik/lists"}