-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
117 lines (100 loc) · 5 KB
/
privacy.html
File metadata and controls
117 lines (100 loc) · 5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!doctype html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GY2SLFM479"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GY2SLFM479');
</script>
<title>Privacy Policy — Easy Ironing</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy Policy — Easy Ironing</title>
<meta name="description" content="Privacy Policy for Easy Ironing Telegram bot. Learn how data is processed, stored, and protected.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://easyironing.chat/privacy.html">
<!-- Open Graph -->
<meta property="og:type" content="article">
<meta property="og:title" content="Privacy Policy — Easy Ironing">
<meta property="og:description" content="How Easy Ironing processes and protects user data.">
<meta property="og:url" content="https://easyironing.chat/privacy.html">
<meta property="og:site_name" content="Easy Ironing">
<meta property="og:image" content="https://easyironing.chat/img/logo.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Privacy Policy — Easy Ironing">
<meta name="twitter:description" content="Learn how Easy Ironing handles user data.">
<meta name="theme-color" content="#0b1020">
<style>
body{max-width:800px;margin:40px auto;padding:0 16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;color:#111;line-height:1.6}
h1,h2{margin-top:32px}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p>Last updated: 2026</p>
<p>
Easy Ironing is a Telegram bot that analyzes clothing care labels and fabric composition
to provide practical ironing instructions.
</p>
<h2>1. What Data We Receive</h2>
<p>When you use the bot, we may receive:</p>
<ul>
<li>Photos you send (care label images)</li>
<li>Text messages (fabric composition or commands)</li>
<li>Your Telegram chatId (provided by Telegram)</li>
</ul>
<h2>2. What We Do Not Collect</h2>
<p>
We do not ask for or require personal data such as name, email address, phone number, or a separate login.
Easy Ironing is designed to work without user registration.
</p>
<h2>3. How Data Is Used</h2>
<p>
Your messages and images are processed to generate ironing instructions.
The Telegram chatId is used only to operate the service, including:
</p>
<ul>
<li>Applying usage limits for the free plan</li>
<li>Activating and validating Premium access</li>
<li>Basic operational security (e.g., abuse prevention)</li>
</ul>
<h2>4. Photos and Storage</h2>
<p>
Photos are processed to generate a response and are not stored as a permanent history in the current plan.
We may keep short-lived technical logs strictly for operational and security purposes.
</p>
<p>
If we ever introduce an optional plan that keeps a user-visible history, it will be clearly disclosed as an explicit feature
and will require user opt-in before any history is stored.
</p>
<h2>5. Payments</h2>
<p>
Premium payments are processed by Stripe. We do not store card numbers or payment credentials and we do not have access to them.
Stripe may process payment information according to its own policies.
</p>
<h2>6. Third-Party Services</h2>
<p>We use external service providers, including:</p>
<ul>
<li>Telegram (messaging infrastructure)</li>
<li>Cloud hosting providers (backend processing)</li>
<li>AI processing services (to analyze label information)</li>
<li>Stripe (payment processing for Premium)</li>
</ul>
<p>These providers may temporarily process the data necessary to deliver the service.</p>
<h2>7. Data Security</h2>
<p>
We take reasonable technical measures to protect the service and restrict unauthorized access.
However, no internet-based system can be guaranteed 100% secure.
</p>
<h2>8. Your Responsibility</h2>
<p>
Please do not submit sensitive personal information. The bot is designed only for garment care guidance.
You are responsible for verifying instructions before applying heat, steam, or pressure to garments.
</p>
<h2>9. Contact</h2>
<p>If you have questions about this policy, contact: contact@easyironing.chat</p>
</body>
</html>