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.
From the repository root, run:
python3 -m http.server 8080 --directory docs
Then open http://localhost:8080/. Stop the server with Ctrl+C.
docs/<app-slug>/index.html.privacy/, data-safety/, and permissions/, each containing an index.html.docs/index.html.Use the existing TimePeek pages as structural examples. Keep pages self-contained apart from the shared local stylesheet and favicon.
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.
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.
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.
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.