Official public website for Touch, a mood-based social app developed by IJ Roy. The site provides product information, safety standards, legal policies, account deletion instructions, and contact details for users and platform reviewers.
https://ij-roy.github.io/touch/
Touch is designed for mood-based social expression through anonymous posts, mood reels, communities, post queues, and community chat. This repository contains the static GitHub Pages site used to explain the app and publish required public policy pages.
- Home: overview of Touch and its core experiences
- Child Safety Standards: CSAE and CSAM policy, reporting contact, and escalation commitments
- Privacy Policy: user data and privacy information
- Terms and Conditions: app usage terms
- Community Guidelines: behavior and content expectations
- Account Deletion: instructions for requesting account removal
- Contact: support and reporting contact information
.
|-- account-deletion/
|-- assets/
| |-- css/
| `-- js/
|-- child-safety-standards/
|-- community-guidelines/
|-- contact/
|-- privacy-policy/
|-- public/
|-- terms-and-conditions/
`-- index.html
- HTML
- CSS
- JavaScript
- GitHub Pages
Because this is a static site, it can be opened directly in a browser:
index.html
For a local server preview, run any static server from the repository root, for example:
python -m http.server 8080Then open:
http://localhost:8080
Touch is developed by IJ Roy.
This project is licensed under the terms in LICENSE.