Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/next/pages/policies/thirdparties.tsx
1450 views
1
import Footer from "components/landing/footer";
2
import Header from "components/landing/header";
3
import Head from "components/landing/head";
4
import { Layout } from "antd";
5
import withCustomize from "lib/with-customize";
6
import { Customize } from "lib/customize";
7
import A from "components/misc/A";
8
import { MAX_WIDTH } from "lib/config";
9
10
export default function TermsOfService({ customize }) {
11
return (
12
<Customize value={customize}>
13
<Head title="Third Parties" />
14
<Layout>
15
<Header page="policies" subPage="thirdparties" />
16
<Layout.Content
17
style={{
18
backgroundColor: "white",
19
}}
20
>
21
<div
22
style={{
23
maxWidth: MAX_WIDTH,
24
margin: "15px auto",
25
padding: "15px",
26
backgroundColor: "white",
27
}}
28
>
29
<div style={{ textAlign: "center", color: "#444" }}>
30
<h1 style={{ fontSize: "28pt" }}>
31
CoCalc - Third Parties Statements
32
</h1>
33
</div>
34
<div style={{ fontSize: "12pt" }}>
35
<p>
36
CoCalc uses a number of third party providers and services. For
37
each of them, we explain the purpose and use case, which
38
Personally Identifiable Information (PII) of our users is
39
shared, and give links to their privacy policies.{" "}
40
</p>
41
<h2>Essential Services</h2>
42
<p>
43
These services support CoCalc's infrastructure. You are likely
44
using them implicitly whenever you are using CoCalc.
45
</p>
46
<ul>
47
<li>
48
<A href="https://www.cloudflare.com/">Cloudflare</A>
49
<ul>
50
<li>Usage: DDOS protection, data traffic management.</li>
51
<li>
52
Shared PII: IP address necessary to establish the
53
connection.
54
</li>
55
<li>
56
<A href="https://www.cloudflare.com/privacypolicy/">
57
Privacy Policy
58
</A>{" "}
59
and{" "}
60
<A href="https://www.cloudflare.com/cloudflare-customer-dpa/">
61
Data Processing Addendum
62
</A>
63
</li>
64
</ul>
65
</li>
66
<li>
67
<A href="https://cloud.google.com/">Google Cloud Platform</A>
68
<ul>
69
<li>
70
Usage: cloud hosting, compute and storage resources.
71
</li>
72
<li>
73
Shared PII: everything. Google does not process these data
74
for its own purposes.
75
</li>
76
<li>
77
<A href="https://cloud.google.com/terms/cloud-privacy-notice">
78
Privacy Policy
79
</A>{" "}
80
and{" "}
81
<A href="https://cloud.google.com/terms/data-processing-addendum">
82
Data Processing Addendum
83
</A>
84
</li>
85
</ul>
86
</li>
87
<li>
88
<A href={"https://www.google.com/recaptcha/about/"}>
89
reCAPTCHA
90
</A>
91
<ul>
92
<li>Usage: fraud and abuse protection.</li>
93
<li>Shared PII: none directly.</li>
94
</ul>
95
</li>
96
</ul>
97
<h2>Payment Processor</h2>
98
<p>
99
<A href="https://stripe.com">Stripe, Inc.</A> processes payments
100
on CoCalc's behalf. Credit card information and associated data
101
is only stored by Stripe. We do not have access to full account
102
numbers.
103
</p>
104
<ul>
105
<li>Usage: payment processor.</li>
106
<li>
107
Shared PII: name, email address, purchase data, account id.
108
</li>
109
<li>
110
<A href="https://stripe.com/us/privacy">Privacy Policy</A> and{" "}
111
<A href="https://stripe.com/legal/dpa">
112
Data Processing Agreement
113
</A>
114
</li>
115
</ul>
116
<h2>Communication Services</h2>
117
<p>
118
These services facilitate interaction between you and CoCalc's
119
team.
120
</p>
121
<ul>
122
<li>
123
<A href="https://aws.amazon.com/">Amazon Web Services</A>
124
<ul>
125
<li>Usage: secondary email backend.</li>
126
<li>Shared PII: name, email address.</li>
127
<li>
128
<A href="https://aws.amazon.com/privacy/">
129
Privacy Policy
130
</A>{" "}
131
and{" "}
132
<A href="https://d1.awsstatic.com/legal/aws-dpa/aws-dpa.pdf">
133
Data Processing Addendum
134
</A>
135
</li>
136
</ul>
137
</li>
138
<li>
139
<A href="https://workspace.google.com/">Google Workspace</A>
140
<ul>
141
<li>Usage: email communication.</li>
142
<li>Shared PII: name, email address.</li>
143
<li>
144
<A href="https://cloud.google.com/terms/cloud-privacy-notice">
145
Privacy Policy
146
</A>{" "}
147
and{" "}
148
<A href="https://cloud.google.com/terms/data-processing-addendum">
149
Data Processing Addendum
150
</A>
151
</li>
152
</ul>
153
</li>
154
<li>
155
<A href="https://sendgrid.com/">Twilio SendGrid</A>
156
<ul>
157
<li>Usage: email backend.</li>
158
<li>Shared PII: name, email address.</li>
159
<li>
160
<A href="https://www.twilio.com/legal/privacy">
161
Privacy Policy
162
</A>{" "}
163
and{" "}
164
<A href="https://www.twilio.com/legal/data-protection-addendum">
165
Data Protection Addendum
166
</A>
167
</li>
168
</ul>
169
</li>
170
<li>
171
<A href="https://www.zendesk.com/">Zendesk</A>
172
<ul>
173
<li>Usage: support tickets.</li>
174
<li>Shared PII: name, email address, account id.</li>
175
<li>
176
<A href="https://www.zendesk.com/company/agreements-and-terms/privacy-notice/">
177
Privacy Policy
178
</A>{" "}
179
and{" "}
180
<A href="https://www.zendesk.com/company/data-processing-form/">
181
Data Processing Agreement
182
</A>
183
</li>
184
</ul>
185
</li>
186
</ul>
187
<h2>Extra Services</h2>
188
<p>
189
These services provide additional functionality in CoCalc. If
190
you are not using respective features, you are not using these
191
services.
192
</p>
193
<ul>
194
<li>
195
<A href="https://gravatar.com/">Gravatar by Automattic</A>
196
<ul>
197
<li>Usage: avatar images.</li>
198
<li>Shared PII: email address.</li>
199
<li>
200
<A href="https://automattic.com/privacy/">
201
Privacy Policy
202
</A>
203
</li>
204
</ul>
205
</li>
206
<li>
207
<A href="https://www.hyperstack.cloud/">Hyperstack</A>
208
<ul>
209
<li>Usage: compute servers.</li>
210
<li>
211
Shared PII: any files that the user chooses to process on
212
Hyperstack.
213
</li>
214
<li>
215
<A href="https://www.hyperstack.cloud/privacy-policy">
216
Privacy Policy
217
</A>{" "}
218
and{" "}
219
<A href="https://www.hyperstack.cloud/data-processing">
220
Data Processing Agreement
221
</A>
222
</li>
223
</ul>
224
</li>
225
<li>
226
<A href="https://meet.jit.si/">Jitsi Video Conferencing</A>
227
<ul>
228
<li>Usage: embedded video conferencing.</li>
229
<li>Shared PII: IP address to establish connection.</li>
230
<li>
231
<A href="https://jitsi.org/meet-jit-si-privacy/">
232
Privacy Policy
233
</A>
234
</li>
235
</ul>
236
</li>
237
</ul>
238
<h2>AI Services</h2>
239
<p>
240
Despite thorough integration of the AI Assistant in CoCalc's
241
interface, it does not use any "background" AI services. You
242
have to explicitly initiate any AI interaction and you control
243
what exactly will be sent to AI models. No other PII is shared.
244
</p>
245
<ul>
246
<li>
247
<A href="https://www.anthropic.com/">Anthropic</A>
248
<ul>
249
<li>
250
<A href="https://www.anthropic.com/legal/commercial-terms">
251
Terms of Service
252
</A>
253
</li>
254
<li>
255
<A href="https://www.anthropic.com/legal/privacy">
256
Privacy Policy
257
</A>{" "}
258
and{" "}
259
<A href="https://www.anthropic.com/legal/commercial-terms">
260
Data Processing Agreement
261
</A>
262
</li>
263
</ul>
264
</li>
265
<li>
266
<A href="https://ai.google.dev/">Google AI</A>
267
<ul>
268
<li>
269
<A href="https://ai.google.dev/gemini-api/terms">
270
Gemini API Additional Terms of Service
271
</A>
272
</li>
273
<li>
274
<A href="https://policies.google.com/privacy">
275
Privacy Policy
276
</A>{" "}
277
and{" "}
278
<A href="https://business.safety.google/processorterms/">
279
Data Processing Addendum
280
</A>
281
</li>
282
</ul>
283
</li>
284
<li>
285
<A href="https://mistral.ai/">Mistral AI</A>
286
<ul>
287
<li>
288
<A href="https://mistral.ai/terms">Terms of Service</A>
289
</li>
290
<li>
291
<A href="https://mistral.ai/terms#privacy-policy">
292
Privacy Policy
293
</A>{" "}
294
and{" "}
295
<A href="https://mistral.ai/terms#data-processing-agreement">
296
Data Processing Agreement
297
</A>
298
</li>
299
</ul>
300
</li>
301
<li>
302
<A href="https://openai.com/">OpenAI</A>
303
<ul>
304
<li>
305
<A href="https://openai.com/policies/terms-of-use">
306
Terms of Use
307
</A>
308
</li>
309
<li>
310
<A href="https://openai.com/policies/privacy-policy/">
311
Privacy Policy
312
</A>{" "}
313
and{" "}
314
<A href="https://openai.com/policies/data-processing-addendum/">
315
Data Processing Addendum
316
</A>
317
</li>
318
</ul>
319
</li>
320
</ul>
321
<h2>Marketing</h2>
322
<p>
323
These services help us to reach out to current and potential
324
customers, letting them know about new useful features. We do
325
not sell or share our users data for marketing purposes.
326
</p>
327
<ul>
328
<li>
329
<A href="https://www.salesloft.com/">Salesloft</A>
330
<ul>
331
<li>Usage: onboarding emails, sales, marketing.</li>
332
<li>
333
Shared PII: name, email address, purchasing activity.
334
</li>
335
<li>
336
<A href="https://www.salesloft.com/legal/privacy-notice">
337
Privacy Policy
338
</A>{" "}
339
and{" "}
340
<A href="https://www.salesloft.com/legal/data-processing-addendum">
341
Data Processing Addendum
342
</A>
343
</li>
344
</ul>
345
</li>
346
</ul>
347
<h1>Questions?</h1>
348
<p>
349
Please contact us at{" "}
350
<A href="mailto:[email protected]">[email protected]</A> if
351
you have any questions about our Third Parties.
352
</p>
353
<h1>Changes</h1>
354
<ul>
355
<li>
356
June 7, 2025: Removed Backblaze, previously used for backups.
357
</li>
358
<li>
359
February 19, 2025: Removed Google Analytics, which we no
360
longer use. Broke content into categories. Unified formatting
361
and updated links to companies, Privacy Policies, and DPAs.
362
Added Anthropic, Hyperstack, Mistral AI.
363
</li>
364
<li>March 16, 2023: Added openai.</li>
365
<li>
366
September 15, 2021: Removed appear.in, which we no longer use.
367
</li>
368
</ul>
369
</div>
370
</div>
371
<Footer />
372
</Layout.Content>{" "}
373
</Layout>
374
</Customize>
375
);
376
}
377
378
export async function getServerSideProps(context) {
379
return await withCustomize({ context });
380
}
381
382