-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
90 lines (79 loc) · 5.28 KB
/
Copy pathterms.html
File metadata and controls
90 lines (79 loc) · 5.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - ShipAI</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="canonical" href="https://shipai.work/terms.html">
</head>
<body class="bg-slate-950 text-slate-300 min-h-screen">
<div class="max-w-2xl mx-auto px-4 sm:px-6 py-16">
<h1 class="text-3xl font-bold text-white mb-8">Terms of Service</h1>
<p class="text-sm text-slate-500 mb-8">Last updated: August 3, 2026</p>
<div class="space-y-6 text-sm leading-relaxed">
<section>
<h2 class="text-lg font-semibold text-white mb-3">1. License</h2>
<p>By purchasing ShipAI, you receive a <strong class="text-white">single-developer license</strong> to use the boilerplate code for your own projects, including commercial projects.</p>
<p class="mt-2">You may:</p>
<ul class="list-disc list-inside mt-2 space-y-1">
<li>Use the code to build unlimited AI tools for yourself or clients</li>
<li>Modify and adapt the code</li>
<li>Use the code in commercial products</li>
</ul>
<p class="mt-2">You may <strong class="text-white">not</strong>:</p>
<ul class="list-disc list-inside mt-2 space-y-1">
<li>Resell or redistribute the boilerplate as a product</li>
<li>Share the source code publicly</li>
<li>Transfer the license to another person</li>
</ul>
</section>
<section>
<h2 class="text-lg font-semibold text-white mb-3">2. Product Description</h2>
<p>ShipAI is a code boilerplate (template) for building AI tools. It includes HTML, CSS, JavaScript files, and documentation. The product is delivered digitally via GitHub repository access.</p>
<p class="mt-2">ShipAI does <strong class="text-white">not</strong> include:</p>
<ul class="list-disc list-inside mt-2 space-y-1">
<li>AI model access or API credits (you bring your own API key)</li>
<li>Hosting or server infrastructure</li>
<li>Ongoing maintenance or support beyond bug fixes</li>
</ul>
</section>
<section>
<h2 class="text-lg font-semibold text-white mb-3">3. Pricing and Payment</h2>
<p>The price of ShipAI is $199 USD, one-time payment. Payment is processed by Creem (Armitage Labs OÜ). The price includes lifetime access to the current version and minor updates.</p>
</section>
<section>
<h2 class="text-lg font-semibold text-white mb-3">4. Refund Policy</h2>
<p>We offer a <strong class="text-white">7-day money-back guarantee</strong>. If you are not satisfied with ShipAI for any reason, email <a href="mailto:15763036963@163.com" class="text-blue-400 hover:underline">15763036963@163.com</a> within 7 days of purchase for a full refund.</p>
</section>
<section>
<h2 class="text-lg font-semibold text-white mb-3">5. Disclaimer of Warranty</h2>
<p>ShipAI is provided "as is" without warranty of any kind. We do not guarantee that the code will be error-free or suitable for your specific purpose. You are responsible for testing and validating the code before using it in production.</p>
</section>
<section>
<h2 class="text-lg font-semibold text-white mb-3">6. Limitation of Liability</h2>
<p>Our liability is limited to the purchase price ($199). We are not liable for any indirect, incidental, or consequential damages arising from the use of ShipAI.</p>
</section>
<section>
<h2 class="text-lg font-semibold text-white mb-3">7. Intellectual Property</h2>
<p>ShipAI is owned by Sulynn AI. The code is licensed to you under the terms above, not sold. All rights not expressly granted are reserved.</p>
</section>
<section>
<h2 class="text-lg font-semibold text-white mb-3">8. Updates</h2>
<p>We may update ShipAI from time to time. You will receive minor updates (bug fixes, small improvements) for free. Major versions (2.0, 3.0) may require a new purchase.</p>
</section>
<section>
<h2 class="text-lg font-semibold text-white mb-3">9. Governing Law</h2>
<p>These terms are governed by the laws of China. Disputes will be resolved through good-faith negotiation first, then through arbitration if necessary.</p>
</section>
<section>
<h2 class="text-lg font-semibold text-white mb-3">10. Contact</h2>
<p>For any questions about these terms: <a href="mailto:15763036963@163.com" class="text-blue-400 hover:underline">15763036963@163.com</a></p>
</section>
</div>
<div class="mt-12 pt-8 border-t border-slate-800">
<a href="https://shipai.work/" class="text-blue-400 hover:underline">← Back to ShipAI</a>
</div>
</div>
</body>
</html>