https://github.com/adyen/adyen-platform-experience-web
Adyen Platform Experience components
https://github.com/adyen/adyen-platform-experience-web
adyen adyen-afp adyen-components adyen-for-platforms components components-library embedded-finance platforms
Last synced: 10 days ago
JSON representation
Adyen Platform Experience components
- Host: GitHub
- URL: https://github.com/adyen/adyen-platform-experience-web
- Owner: Adyen
- License: mit
- Created: 2023-01-26T10:33:24.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-05-08T19:12:58.000Z (10 days ago)
- Last Synced: 2025-05-09T01:48:45.446Z (10 days ago)
- Topics: adyen, adyen-afp, adyen-components, adyen-for-platforms, components, components-library, embedded-finance, platforms
- Language: TypeScript
- Homepage: https://docs.adyen.com/platforms/build-user-dashboards/
- Size: 10 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README

# Adyen Platform Experience
[](http://npm.im/@adyen/adyen-platform-experience-web)
Adyen Platform Experience components provides you with the building blocks to create an interactive dashboard for your platform customers.
## Contributing
We strongly encourage you to contribute to our repository.
Keep 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.
Find out more in our [contribution guidelines](https://github.com/Adyen/.github/blob/master/CONTRIBUTING.md).
## Requirements
- [Adyen test account](https://www.adyen.com/signup)
- [API key](https://docs.adyen.com/development-resources/how-to-get-the-api-key)## Installation
We only provide full support when you use one of these methods of installation.
### Node package manager
1. Install the [Adyen Platform Experience Node package](https://www.npmjs.com/package/@adyen/adyen-platform-experience-web):
```sh
npm install @adyen/adyen-platform-experience-web --save
```2. Import Adyen Platform Experience into your application:
```js
import AdyenPlatformExperience from '@adyen/adyen-platform-experience-web';
```## Development
To run the development environment:
1. Clone [this repository](https://github.com/Adyen/adyen-platform-experience-web).
2. Create a `.env` file on your project's root folder following the example in [`env.default`](envs/env.default) and fill in the environment variables.
3. Install the dependencies by running:```sh
npm install
```4. Run the development environment, which starts a server listening on [http://localhost:3030](http://localhost:3030):
```sh
npm start
```## See also
- [Documentation](https://docs.adyen.com/platforms/components-overview/)
- [API Explorer](https://docs.adyen.com/api-explorer/)## Support
If 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: [email protected]
## License
MIT license. For more information, see the [LICENSE file](LICENSE).