Public privacy policies for Prameya LLC apps, published as a static site via GitHub Pages.
Live site: https://prameyallc.github.io/privacy/
These apps do genuinely different things with data — one takes intraoral photographs, one reads
HealthKit, one ingests privileged legal documents, one serves ads. A single shared policy cannot be
accurate for all of them, and an inaccurate privacy disclosure is both an App Review problem and an
FTC Act §5 problem. So each app gets its own policy, written from an audit of that app's actual
code (PrivacyInfo.xcprivacy, entitlements, Info.plist purpose strings, and the network,
HealthKit, CloudKit and camera call sites).
Four apps process consumer health data. Washington's My Health My Data Act
(RCW 19.373.020) requires a separate consumer health data privacy policy, linked
distinctly — not a section inside the main policy. Those live at /<app>/health-data/ and are
linked from the hub and from each app's main policy. Nevada SB 370 imposes analogous duties.
Static HTML with .nojekyll — no build step on GitHub's side, so nothing can silently fail to
render. (The previous version of this repo served PRIVACY.md as raw text/markdown.)
Sources live in the generator, not here; pages are committed as built output. Each page is responsive, supports light and dark, and has a print stylesheet.
Prameya LLC · admin@prameya.legal