Winged Legal Documentation
Official legal documents for the Winged dating application.
Documents
Purpose
These documents are hosted via GitHub Pages and are referenced in:
- Winged iOS app (during onboarding and in settings)
- Apple App Store submission (required for review)
- User consent flows
Structure
legal/
├── privacy-policy/
│ └── index.html
├── terms-of-service/
│ └── index.html
└── README.md
Setup Instructions
1. Clone this repository
git clone https://github.com/Winged-Labs/legal.git
cd legal
2. Enable GitHub Pages
- Go to repository Settings
- Navigate to “Pages” section
- Under “Source”, select “Deploy from a branch”
- Choose “main” branch and “/ (root)” folder
- Click “Save”
- Wait 2-3 minutes for deployment
3. Verify URLs
After deployment, verify these URLs are accessible:
- https://winged-labs.github.io/legal/privacy-policy/
- https://winged-labs.github.io/legal/terms-of-service/
Updating Documents
To update the legal documents:
- Edit the HTML files in
privacy-policy/index.html or terms-of-service/index.html
- Update the “Last Updated” date in the header
- Commit and push changes
- GitHub Pages will automatically redeploy (2-3 minutes)
Important: After updating, notify users via in-app notification if changes are significant.
Testing
Before deploying changes:
- Open HTML files in a browser locally
- Check all links work
- Verify mobile responsiveness
- Test on iOS Safari (this is what App Store reviewers will use)
For questions about these legal documents:
- Email: support@wingedapp.com
- Legal inquiries: support@wingedapp.com
- iOS App: https://github.com/Itsdarkhere/Winged_3
- Legal Docs: https://github.com/Winged-Labs/legal
© 2026 Winged. All rights reserved.