Generate legal & compliance documents
generate_legal_docsGenerates tailored Privacy Policy, Terms of Service, and Cookie Policy templates with a region-aware compliance checklist based on your app's data and regions.
Instructions
Generates tailored legal document templates (Privacy Policy, Terms of Service, Cookie Policy) plus a region-aware compliance checklist (GDPR, CCPA/CPRA, DPDP, COPPA, PCI-DSS). Ask the USER for the inputs first - especially regions and what personal data the app collects. Write the returned documents into the app as /privacy, /terms (and /cookies) pages and implement the compliance checklist items. Always tell the user these are templates, not legal advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Company or person operating the app | |
| appName | Yes | ||
| regions | Yes | Where users are located, e.g. ['EU','US/California','India'] or ['worldwide'] | |
| usesCookies | No | ||
| contactEmail | Yes | ||
| jurisdiction | No | Governing law, e.g. 'India' or 'Delaware, USA' | the operator's country of residence |
| usesPayments | No | ||
| dataCollected | Yes | Plain-language list of personal data collected, e.g. 'email, name, workout logs' | |
| usesAnalytics | No | ||
| childrenUnder13 | No |