Skip to content

Commit 1db0558

Browse files
Add HTML version of privacy policy
1 parent cf1c269 commit 1db0558

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

index.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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+
<title>Privacy Policy – AskSmartAI</title>
7+
<style>
8+
body {
9+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
10+
background-color: #f9f9f9;
11+
padding: 2rem;
12+
max-width: 800px;
13+
margin: auto;
14+
color: #333;
15+
}
16+
h1 {
17+
color: #222;
18+
}
19+
a {
20+
color: #0066cc;
21+
}
22+
</style>
23+
</head>
24+
<body>
25+
<h1>Privacy Policy</h1>
26+
<p><strong>Last updated:</strong> June 11, 2025</p>
27+
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>
36+
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>
39+
40+
<h2>Data Security</h2>
41+
<p>All communication is encrypted. We do not store any personal data or query history.</p>
42+
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>
45+
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>
48+
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>
52+
</p>
53+
</body>
54+
</html>

0 commit comments

Comments
 (0)