SDK Customization

Customize the appearance, branding, and behavior of the verification flow to match your brand.

Theme Configuration

Configure colors, typography, and spacing to match your brand identity:

theme-config.jsjavascript
Loading...

Dark Mode

Enable dark mode for a darker color scheme:

dark-mode.jsjavascript
Loading...

Branding Options

Add your logo and company name to the verification flow:

branding.jsjavascript
Loading...
Logo Requirements
Logos should be PNG or SVG format with transparent background. Maximum file size is 500KB. Recommended dimensions are 240x80 pixels for optimal display.

Custom Copy

Customize text and labels throughout the verification flow:

custom-copy.jsjavascript
Loading...

Localization

Support multiple languages with built-in localization:

localization.jsjavascript
Loading...

Flow Configuration

Customize which steps are included in the verification flow:

flow-config.jsjavascript
Loading...

UI Component Visibility

Control which UI elements are displayed:

ui-config.jsjavascript
Loading...

Custom CSS

For advanced customization, inject custom CSS:

custom-css.jsjavascript
Loading...
Caution
Custom CSS can break the verification flow if not used carefully. Test thoroughly across different browsers and devices.

Complete Example

Here's a complete customization example:

complete-example.jsjavascript
Loading...