ClickTerm is a clickwrap agreement platform that captures, manages, and proves user consent online by turning each “I Agree” action into a legally binding record with timestamps, user identity, and agreement version.
What is ClickTerm?
ClickTerm is a clickwrap software product that makes “I Agree” actions legally binding by recording the exact terms shown, the time of acceptance, and the user behind it. It takes agreement templates (Terms of Service, Privacy Policy, EULA, etc.) as input and produces a signed Certificate of Acceptance with an immutable audit trail for each user. The platform runs on AWS eu-west-1 in Dublin, Ireland, is built by ClickTerm Ltd., and is governed by GDPR.
Key Features
- Clickwrap template editor — Write and version agreements in a dashboard editor with support for placeholders (e.g.,
{{fullName}}, {{company}}) and live publishing.
- PAdES-signed acceptance certificates — Every acceptance generates a verifiable certificate conforming to the EU PAdES standard, admissible in court proceedings.
- Full audit trail — Every event stores IP address, device metadata, browser fingerprint, and timestamp in tamper‑proof, encrypted storage (256‑bit AES at rest and in transit).
- Web, Android, and React Native SDKs — Drop‑in SDKs (TypeScript/JavaScript, Java, React Native TypeScript) that open the acceptance modal inside your app; supports REST API for verification.
- Automatic reacceptance flows — When terms are updated, returning users are prompted to accept the new version without custom development.
- Searchable event log — Find any acceptance record by user ID, date, or agreement ID in seconds from the dashboard.
- 99.99% uptime SLA — Compliance‑grade infrastructure with guaranteed availability on Premium and Enterprise plans.
Who is it for?
- Legal teams — Draft, version, and publish clickwrap agreements from the dashboard without engineering tickets; retrieve specific acceptance records on demand for audits or disputes.
- Product and engineering teams — Integrate the SDK or REST API in hours (not months) to add legally binding consent flows to web or mobile apps.
- Compliance officers — Demonstrate clear presentation, affirmative action, and immutability to regulators and courts using the built‑in audit trail and certificates.
- SaaS and e‑commerce businesses — Capture enforceable consent for Terms of Service, Privacy Policies, Return Policies, and Data Processing Agreements at sign‑up or checkout.
What can you do with ClickTerm?
- Terms of Service acceptance — Show the full agreement text before the user clicks “I Agree” and store a signed record with version history.
- Privacy Policy updates — Publish a new version and automatically prompt existing users to re‑accept; the system tracks who accepted which version and when.
- EULA for mobile apps — Use the Android or React Native SDK to present the End‑User License Agreement without leaving the app, with the same audit trail as the web SDK.
- Data Processing Agreements (DPA) — Capture vendor consent with placeholders for company name and email, then verify the signature server‑side via the REST API.
How does it work?
- Create an app — Register in the ClickTerm dashboard, get an App ID and App Key.
- Build a template — Write the agreement text in the editor, add placeholders, and publish the live version.
- Show the modal — Include the SDK and call
ClicktermDialog.show() with the end‑user ID, template ID, and optional placeholders.
- Verify and record — Send the returned signature to your backend, call the Verify API, and download the Certificate of Acceptance for that event.
The acceptance flow opens inside your product (similar to reCAPTCHA), so users never leave your UI.