This folder is a static website for Fretloop.
index.html: minimal homepage with the app icon, app name, and App Store linkprivacy/index.html: public privacy policy pageicon.svg: shared icon used by both pages
Update the App Store link in index.html:
- replace
https://apps.apple.com/with the real App Store URL once the app is live
The privacy policy already includes a fixed effective date in the footer.
The cleanest option is to publish this folder from the root of a dedicated GitHub Pages repository or a dedicated Pages branch.
- Create a new GitHub repository for the public site.
- Copy the contents of
fretloop-privacy-site/to the repository root. - In the repository settings, open
Pages. - Under
Build and deployment, chooseDeploy from a branch. - Select the branch that contains these files.
- Select the repository root as the publishing folder.
This gives you a stable public site and keeps it separate from the app repo.
- Create a branch just for the public site.
- Put
index.htmlat the branch root. - Keep
privacy/index.htmlandicon.svgin the same branch. - In the repository settings, open
Pages. - Choose the branch and publish from the root folder.
This is useful if you want the site inside the app repository but still published separately.
If you want to host the site from this repo, copy the files into a Pages-supported location such as /docs, then publish that folder from GitHub Pages.
If this site is published from a repository root:
- Home:
https://<owner>.github.io/<repo>/ - Privacy:
https://<owner>.github.io/<repo>/privacy/
If it is published from a dedicated .<github>.io repository, the URLs will be rooted at the domain itself.
When you buy a domain:
- Add a
CNAMEfile at the site root. - Put the domain name in that file.
- Set the custom domain in GitHub Pages settings.
- Wait for DNS and Pages to finish provisioning.
Update the privacy policy before shipping a new app version if Fretloop adds:
- user accounts
- cloud sync
- analytics
- crash reporting
- email capture
- support chat
- external APIs beyond Apple services
- advertising
- data sharing with third parties