Appearance
Login with custom UIs
Privy allows you to use your own UIs when logging users in, supporting a fully customized product experience in your app. Please note this is a Pro Tier feature. To use custom UIs, please upgrade your account in the Privy Dashboard.
Check out our whitelabel starter repo and demo to see an example implementation of Privy's whitelabel functionality. The demo is built in React, but Privy supports whitelabeling across all SDKs.
TIP
As an alternative to fully whitelabeling the flow, you can also customize the appearance of all Privy UIs using CSS overrides.
INFO
When using headless authentication methods the embeddedWallets.createOnLogin
setting is not honored. Instead, you will need to call createWallet
from usePrivy()
after a user is logged in successfully.