-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
59 lines (52 loc) · 2.89 KB
/
terms.html
File metadata and controls
59 lines (52 loc) · 2.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Terms of Use | Lagom</title>
<style>
body {
font-family: sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 40px auto;
padding: 0 20px;
color: #333;
}
h1, h2, h3 {
color: #000;
}
a {
color: #0066cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Terms of Use for Lagom</h1>
<p><strong>Effective Date:</strong> 21 April 2025</p>
<p>Welcome to Lagom! These Terms of Use (“Terms”) govern your use of the Lagom mobile application (“App”) provided by Hoomans Co. (“we,” “us,” or “our”). By accessing or using the App, you agree to be bound by these Terms.</p>
<h2>1. Use of the App</h2>
<p>Lagom helps you monitor and manage your screen time and app usage patterns. The App is licensed, not sold, and is intended for personal, non-commercial use.</p>
<h2>2. Subscriptions and Payments</h2>
<p>Lagom may offer subscription plans that provide access to premium features. Payment will be charged to your Apple ID account upon confirmation of purchase. Subscriptions automatically renew unless canceled at least 24 hours before the end of the current period.</p>
<p>You may manage or cancel your subscription in your App Store account settings. We follow Apple’s standard <strong>cancellation and refund policy</strong>. We do not provide additional manual refunds.</p>
<h2>3. Data Usage and Privacy</h2>
<p>Lagom does <strong>not collect or store any personal data</strong> on its servers. All screen time, sleep data, usage analytics, and app blocking permissions are stored <strong>locally on your device</strong>.</p>
<p>We use:
<ul>
<li><strong>Mixpanel</strong> (for anonymous usage analytics — no personal identifiers)</li>
<li><strong>Firebase Crashlytics</strong> (for crash reporting — no personal data collected)</li>
</ul>
For more information, see our <a href="https://lagom.hoomans.co/privacy.html">Privacy Policy</a>.
</p>
<h2>4. End User License Agreement (EULA)</h2>
<p>This app is licensed to you under Apple’s <a href="https://www.apple.com/legal/internet-services/itunes/dev/stdeula/">Standard EULA</a>. This EULA is between you and Hoomans Co., not Apple. Hoomans Co. is solely responsible for the App and its content.</p>
<h2>5. Modifications</h2>
<p>We reserve the right to modify these Terms at any time. Continued use of the App after changes are made constitutes your acceptance of the new terms.</p>
<h2>6. Contact</h2>
<p>If you have any questions or concerns, please reach out to us at: <a href="mailto:dev@hoomans.dev">dev@hoomans.dev</a></p>
</body>
</html>