Skip to content

Commit 748156f

Browse files
Update index.html
1 parent f980cb8 commit 748156f

1 file changed

Lines changed: 58 additions & 32 deletions

File tree

index.html

Lines changed: 58 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,52 +3,78 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Privacy Policy – AskSmartAI</title>
6+
<title>AskSmartAI – Privacy Policy</title>
77
<style>
88
body {
9-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
10-
background-color: #f9f9f9;
11-
padding: 2rem;
9+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
10+
line-height: 1.6;
1211
max-width: 800px;
13-
margin: auto;
12+
margin: 40px auto;
13+
padding: 0 20px;
1414
color: #333;
1515
}
16-
h1 {
17-
color: #222;
18-
}
19-
a {
20-
color: #0066cc;
21-
}
16+
h1 { color: #2b4f81; }
17+
h2 { margin-top: 30px; color: #444; }
18+
a { color: #3366cc; }
19+
hr { margin: 40px 0; }
2220
</style>
2321
</head>
2422
<body>
25-
<h1>Privacy Policy</h1>
26-
<p><strong>Last updated:</strong> June 11, 2025</p>
23+
<h1>AskSmartAI – Privacy Policy</h1>
24+
<p><strong>Effective Date:</strong> June 11, 2025</p>
25+
<p><strong>Contact Email:</strong> pir.studio2025@gmail.com</p>
26+
<hr />
2727

28-
<p>This Privacy Policy describes how AskSmartAI (“we”, “our”, or “us”) collects, uses, and protects the information you provide when using our iOS and iPadOS application.</p>
29-
30-
<h2>Information We Collect</h2>
31-
<ul>
32-
<li>We do not collect any personally identifiable information.</li>
33-
<li>User queries are securely sent to our server at <code>https://hayataiapp.homes</code> to process responses using AI.</li>
34-
<li>No account creation or personal data is required to use the app.</li>
35-
</ul>
28+
<h2>📘 Overview</h2>
29+
<p>
30+
AskSmartAI is an educational app that enables users to ask questions via text or voice and receive intelligent responses powered by artificial intelligence. We value your privacy and are committed to being transparent about how your information is handled.
31+
</p>
3632

37-
<h2>How We Use Your Information</h2>
38-
<p>Your input is used solely to generate responses through AI. We do not store or share your queries with any third parties.</p>
33+
<h2>📲 Data We Collect</h2>
34+
<p>
35+
AskSmartAI <strong>does not collect or store any personal data</strong> from users.
36+
</p>
37+
<p>
38+
However, to generate responses to user queries, the app:
39+
<ul>
40+
<li>Sends the text of your question to our <strong>private server</strong></li>
41+
<li>Our server may forward that text to a third-party AI service (OpenAI) to generate a response</li>
42+
</ul>
43+
No personal identifiers (such as name, email, IP address) are included in these requests.
44+
</p>
3945

40-
<h2>Data Security</h2>
41-
<p>All communication is encrypted. We do not store any personal data or query history.</p>
46+
<h2>🔄 Third-Party Services</h2>
47+
<p>
48+
To provide accurate and helpful answers, AskSmartAI relies on external AI services.
49+
</p>
50+
<p>
51+
Specifically, we use:
52+
<ul>
53+
<li><strong>OpenAI API</strong> (a service of OpenAI, L.L.C.) to process user-submitted queries</li>
54+
</ul>
55+
All queries are routed through our private server (<code>https://hayataiapp.homes</code>), and only the <strong>question text</strong> is sent to OpenAI. No user-identifying data is included or stored by AskSmartAI or OpenAI.
56+
</p>
57+
<p>
58+
You can read OpenAI’s API Data Usage Policy here:<br />
59+
<a href="https://openai.com/policies/api-data-usage-policies" target="_blank">https://openai.com/policies/api-data-usage-policies</a>
60+
</p>
4261

43-
<h2>Children’s Privacy</h2>
44-
<p>Our app is intended for users aged 13 and older. We do not knowingly collect information from children under 13.</p>
62+
<h2>🚫 No Ads, No Tracking</h2>
63+
<ul>
64+
<li>❌ Does not use advertising SDKs</li>
65+
<li>❌ Does not track your activity across apps or websites</li>
66+
<li>❌ Does not store your data on your device or in the cloud</li>
67+
</ul>
4568

46-
<h2>Changes to This Policy</h2>
47-
<p>We may update this Privacy Policy. Any changes will be posted here with an updated revision date.</p>
69+
<h2>✉️ Contact</h2>
70+
<p>
71+
If you have questions or concerns about this Privacy Policy, feel free to reach out:<br />
72+
📧 <strong>pir.studio2025@gmail.com</strong>
73+
</p>
4874

49-
<h2>Contact Us</h2>
50-
<p>If you have any questions, you can contact us at:
51-
<a href="mailto:pir.studio2025@gmail.com">pir.studio2025@gmail.com</a>
75+
<h2>🔁 Changes to This Policy</h2>
76+
<p>
77+
We may update this policy in the future. Any changes will be reflected on this page.
5278
</p>
5379
</body>
5480
</html>

0 commit comments

Comments
 (0)