The ClickTerm Web SDK lets you display clickwrap agreements to end users in your web application. It’s distributed as a single JavaScript file loaded via a script tag.Documentation Index
Fetch the complete documentation index at: https://docs.clickterm.com/llms.txt
Use this file to discover all available pages before exploring further.
Latest SDK versions: Web
2.2.1 · Android 2.1.1 — View changelogInstallation
Add the SDK script tag to your frontend app:The SDK is loaded from the ClickTerm CDN. No npm package is required.
Initialization
After loading the script, initialize the SDK with your App ID:Verify initialization
After callinginitialize(), you can immediately use ClicktermDialog methods. Without initialization, the SDK will throw an error when requesting a clickwrap.
Requirements
- The template must be Enabled in the dashboard
- The template must have at least one published content version in the Effective state
Next steps
ClicktermClient
Client initialization and configuration.
ClicktermDialog
Showing clickwrap dialogs and accepted content.
ClicktermDom
Inline clickwrap rendering (v2.2.0+).

