-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
159 lines (145 loc) · 7.2 KB
/
terms.html
File metadata and controls
159 lines (145 loc) · 7.2 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!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 - NODUS</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
line-height: 1.8;
color: #333;
background: #fff;
padding: 60px 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
}
h1 {
font-size: 36px;
margin-bottom: 10px;
}
.updated {
color: #666;
margin-bottom: 40px;
}
h2 {
font-size: 24px;
margin: 40px 0 15px;
padding-top: 20px;
border-top: 1px solid #e0e0e0;
}
h2:first-of-type {
border-top: none;
padding-top: 0;
}
p, li {
margin-bottom: 15px;
color: #444;
}
ul {
margin-left: 25px;
margin-bottom: 20px;
}
a {
color: #000;
}
.back-link {
display: inline-block;
margin-bottom: 30px;
color: #666;
text-decoration: none;
}
.back-link:hover {
color: #000;
}
</style>
<link rel="canonical" href="https://nodus-ai.app/terms" />
</head>
<body>
<div class="container">
<a href="/" class="back-link">← Back to NODUS</a>
<h1>Terms of Service</h1>
<p class="updated">Last updated: January 7, 2026</p>
<h2>1. Acceptance of Terms</h2>
<p>By installing, accessing, or using the NODUS browser extension ("Service"), you agree to be bound by these Terms of Service ("Terms"). If you do not agree to these Terms, do not use the Service.</p>
<h2>2. Description of Service</h2>
<p>NODUS is a browser extension that captures and organizes AI conversations locally on your device. The Service includes:</p>
<ul>
<li><strong>Free Tier:</strong> Core capture functionality, local storage, basic organization features</li>
<li><strong>Pro Tier:</strong> Advanced features including chain injection, enhanced exports, and encrypted backups</li>
</ul>
<h2>3. Privacy and Data</h2>
<p>NODUS is designed with privacy as a core principle:</p>
<ul>
<li>All captured data is stored locally on your device</li>
<li>We do not collect, transmit, or store your conversation data on external servers</li>
<li>Optional anonymized telemetry (if enabled) uses k-anonymity and collects only aggregate usage statistics</li>
<li>You maintain full ownership and control of your data</li>
</ul>
<p>For complete details, see our <a href="/privacy">Privacy Policy</a>.</p>
<h2>4. User Responsibilities</h2>
<p>You agree to:</p>
<ul>
<li>Use the Service in compliance with all applicable laws</li>
<li>Not attempt to reverse engineer, modify, or redistribute Pro features without authorization</li>
<li>Not use the Service to capture content you do not have rights to access</li>
<li>Respect the terms of service of third-party AI platforms you interact with</li>
</ul>
<h2>5. Intellectual Property</h2>
<ul>
<li><strong>Open Source Core:</strong> The core capture engines and storage system are licensed under AGPL-3.0</li>
<li><strong>Pro Features:</strong> Proprietary features are protected by commercial license</li>
<li><strong>Your Content:</strong> You retain all rights to the conversations and data you capture</li>
</ul>
<h2>6. Open Source License (AGPL-3.0)</h2>
<p>The NODUS Core is licensed under the GNU Affero General Public License version 3.0 (AGPL-3.0). <strong>Nothing in these Terms of Service restricts your rights under that license</strong>, including but not limited to:</p>
<ul>
<li>The right to view and audit the source code</li>
<li>The right to modify the open source components</li>
<li>The right to redistribute the open source components under the same license</li>
<li>The right to use the open source components for any purpose</li>
</ul>
<p>The AGPL-3.0 license applies to the following components:</p>
<ul>
<li>Platform capture engines (src/engines/)</li>
<li>Storage system (src/content/all_modules.js)</li>
<li>Dashboard UI (src/content/dashboard_*.js)</li>
<li>Telemetry system (src/telemetry/)</li>
<li>Ethical gate (src/telemetry/ethical-gate.js)</li>
<li>Popup interface (src/ui/)</li>
</ul>
<p>Full license text: <a href="https://www.gnu.org/licenses/agpl-3.0.txt" target="_blank">gnu.org/licenses/agpl-3.0.txt</a></p>
<p>Source code: <a href="https://github.com/mmcarvalhodev/nodus" target="_blank">github.com/mmcarvalhodev/nodus</a></p>
<h2>7. Pro Subscription</h2>
<p>For Pro tier subscribers:</p>
<ul>
<li>Subscriptions are billed monthly ($4.50/month) or annually ($30/year)</li>
<li>Payments are processed securely through our payment provider (Paddle)</li>
<li>You may cancel at any time; access continues until the end of the billing period</li>
<li>Refunds are available within 14 days of purchase if you're unsatisfied</li>
</ul>
<p>See our <a href="/refund">Refund Policy</a> for details.</p>
<h2>8. Disclaimer of Warranties</h2>
<p>The Service is provided "as is" without warranties of any kind. We do not guarantee:</p>
<ul>
<li>Uninterrupted or error-free operation</li>
<li>Compatibility with all browser versions or AI platforms</li>
<li>That the Service will meet your specific requirements</li>
</ul>
<h2>9. Limitation of Liability</h2>
<p>To the maximum extent permitted by law, NODUS and its developer shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including loss of data, arising from your use of the Service.</p>
<h2>10. Changes to Terms</h2>
<p>We may update these Terms from time to time. Significant changes will be communicated through the extension or our website. Continued use of the Service after changes constitutes acceptance of the new Terms.</p>
<h2>11. Termination</h2>
<p>You may stop using the Service at any time by uninstalling the extension. We reserve the right to suspend or terminate access for violations of these Terms.</p>
<h2>12. Contact</h2>
<p>For questions about these Terms, contact us at:</p>
<p>Email: <a href="mailto:mmcarvalho.dev@gmail.com">mmcarvalho.dev@gmail.com</a></p>
<h2>13. Governing Law</h2>
<p>These Terms are governed by the laws of Brazil. Any disputes shall be resolved in the courts of Rio de Janeiro, Brazil.</p>
</div>
</body>
</html>