Real privacy policy and terms of use - #189
Open
mattsodomsky wants to merge 1 commit into
Open
Conversation
The legal pages were ~40-word placeholders labeled 'temporary'; App Review needs an accurate privacy policy, and the app links to /terms and /privacy from the subscribe UI. These are written to match how the system actually handles data (I have the technical facts from building it): Privacy: the identity-derived encryption (we can't read conversations server-side), what's collected and why (hashed sign-in id, obscured email only, encrypted narrative, encrypted payment references), the actual subprocessor list (Google/Apple/Stripe/Lightward AI/Fly/Rollbar/Fathom), what we don't do (no selling, no ads), retention + account deletion, and user rights. Terms: what Yours is (AI, not professional advice), eligibility, auto-renewing subscription terms (-/mo, Apple/Stripe billing, cancel via storefront — the Apple-required disclosure), acceptable use, account deletion, 'as is' warranty, liability limit, governing law. The spec now asserts load-bearing facts (operator, contact, encryption, auto-renewal) rather than exact prose, so the pages can be edited freely. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
/privacyand/termspages were ~40-word placeholders explicitly labeled "temporary." App Review requires an accurate privacy policy, and the iOS subscribe UI links to these pages — so they're a launch blocker. This replaces them with real, accurate content.They're written to match how the system actually handles data (I have the facts from building the encryption + payment + AI plumbing), which is the property that matters most for both Apple and for being honest with users.
Privacy policy covers
DELETE /native/accountfeature), and user rightsTerms of use covers
The spec now asserts the load-bearing facts (operator, contact, encryption, auto-renewal) rather than exact prose, so the pages can be edited without breaking the suite. 256 specs, 0 failures. Pages render at
/privacyand/terms(verified, 200).👀 Your part — please review, they're your legal documents
🤖 Generated with Claude Code