> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/products/idv-suite/flujos-and-integraciones/configuracion-tecnica-del-cliente/solucion-web/sdk-loader-idv.md).

# Low-code: SDK Loader

The **SDK Loader** (`@facephi/sdk-loader`) provides a lightweight way to dynamically load and initialize the Facephi SDK from the CDN. The package `@facephi/sdk-web-wc` is loaded at runtime, it is not included in your application's bundle.

This library will handle executing the Flow associated with the API Key, generated in IDV Suite.

## Key features

* **Dynamic loading from CDN**: It automatically loads `@facephi/sdk-web-wc` from the CDN at runtime.
* **Zero impact on bundle size**: The SDK is not included in your application's bundle.
* **Simple API**: You only need to call `loadSdk()` with your API key.
* **TypeScript support**: Includes full type definitions.

## Getting started and guides

* [**Quick start**](/docs.facephi-en/products/idv-suite/flujos-and-integraciones/configuracion-tecnica-del-cliente/solucion-web/sdk-loader-idv/inicio-rapido.md): Overview of the SDK Loader, prerequisites and essential information to get started.
* [**Integration guide**](/docs.facephi-en/products/idv-suite/flujos-and-integraciones/configuracion-tecnica-del-cliente/solucion-web/sdk-loader-idv/integracion.md): Step-by-step installation and integration instructions.

## Settings

* [**SDK configuration**](/docs.facephi-en/products/idv-suite/flujos-and-integraciones/configuracion-tecnica-del-cliente/solucion-web/sdk-loader-idv/configuracion-del-sdk.md): Complete list of configuration options for the function `loadSdk`.

## Framework integrations

The SDK Loader can be integrated into any modern framework. In addition, there are specific guides available:

* [**Next.js integration**](/docs.facephi-en/products/idv-suite/flujos-and-integraciones/configuracion-tecnica-del-cliente/solucion-web/sdk-loader-idv/integrations/nextjs.md): Guide to integrating the SDK Loader into Next.js applications.

## Additional resources

* [**Programming examples repository on GitHub**](https://github.com/facephi/sdk-web-examples): Collection of example implementations for different frameworks.
