index.html 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="description" content="Privacy Policy for App AI for Reddit.">
  7. <title>Privacy Policy — App AI for Reddit</title>
  8. <link rel="icon" type="image/png" href="../assets/favicon.png">
  9. <link rel="apple-touch-icon" href="../assets/app-logo.png">
  10. <link rel="preconnect" href="https://fonts.googleapis.com">
  11. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  12. <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
  13. <style>
  14. :root {
  15. --purple: #5833c7;
  16. --purple-soft: #f3f0ff;
  17. --bg: #fafafa;
  18. --surface: #ffffff;
  19. --text: #111827;
  20. --text-secondary: #4b5563;
  21. --text-muted: #9ca3af;
  22. --border: #e5e7eb;
  23. --radius: 12px;
  24. --max-width: 720px;
  25. --font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  26. }
  27. *, *::before, *::after { box-sizing: border-box; }
  28. body {
  29. margin: 0;
  30. font-family: var(--font);
  31. font-size: 16px;
  32. line-height: 1.65;
  33. color: var(--text);
  34. background: var(--bg);
  35. -webkit-font-smoothing: antialiased;
  36. }
  37. .page-hero {
  38. background: linear-gradient(180deg, var(--purple-soft) 0%, var(--bg) 100%);
  39. border-bottom: 1px solid var(--border);
  40. padding: 48px 24px 40px;
  41. text-align: center;
  42. }
  43. .page-hero h1 {
  44. margin: 0 0 12px;
  45. font-size: clamp(2rem, 4vw, 2.5rem);
  46. font-weight: 800;
  47. letter-spacing: -0.03em;
  48. }
  49. .page-hero__meta { margin: 0; color: var(--text-secondary); font-size: 0.95rem; }
  50. .page-content {
  51. max-width: var(--max-width);
  52. margin: 0 auto;
  53. padding: 40px 24px 80px;
  54. }
  55. .legal-card {
  56. background: var(--surface);
  57. border: 1px solid var(--border);
  58. border-radius: var(--radius);
  59. padding: 40px 44px;
  60. }
  61. .legal-intro {
  62. margin: 0 0 32px;
  63. padding-bottom: 24px;
  64. border-bottom: 1px solid var(--border);
  65. color: var(--text-secondary);
  66. }
  67. .legal-section + .legal-section {
  68. margin-top: 32px;
  69. padding-top: 32px;
  70. border-top: 1px solid var(--border);
  71. }
  72. .legal-section h2 {
  73. margin: 0 0 12px;
  74. font-size: 1.2rem;
  75. font-weight: 700;
  76. letter-spacing: -0.02em;
  77. }
  78. .legal-section h3 {
  79. margin: 20px 0 8px;
  80. font-size: 1rem;
  81. font-weight: 600;
  82. color: var(--text);
  83. }
  84. .legal-section p { margin: 0 0 12px; color: var(--text-secondary); }
  85. .legal-section ul {
  86. margin: 0 0 12px;
  87. padding-left: 1.35rem;
  88. color: var(--text-secondary);
  89. }
  90. .legal-section li { margin-bottom: 8px; }
  91. .legal-section li strong { color: var(--text); }
  92. .callout {
  93. margin: 16px 0;
  94. padding: 14px 16px;
  95. border-left: 3px solid var(--purple);
  96. background: var(--purple-soft);
  97. color: var(--text-secondary);
  98. font-size: 0.95rem;
  99. }
  100. .site-footer {
  101. border-top: 1px solid var(--border);
  102. background: var(--surface);
  103. padding: 32px 24px;
  104. text-align: center;
  105. }
  106. .site-footer__copy { margin: 0; font-size: 0.875rem; color: var(--text-muted); }
  107. @media (max-width: 600px) {
  108. .page-hero { padding: 36px 16px 28px; }
  109. .page-content { padding: 24px 16px 60px; }
  110. .legal-card { padding: 28px 24px; }
  111. }
  112. </style>
  113. </head>
  114. <body>
  115. <section class="page-hero">
  116. <h1>Privacy Policy</h1>
  117. <p class="page-hero__meta">Last updated: June 30, 2026</p>
  118. </section>
  119. <main class="page-content">
  120. <article class="legal-card">
  121. <p class="legal-intro">
  122. This Privacy Policy explains how App AI for Reddit handles information when you use the macOS application.
  123. </p>
  124. <section class="legal-section">
  125. <h2>1. Overview</h2>
  126. <p>App AI for Reddit provides AI tools to help you draft Reddit posts, optimize titles, and write comments. We do not sell your personal information.</p>
  127. <div class="callout">
  128. Most data stays on your Mac. When you use live AI features, the text you submit is sent to OpenAI to generate a response.
  129. </div>
  130. </section>
  131. <section class="legal-section">
  132. <h2>2. Information the App Uses</h2>
  133. <h3>What you enter</h3>
  134. <ul>
  135. <li><strong>AI tool inputs:</strong> Text you enter in Post Generator, Title Optimizer, and Comment Writer, such as subreddit names, topics, titles, drafts, and tone preferences.</li>
  136. </ul>
  137. <h3>Stored on your Mac</h3>
  138. <ul>
  139. <li><strong>AI History:</strong> Past AI prompts and responses saved locally on your device. You can delete individual entries or clear all history in the app.</li>
  140. <li><strong>App preferences:</strong> Settings such as appearance mode and cached subscription status.</li>
  141. </ul>
  142. <h3>From Apple</h3>
  143. <ul>
  144. <li><strong>Subscription status:</strong> The app checks your Mac App Store purchases through StoreKit to unlock premium features. We do not receive your payment card details.</li>
  145. </ul>
  146. <h3>From Reddit</h3>
  147. <ul>
  148. <li>If you sign in to Reddit inside the app, you interact directly with Reddit&apos;s website. We do not receive your Reddit password.</li>
  149. </ul>
  150. </section>
  151. <section class="legal-section">
  152. <h2>3. How Information Is Used</h2>
  153. <p>The app uses information to:</p>
  154. <ul>
  155. <li>Provide Post Generator, Title Optimizer, and Comment Writer features</li>
  156. <li>Send AI requests to OpenAI when you trigger a generation (premium subscribers, or up to 3 free trial generations)</li>
  157. <li>Verify premium subscription status through Apple</li>
  158. <li>Save AI History locally on your device</li>
  159. <li>Remember your in-app preferences</li>
  160. </ul>
  161. <p>The app does not include third-party analytics or advertising trackers.</p>
  162. </section>
  163. <section class="legal-section">
  164. <h2>4. AI Processing</h2>
  165. <p>Live AI generation is powered by OpenAI. When you submit a request, the relevant text from your input is transmitted to OpenAI to produce a response.</p>
  166. <ul>
  167. <li>AI requests are sent only when you actively trigger a generation.</li>
  168. <li>Premium subscribers receive unlimited live AI generations.</li>
  169. <li>Free users receive up to 3 live AI trial generations; after that, the app uses local sample responses instead of sending data to OpenAI.</li>
  170. <li>Generated responses may be saved in AI History on your Mac.</li>
  171. </ul>
  172. <p>Do not submit sensitive personal information, such as passwords, financial data, government IDs, or health information, into AI tools.</p>
  173. </section>
  174. <section class="legal-section">
  175. <h2>5. Reddit Integration</h2>
  176. <p>App AI for Reddit includes embedded Reddit browsing for premium subscribers. App AI for Reddit is not affiliated with Reddit, Inc.</p>
  177. <p>Content you view or post on Reddit is handled by Reddit under its own policies. We are not responsible for Reddit&apos;s data practices.</p>
  178. </section>
  179. <section class="legal-section">
  180. <h2>6. Subscriptions &amp; Payments</h2>
  181. <p>All purchases are processed by Apple through the Mac App Store. We do not collect or store payment card information. Refunds and billing are handled by Apple.</p>
  182. </section>
  183. <section class="legal-section">
  184. <h2>7. Data Retention</h2>
  185. <ul>
  186. <li><strong>On your Mac:</strong> AI History, preferences, and subscription cache remain on your device until you delete them or uninstall the app.</li>
  187. <li><strong>AI requests:</strong> Text sent to OpenAI is processed to fulfill your request. We do not operate a separate server that stores your AI inputs.</li>
  188. </ul>
  189. </section>
  190. <section class="legal-section">
  191. <h2>8. Sharing</h2>
  192. <p>We do not sell your personal information. Information may be shared only in these cases:</p>
  193. <ul>
  194. <li><strong>OpenAI:</strong> AI inputs you submit when you trigger a live generation (premium or free trial).</li>
  195. <li><strong>Apple:</strong> Subscription verification through the Mac App Store.</li>
  196. <li><strong>Legal requirements:</strong> When required by law or to protect rights, safety, and security.</li>
  197. </ul>
  198. </section>
  199. <section class="legal-section">
  200. <h2>9. Security</h2>
  201. <p>Network requests, including AI requests, are sent over encrypted connections where supported by the platform. No method of storage or transmission is completely secure.</p>
  202. </section>
  203. <section class="legal-section">
  204. <h2>10. Children&apos;s Privacy</h2>
  205. <p>The app is not directed to children under 13, or the minimum age required in your jurisdiction. We do not knowingly collect personal information from children.</p>
  206. </section>
  207. <section class="legal-section">
  208. <h2>11. Changes</h2>
  209. <p>We may update this Privacy Policy from time to time. The &quot;Last updated&quot; date at the top of this page will reflect the latest version. Continued use of the app after changes take effect means you accept the updated policy.</p>
  210. </section>
  211. </article>
  212. </main>
  213. <footer class="site-footer">
  214. <p class="site-footer__copy">&copy; 2026 App AI for Reddit. All rights reserved. Not affiliated with Reddit, Inc.</p>
  215. </footer>
  216. </body>
  217. </html>