Install the Package
Add the WellPlayed React SDK to your project using your preferred package manager:Peer Dependencies
The React SDK requires the following peer dependencies to be installed in your project:Make sure you have React 19.0.0 or higher installed in your project. The SDK is built to work with modern React applications.
Key Dependencies
The SDK includes the following key dependencies that power its functionality:Authentication
@axa-fr/react-oidc for OpenID Connect authenticationRich Text
TipTap extensions for rich text content rendering
TypeScript SDK
@well-played.gg/typescript-sdk for API integrationApollo Client
GraphQL client for data fetching (included via TypeScript SDK)
Next Steps
Get your credentials
Obtain your App Client ID from the WellPlayed Console
Configure the provider
Set up the
WellPlayedProvider in your applicationLearn more about the provider →Add authentication
Implement OIDC authentication flowLearn more about authentication →