This repository contains the legal policies and terms for the ProfitPad mobile application.
These documents are hosted on GitHub Pages and served at:
https://studio-7-dev.github.io/profitpad-legal/privacyhttps://studio-7-dev.github.io/profitpad-legal/termshttps://studio-7-dev.github.io/profitpad-legal/supportNote: These URLs will be embedded in the ProfitPad mobile app and linked in App Store/Play Store listings.
| Document | Last Updated | Status |
|---|---|---|
| Privacy Policy | February 21, 2026 | ✅ Active |
| Terms of Service | February 21, 2026 | ✅ Active |
| Support | March 14, 2026 | ✅ Active |
This repository is configured with GitHub Pages using the main branch as the source.
Settings:
main branchprivacy.md → Served as plain markdown at /privacyterms.md → Served as plain markdown at /termsGitHub Pages automatically renders markdown files with GitHub’s Markdown styling.
The URLs are configured in the app at:
components/LegalLinks.jshttps://studio-7-dev.github.io/profitpad-legal/privacyhttps://studio-7-dev.github.io/profitpad-legal/termsWhen users tap “Privacy Policy” or “Terms of Service” in the app, these URLs open in their browser.
To update the legal documents:
privacy.md or terms.md in this repositorymain branchExample:
# Edit a file
nano privacy.md
# Commit changes
git add privacy.md
git commit -m "Update privacy policy with new data retention info"
git push origin main
Before publishing updates, verify:
For questions about these legal documents, contact:
ProfitPad Legal Repository — https://github.com/studio-7-dev/profitpad-legal