{"id":28003058,"url":"https://github.com/adyen/adyen-platform-experience-web","last_synced_at":"2026-06-02T16:00:30.829Z","repository":{"id":285563782,"uuid":"593567563","full_name":"Adyen/adyen-platform-experience-web","owner":"Adyen","description":"Adyen Platform Experience components","archived":false,"fork":false,"pushed_at":"2026-05-26T20:05:28.000Z","size":25822,"stargazers_count":6,"open_issues_count":6,"forks_count":1,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2026-05-26T21:05:34.941Z","etag":null,"topics":["adyen","adyen-afp","adyen-components","adyen-for-platforms","components","components-library","embedded-finance","platforms"],"latest_commit_sha":null,"homepage":"https://docs.adyen.com/platforms/build-user-dashboards/","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/Adyen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2023-01-26T10:33:24.000Z","updated_at":"2026-05-26T15:27:34.000Z","dependencies_parsed_at":"2026-05-26T21:04:47.166Z","dependency_job_id":null,"html_url":"https://github.com/Adyen/adyen-platform-experience-web","commit_stats":null,"previous_names":["adyen/adyen-platform-experience-web"],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/Adyen/adyen-platform-experience-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adyen%2Fadyen-platform-experience-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adyen%2Fadyen-platform-experience-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adyen%2Fadyen-platform-experience-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adyen%2Fadyen-platform-experience-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adyen","download_url":"https://codeload.github.com/Adyen/adyen-platform-experience-web/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adyen%2Fadyen-platform-experience-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33829346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["adyen","adyen-afp","adyen-components","adyen-for-platforms","components","components-library","embedded-finance","platforms"],"created_at":"2025-05-09T01:48:54.609Z","updated_at":"2026-06-02T16:00:30.810Z","avatar_url":"https://github.com/Adyen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)\n\n# Adyen Platform Experience\n\n[![npm](https://img.shields.io/npm/v/@adyen/adyen-platform-experience-web.svg)](http://npm.im/@adyen/adyen-platform-experience-web)\n\nAdyen Platform Experience components provides you with the building blocks to create an interactive dashboard for your platform customers.\n\n## Contributing\n\nWe strongly encourage you to contribute to our repository.\n\nKeep in mind we merge every pull request into the `develop` branch. We aim to keep `develop` in good shape, which allows us to release a new version whenever we need to.\n\nFind out more in our [contribution guidelines](https://github.com/Adyen/.github/blob/master/CONTRIBUTING.md).\n\n## Requirements\n\n-   [Adyen test account](https://www.adyen.com/signup)\n-   [API key](https://docs.adyen.com/development-resources/how-to-get-the-api-key)\n\n## Installation\n\nWe only provide full support when you use one of these methods of installation.\n\n### Node package manager\n\n1. Install the [Adyen Platform Experience Node package](https://www.npmjs.com/package/@adyen/adyen-platform-experience-web):\n\n```sh\nnpm install @adyen/adyen-platform-experience-web --save\n```\n\n2. Import Adyen Platform Experience into your application:\n\n```js\nimport AdyenPlatformExperience from '@adyen/adyen-platform-experience-web';\n```\n\n## Development\n\nTo run the development environment:\n\n1. Clone [this repository](https://github.com/Adyen/adyen-platform-experience-web).\n2. In the `envs` folder, create a `.env` file following the example in [`env.default`](envs/env.default) and fill in the environment variables.\n3. Install the dependencies by running:\n\n```sh\nnpm install\n```\n\n4. Run the development environment, which starts a server listening on [http://localhost:3030](http://localhost:3030):\n\n```sh\nnpm start\n```\n\n## See also\n\n-   [Documentation](https://docs.adyen.com/platforms/components-overview/)\n-   [API Explorer](https://docs.adyen.com/api-explorer/)\n\n## Support\n\nIf you have a feature request, or spotted a bug or a technical problem, [create a GitHub issue here](https://github.com/Adyen/adyen-platform-experience-web/issues/new/choose). For other questions, contact our Support Team via [Customer Area](https://ca-live.adyen.com/ca/ca/contactUs/support.shtml) or via email: support@adyen.com\n\n## License\nMIT license. For more information, see the [LICENSE file](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadyen%2Fadyen-platform-experience-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadyen%2Fadyen-platform-experience-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadyen%2Fadyen-platform-experience-web/lists"}