<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Privacy Policy – HearYe App</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body { font-family: Arial, sans-serif; max-width: 800px; margin: 2em auto; line-height: 1.6; color: #333; padding: 0 1em; }
h1, h2 { color: #4B0082; }
a { color: #4B0082; text-decoration: none; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<h1>Privacy Policy for HearYe – Faux Old English Translator</h1>
<p><strong>Effective Date:</strong> [Insert Date]</p>
<h2>1. Data Collection</h2>
<p>HearYe (“we”, “our”, “the App”) collects minimal data to provide translations:</p>
<ul>
<li><strong>Microphone / Speech Recognition:</strong> Used only to convert spoken words into text.</li>
<li><strong>Text Input:</strong> Only used for translation purposes.</li>
</ul>
<h2>2. Data Usage</h2>
<p>All speech recognition is processed <strong>on-device</strong> using Apple’s APIs. Text input is sent to the OpenAI API to generate faux Old English translations. We do <strong>not</strong> store or share your personal data.</p>
<h2>3. Third-Party Services</h2>
<p>We use the OpenAI API to generate translations. No user data is shared with other parties beyond OpenAI.</p>
<h2>4. Data Storage</h2>
<p>No data is permanently stored in the app. Translations are displayed temporarily in-app only.</p>
<h2>5. Children</h2>
<p>The app is family-friendly. We do not knowingly collect personal information from children under 13.</p>
<h2>6. Contact</h2>
<p>If you have any questions about this Privacy Policy, please contact us at: <a href="mailto:your-email@example.com">your-email@example.com</a></p>
</body>
</html>