Last updated:
The Formcentric Client SDK is intended for programmatic integration projects using single-page applications and modular frontends.
The Formcentric Client SDK is based on mount() from @formcentric/client.
Unlike traditional legacy embedding via formcentric.js, formapp.js, data-fc-* attributes and window.formcentric.initFormcentric(), the SDK integration is entirely configuration-based. The target element and configuration are explicitly passed to mount().
As such, the SDK is the recommended integration path for framework adapters, project-specific wrappers and direct app integration projects.