Everything you need to know about PactTailor features.
After generating a contract, use the Publish button to create a hosted license page and get an embeddable badge for your storefront.
<a href="https://pacttailor.com/l/YOUR-SLUG" target="_blank" rel="noopener">
<img src="https://pacttailor.com/api/badge/YOUR-SLUG"
alt="Licensed via PactTailor" height="20" />
</a><script src="https://pacttailor.com/api/badge/YOUR-SLUG/widget" async></script>
The widget script injects the badge automatically. Supports ?style=shield|pill|minimal.
[](https://pacttailor.com/l/YOUR-SLUG)
YOUR-SLUG with your actual contract slug (visible on the contract page and in the Publish modal).| Style | URL param | Description |
|---|---|---|
| Shield (default) | ?style=shield | Badge image + link |
| Pill | ?style=pill | Badge + "Verified License" chip |
| Minimal | ?style=minimal | Plain text link underlined |
Every published contract gets a public URL at https://pacttailor.com/l/YOUR-SLUG. Buyers can read the full contract, check the provenance hash, and accept the terms — their name, email, IP address, and timestamp are recorded.
When a buyer visits your license page and clicks Accept License, PactTailor records:
View all acceptances on your Dashboard.
Each hosted license page includes DigitalDocument JSON-LD schema and hreflang tags for discoverability.
Every PactTailor contract has a SHA-256 hash computed from the template, clause set, jurisdiction, and filled content. Use this hash to verify the document hasn't been tampered with.
GET https://pacttailor.com/api/verify?hash=SHA256_HASH
# Returns: { verified: true, contractId, templateSlug, version, generatedAt }The provenance_chain field in the JSON-LD export records every template version and clause hash in order, creating an immutable audit trail.
| Format | Description | Use case |
|---|---|---|
| Print-ready, human-readable | Send to clients, print for records | |
| HTML | Styled web document | Embed in your website |
| Markdown | Plain text format | GitHub READMEs, documentation |
| JSON-LD | Structured data with provenance | Verifiable, machine-readable |
| Plain text | Unstyled text | Copy-paste anywhere |
⚠️ PactTailor templates are not legal advice. Read our disclaimer. Questions? hello@pacttailor.com