Enter any domain. The generator crawls its Terms of Service and Privacy Policy, analyzes them with LLM, and outputs a ready-to-deploy openterms.json based on the v0.3.0 schema.
We'll discover the ToS and Privacy Policy pages, extract the key terms, and generate a valid openterms.json you can drop into your site root. Takes ~15–30 seconds.
1. Save the file as openterms.json
2. Serve it at with Content-Type: application/json
Probes common paths (/terms, /privacy) and scans the homepage for ToS and Privacy Policy links.
Fetches and strips HTML from both pages, preserving the legal text for analysis.
Reads the full legal text and maps each clause to the v0.3.0 schema's permission keys, data handling, rate limits, and jurisdiction fields.
Validates the output against the official v0.3.0 JSON Schema before returning it. Ready to deploy.