Policy Generator

Configure your policy options and download the generated policygen.json file.

policygen.json
{
  "$schema": "https://policygen.xyz/schemas/0.6/schema.json",
  "output": {
    "fileType": "html",
    "cssFramework": "classes",
    "locales": [
      "en"
    ],
    "privacyFilePath": "./privacy.html",
    "termsFilePath": "./terms.html"
  },
  "entity": {},
  "privacy": {
    "platforms": [
      "web"
    ]
  },
  "terms": {
    "governingLaw": "California",
    "disputeResolution": "litigation"
  }
}