Skip to main content
Tesouro’s embedded components let you integrate the platform’s UI directly into your application. They’re available in two flavors — choose the approach that fits your stack:
  • React — ready-to-use React components connected to the Tesouro API.
  • Web components — framework-agnostic custom elements that drop directly into any HTML page.

React

Build your own UI using the React SDK. Wrap your app in EmbeddedProvider, then drop in any combination of components. Best for React and Next.js applications. Get started with React

Web components

Build your own UI using framework-agnostic custom elements loaded via a CDN script tag. No build step required — works with any frontend stack. Get started with web components

API-only

Full control — build everything from scratch using the REST API with no embedded UI. See Embedded Banking API or FinOps API for available endpoints.