app-policy-pages

App Policy Pages

Static, public policy pages for apps published by Feng Guan. The site is designed to be hosted from the docs/ directory with GitHub Pages at policies.wecart.ai.

The repository currently contains policy information for TimePeek only:

These pages use no cookies, analytics, advertising, login, third-party JavaScript, or third-party fonts.

Local preview

From the repository root, run:

python3 -m http.server 8080 --directory docs

Then open http://localhost:8080/. Stop the server with Ctrl+C.

Add an app

  1. Create docs/<app-slug>/index.html.
  2. Add document directories such as privacy/, data-safety/, and permissions/, each containing an index.html.
  3. Add the app to docs/index.html.
  4. Confirm the app name, package name, support email, policy dates, data practices, permissions, and current released version.
  5. Keep every published URL stable.

Use the existing TimePeek pages as structural examples. Keep pages self-contained apart from the shared local stylesheet and favicon.

Add or update a policy page

Every policy page must include:

When behavior changes, update the public pages before releasing the app. Verify statements against the merged Android manifest, dependency list, app behavior, and Google Play Console declarations.

Content review checklist

Deployment

In GitHub repository settings, configure Pages to deploy from the main branch and /docs folder. Set the custom domain to policies.wecart.ai, then enable Enforce HTTPS after the certificate is ready.

The DNS record should be:

Type: CNAME
Name: policies
Target: fengguan.github.io

After merging, verify every public URL in a private browser window before submitting it to an app store.

Prohibited content and dependencies

Do not commit credentials, API keys, service-account files, OAuth secrets, tester lists, personal user information, private security reports, or internal administration URLs.

Do not add cookies, ads, tracking, analytics, authentication, third-party scripts, or resources that depend on an app backend. Policy availability must remain independent from app services.

License

The site source code is licensed under the MIT License. Policy text is provided for this project and should be reviewed for accuracy before reuse.