app-privacy-policy-generator
Generate a customized Privacy Policy and Terms of Use document for your mobile apps
This repository is the source code for a free web tool that generates privacy policies and terms of use documents for mobile apps. If you have published or are building an Android, iOS, or KaiOS app, app stores typically require you to provide a privacy policy, especially if your app collects any user data or uses third-party services like advertising or analytics. Writing that policy from scratch can be time-consuming, so this tool creates one for you based on answers you provide about your app.
The generator is designed to produce documents that comply with general privacy law requirements and can also be configured to meet GDPR standards, which is the European regulation governing how personal data is handled. You fill out a form describing your app, the data it collects, and any third-party services it uses, and the tool outputs a ready-to-use privacy policy document.
The web app is hosted and accessible directly from a browser without any installation. The README does not walk through the form fields in detail, but points to a live site where you can use it immediately. The project is deployed on Firebase and the code is open source under the AGPLv3 license.
Contributions to the code are accepted for bug fixes only, as the maintainer has chosen not to accept new features through pull requests to keep the maintenance load manageable. Anyone wanting to add a new third-party service reference or a new document template can follow a developer guide linked in the README. The project was created by Nishant Srivastava and is supported through GitHub Sponsors and optional donations.