-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing.html
More file actions
98 lines (89 loc) · 4.58 KB
/
Copy pathpricing.html
File metadata and controls
98 lines (89 loc) · 4.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pricing — ScreenLock</title>
<meta name="description" content="ScreenLock pricing: $4.99 one-time purchase. macOS 12 and later. No subscriptions, no per-Mac limits, no hidden fees.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://screenlock.app/pricing.html">
<meta property="og:type" content="website">
<meta property="og:url" content="https://screenlock.app/pricing.html">
<meta property="og:title" content="Pricing — ScreenLock ($4.99 one-time)">
<meta property="og:description" content="ScreenLock pricing: $4.99 one-time. No subscriptions, no per-Mac limits, free updates within v1.x. macOS 12+.">
<meta property="og:image" content="https://screenlock.app/assets/icon.png">
<meta property="og:site_name" content="ScreenLock">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Pricing — ScreenLock ($4.99 one-time)">
<meta name="twitter:description" content="$4.99 one-time. No subscriptions. macOS 12+.">
<meta name="twitter:image" content="https://screenlock.app/assets/icon.png">
<link rel="icon" type="image/png" href="assets/favicon.png">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.paddle.com/paddle/v2/paddle.js"></script>
</head>
<body>
<nav class="topnav">
<a href="/" class="brand">
<img src="assets/icon.png" alt="ScreenLock" width="32" height="32">
<span>ScreenLock</span>
</a>
<a href="#buy" class="nav-cta" onclick="openCheckout(); return false;">Buy $4.99</a>
</nav>
<main class="legal">
<div class="container narrow">
<h1>Pricing</h1>
<p class="updated">$4.99 one-time. macOS 12 and later. No subscriptions.</p>
<div class="price-card" id="buy">
<div class="price-amount">$4.99</div>
<div class="price-sub">USD, one-time purchase</div>
<ul class="price-includes">
<li>Use on every Mac you own</li>
<li>Free updates within v1.x</li>
<li>14-day refund if it isn't for you</li>
<li>Code-signed and Apple-notarized</li>
<li>Auto-updates via Sparkle</li>
</ul>
<button type="button" class="btn-primary btn-large" onclick="openCheckout()">Buy ScreenLock — $4.99</button>
<p class="fine-print">Tax (where applicable) is calculated and added at checkout by our payment provider, Paddle.</p>
</div>
<h2>What's included</h2>
<ul>
<li>The full ScreenLock app (current version 0.4.9)</li>
<li>Custom hotkey, PIN unlock, auto-unlock timer, per-input lock toggles</li>
<li>Code-signed by KERIGAMI LLC, notarized by Apple</li>
<li>Free upgrades to all 0.x and 1.x releases via Sparkle auto-update</li>
<li>Email support at <a href="mailto:hello@screenlock.app">hello@screenlock.app</a></li>
</ul>
<h2>What's <em>not</em> included</h2>
<ul>
<li>No subscriptions or recurring charges. One payment, full ownership of the license.</li>
<li>No bundling with other apps. ScreenLock is the only product.</li>
<li>No per-Mac, per-device, or per-user limits. Use it on every Mac you personally own or primarily use.</li>
<li>Future major versions (e.g. 2.0) may require a paid upgrade. Reasonable upgrade pricing for existing customers will be offered.</li>
</ul>
<h2>Refunds</h2>
<p>Full 14-day refund — no questions asked. Details on the <a href="refunds.html">Refund Policy</a> page.</p>
<h2>Volume / education / charity licenses</h2>
<p>If you need a license for many Macs (school, library, kiosk fleet, etc.) email <a href="mailto:hello@screenlock.app">hello@screenlock.app</a> with the number of seats and we'll work something out.</p>
</div>
</main>
<footer>
<div class="container">
<div class="footer-left">
<img src="assets/icon.png" alt="" width="32" height="32">
<span>ScreenLock</span>
</div>
<div class="footer-right">
<a href="/">Home</a>
<a href="pricing.html">Pricing</a>
<a href="refunds.html">Refunds</a>
<a href="privacy.html">Privacy</a>
<a href="terms.html">Terms</a>
<a href="mailto:hello@screenlock.app">Support</a>
<span class="copyright">© 2026 KERIGAMI LLC</span>
</div>
</div>
</footer>
<script src="script.js?v=20260518d"></script>
</body>
</html>