Frontend SDKs
Frontend SDKs
Drop-in payment UI for the web and native mobile.
The frontend SDKs handle the user-facing parts of payments: card entry, wallet checkout, payment elements, and tokenization. They never touch secret keys — pair them with a Backend SDK or your own server.
JavaScript
Vanilla JS, framework-agnostic. Use with Vue, Svelte, Angular, HTMX, or no framework at all.
React
React-specific bindings — hooks, providers, and composable form elements.
React Native
Native iOS and Android with Apple Pay and Google Pay support.
Architecture
All three frontend SDKs share a single core (@easylabs/common) for the
HTTP client, types, and tokenization logic. You don't install
@easylabs/common directly — it's a transitive dependency of the SDK you
choose.