-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
439 lines (407 loc) · 24.7 KB
/
Copy pathabout.html
File metadata and controls
439 lines (407 loc) · 24.7 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css">
<link rel="stylesheet" href="/styles/main.min.css" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="We're building accessible and privacy friendly spam filter.">
<meta property="og:description" content="We're building accessible and privacy friendly spam filter.">
<meta name="twitter:description" content="We're building accessible and privacy friendly spam filter.">
<meta property="og:image" content="https://www.oopspam.com/assets/oopspam-og-image.png" />
<meta name="twitter:image" content="https://www.oopspam.com/assets/oopspam-og-image.png" />
<meta property="og:title" content="About | OOPSpam">
<meta name="twitter:title" content="About | OOPSpam">
<title>About | OOPSpam</title>
<script async src="https://cdn.tolt.io/tolt.js" data-tolt="eb76ab36-57d2-4c20-ba2f-92eec10234a9"></script>
</head>
<body class="alternative">
<header >
<div class="navbar has-background-white ">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="/assets/oopspamLogo.svg" alt="OOPSpam logo" width="112" height="28">
</a>
<a id="navbarBurger" role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false"
data-target="navigation-bar">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navigation-bar" class="navbar-menu">
<div class="navbar-start">
</div>
<div class="navbar-end">
<a href="https://www.oopspam.com/help" class="navbar-item has-text-black">
Documentation
</a>
<a href="https://www.oopspam.com/integrations" class="navbar-item has-text-black">
Integrations
</a>
<a href="https://www.oopspam.com/#pricing" class="navbar-item has-text-black">
Pricing
</a>
<a href="https://www.oopspam.com/#contact" class="navbar-item has-text-black">
Contact
</a>
<div class="navbar-item">
<a href="https://app.oopspam.com/Identity/Account/Login" class="has-text-black button is-light">
Log in
</a>
</div>
<div class="navbar-item">
<a href="https://app.oopspam.com/Identity/Account/Register" class="has-text-black button is-warning is-bg-orange">
Get started
</a>
</div>
</div>
</div>
</div>
</div>
</header>
<style>
.navigation {
padding-bottom: 0 !important;
}
section {
padding-top: 95px !important;
padding-bottom: 95px !important;
}
.is-shadow {
box-shadow: black 8.95px 7.95px 2.6px;
}
.navbar-item a.is-bg-orange {
background-color: #FBFBED !important;
border: solid;
border-width: 2px;
}
</style>
<section class="section" style="background-image: url(/assets/about/HeaderBackground.jpg);
background-size: cover;background-repeat: no-repeat;">
<div class="container">
<div class="columns">
<div class="column is-flex is-flex-direction-column is-align-items-center">
<div class="my-6">
<h1 class="title has-text-centered" style="color:white;">Stopping spam the best way possible:
<br> no captcha and no data-collection.</h1>
</div>
</div>
</div>
</div>
</section>
<section class="section" style="border-bottom: solid;
border-bottom-color: black; background-color: #FBFBED;">
<div class="container">
<div class="columns">
<div class="column is-flex is-flex-direction-column is-align-items-center">
</div>
<div class="column is-6 is-flex is-flex-direction-column is-align-items-center has-text-centered">
<h3 class="is-size-4 has-text-black is-opensans-semibold">Since being founded in 2017, OOPSpam has
been a trusted solution to stop spam for small businesses to enterprise.</h3>
</div>
<div class="column is-flex is-flex-direction-column is-align-items-center">
</div>
</div>
</div>
</section>
<section class="section" style="border-bottom: solid;
border-bottom-color: black;">
<div class="container ">
<div class="columns">
<div class="column is-flex is-flex-direction-column is-align-items-center">
<img src="/assets/about/CocktailofIngredients.svg" width="196" alt="" />
</div>
<div class="column is-8 is-flex is-flex-direction-column is-align-items-left">
<h3 class=" is-opensans-semibold has-text-black" style="font-size: 24px;">A cocktail of unique
measurements means cutting edge spam protection.</h3>
<p class="pt-6 is-opensans-regular has-text-black" style="font-size: 20px;">We are nerds about spam
protection, and know the solution is multifaceted. We could talk your head off at a party about
it (psst captcha’s are not the answer!). There are many factors to being able to detect if a
message is spam and we’ve been tweaking, adding and perfecting our API since the launch.</p>
</div>
</div>
<div class="columns pt-6 ">
<div class="column is-flex is-flex-direction-column is-align-items-center">
<img src="/assets/about/Privacy.svg" width="265" alt="" />
</div>
<div class="column is-8 is-flex is-flex-direction-column is-align-items-left">
<p class="pt-6 is-opensans-regular has-text-black" style="font-size: 20px;">Not only did we want to
develop a lightweight reliable and user-friendly spam filter, we wanted to do it in a way others
were not—specifically on the topic of privacy and data collection. Especially considering spam
protection is often an important part of a company’s cybersecurity plan.
</p>
</div>
</div>
<p class=" is-hidden-mobile pt-6 has-text-black is-opensans-semibold" style="font-size: 20px; margin: 0px 70px 0px 70px;">Being bootstrapped means we are
able to stick to our values of data privacy, which is increasingly hard to find in the anti-spam space.
Trust us- if the price is very low, there is a reason for it! We wish more people were aware of the bad
practices done by many options out there. But rest assured we do not store any of your customer’s data!
</p>
<p class=" is-hidden-tablet pt-6 has-text-black is-opensans-semibold" style="font-size: 20px;">Being bootstrapped means we are
able to stick to our values of data privacy, which is increasingly hard to find in the anti-spam space.
Trust us- if the price is very low, there is a reason for it! We wish more people were aware of the bad
practices done by many options out there. But rest assured we do not store any of your customer’s data!
</p>
</div>
</section>
<section class="section" style="border-bottom: solid; border-bottom-color: black; background-color: #FBFBED;">
<div class="container">
<div class="columns">
<div class="column is-flex is-flex-direction-column is-align-items-center">
<div class="mb-6">
<h2 class="is-size-1 has-text-centered has-text-black">Spam Detection API Use Cases
</h2>
<p class="is-opensans-regular has-text-centered has-text-black pt-3" style="font-size: 20px;">
Our Anti-spam API is used in a wide range of cases—here are a few. </p>
</div>
</div>
</div>
<div class="columns">
<div class="column is-flex is-flex-direction-column is-align-items-center has-text-centered">
<img src="/assets/about/Icon_ContactForms.svg" alt="">
<p class="my-4 is-opensans-bold has-text-black" style="font-size: 30px;">Contact Forms</p>
</div>
<div class="column is-flex is-flex-direction-column is-align-items-center has-text-centered">
<img src="/assets/about/Icon_Reviews.svg" alt="">
<p class="my-4 is-opensans-bold has-text-black" style="font-size: 30px;">Comment and <br> Review
Systems</p>
</div>
<div class="column is-flex is-flex-direction-column is-align-items-center has-text-centered">
<img src="/assets/about/Icon_Signup.svg" alt="">
<p class="my-4 is-opensans-bold has-text-black" style="font-size: 30px;">Sign Up Forms</p>
</div>
<div class="column is-flex is-flex-direction-column is-align-items-center has-text-centered">
<img src="/assets/about/Icon_Ecommerce.svg" alt="">
<p class="my-4 is-opensans-bold has-text-black" style="font-size: 30px;">E-commerce Protection</p>
</div>
</div>
<div class="columns pt-6 mt-6 mb-0 ">
<div class="column mb-4 is-flex is-flex-direction-column is-align-items-center has-text-centered">
<a style="background-image: unset;" href="https://wordpress.org/plugins/oopspam-anti-spam/"> <img src="/assets/about/Logo_Wordpress.svg" alt="WordPress logo"></a>
</div>
<div class="column mb-4 is-flex is-flex-direction-column is-align-items-center has-text-centered"> <a style="background-image: unset;"
href="https://bubble.io/plugin/oopspam-spam-detection-1582908608700x936823858020745200"><img src="/assets/about/Logo_Bubble.svg" alt="Bubble logo"></a></div>
<div class="column mb-4 is-flex is-flex-direction-column is-align-items-center has-text-centered">
<a style="background-image: unset;" href="https://zapier.com/apps/oopspam/integrations"><img src="/assets/about/Logo_Zapier.svg" alt="Zapier logo"></a>
</div>
<div class="column mb-4 is-flex is-flex-direction-column is-align-items-center has-text-centered"><a style="background-image: unset;"
href="https://www.make.com/en/integrations/oopspam-anti-spam"> <img src="/assets/about/Logo_Make.svg" alt="Make logo"></a></div>
</div>
<p class="has-text-black is-opensans-semibold has-text-centered pt-5" style="font-size: 24px;">We’ve already
integrated OOPSpam API to <a href="https://wordpress.org/plugins/oopspam-anti-spam/">WordPress</a>, <a
href="https://zapier.com/apps/oopspam/integrations">Zapier</a>, <a
href="https://www.make.com/en/integrations/oopspam-anti-spam">Make</a> and <a
href="https://bubble.io/plugin/oopspam-spam-detection-1582908608700x936823858020745200">Bubble</a>
platforms for you.
</p>
</div>
</section>
<section class="section" style=" background-color: #FCDD56;">
<div class="container ">
<div class="columns">
<div class="column is-flex is-flex-direction-column is-align-items-center">
<img src="/assets/about/OnarAlili_BW.png" width="156" alt="headshot of Onar">
<div class=" has-text-centered">
<h2 class="is-playfair is-size-1 has-text-centered has-text-black has-text-weight-bold">Our
Backstory</h2>
<p class="is-opensans-regular has-text-centered has-text-black " style="font-size: 20px;">
Written by Founder, Onar Alili</p>
<img class="mt-4" src="/assets/about/ItalyBlack.svg" width="66" alt="map of Italy">
</div>
</div>
</div>
<div class="columns">
<div class="column is-flex is-flex-direction-column is-align-items-center has-text-centered content">
<p class="mt-4 is-opensans-semibold " style="font-size: 24px;">We launched OOPSpam while I was
completing my Master’s Degree at La Sapienza University in Rome, Italy. My thesis was in
cybersecurity working on the PANOPTESEC Project funded by the European Commission.
</p>
<p class="mt-4 is-opensans-semibold" style="font-size: 24px;">Cybersecurity was a topic I focused on
and OOPSpam started at a school project. I decided to post it as an open source tool for others
to use. Soon after, I was approached by an agency asking for some extra features and wanting to
pay. This led to first launching on Rapid API and the evolution of more features, the branding
by my partner Daniella Attinella and a journey of learning more about marketing than I ever
expected to as a Software Engineer. The positive feedback has been encouraging and it is fun to
keep adding to the accuracy and performance of the API.
</p>
<hr style="width: 114px;
border-radius: 12em;
border: none;
height: 3px;
color: black;
background-color: black;">
</div>
</div>
<div class="columns ">
<div class="column is-flex is-flex-direction-column is-align-items-center has-text-centered">
<img src="/assets/about/MinnesotaBlack.svg" alt="map of Minnesota">
</div>
</div>
<p class=" is-opensans-semibold has-text-centered" style="font-size: 24px;">
Currently OOPSpam’s main office is located along the mighty Mississippi River in Minnesota
</p>
</div>
</section>
<section class="section">
<div class="container">
<div class="columns">
<div class="column is-flex is-flex-direction-column is-align-items-center">
<div style="margin-bottom: 50px;">
<h2 class="is-playfair is-size-1 has-text-centered has-text-black has-text-weight-bold">Popular
Posts</h2>
</div>
</div>
</div>
<div class="columns is-5">
<div class="column m-3 is-shadow is-flex is-flex-direction-column is-align-items-center has-text-centered p-0"
style="border:solid;border-color: black;">
<a href="https://www.oopspam.com/blog/stop-bot-signups" target="_blank">
<figure class="image ">
<img src="https://www.oopspam.com/blog/assets/posts/spam-signups/meta.png"
alt="">
</figure>
<div class="content has-text-black">
<p class="p-3 has-text-left is-opensans-semibold" style="font-size: 23px;">
How to minimize damage from fake sign-ups: practical measures ->
</p>
</div>
</a>
</div>
<div class="column m-3 is-shadow is-flex is-flex-direction-column is-align-items-center has-text-centered p-0"
style="border:solid;border-color: black;">
<a href="https://www.oopspam.com/blog/hcaptcha-performance-analyses" target="_blank">
<figure class="image ">
<img src="https://www.oopspam.com/blog/assets/posts/hcaptcha/hcaptcha-meta.png"
alt="">
</figure>
<div class="content has-text-black">
<p class="p-3 has-text-left is-opensans-semibold" style="font-size: 23px;">
Does hCaptcha slow down your website? ->
</p>
</div>
</a>
</div>
<div class="column m-3 is-shadow is-flex is-flex-direction-column is-align-items-center has-text-centered p-0"
style="border:solid;border-color: black;">
<a href="https://www.oopspam.com/blog/accessible-forms" target="_blank">
<figure class="image ">
<img src="https://www.oopspam.com/blog/assets/posts/accessible-form/meta.png"
alt="">
</figure>
<div class="content has-text-black">
<p class="p-3 has-text-left is-opensans-semibold" style="font-size: 23px;">
How to build accessible forms ->
</p>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Join to OOPSpam -->
<section id="get-started" class="section" style="background-color: rgb(255, 221, 87);">
<div class="container">
<div class="columns is-vcentered is-centered">
<div class="column is-half has-text-centered">
<img src="/assets/about/Gem.svg" style=" width: 80px;
height: 80px;
position: absolute;
margin: -130px 0 0 -25px;" alt="" />
<p class="title has-text-black ">Cutting Edge Spam Protection</p>
<div class="content pt-3">
<a class="button-has-shadow has-text-black button is-rounded " style="border:solid; border-width: 1px; background-image: unset;"
href="https://app.oopspam.com/Identity/Account/Register">
Get started with free spam checks
</a>
</div>
</div>
</div>
</div>
</section>
<footer class="footer has-background-black" >
<div class="content has-text-centered has-text-white">
<div class="columns">
<div class="column">
<h6 class=" has-text-weight-bold has-text-left" style="color: #ffdd57;">Resources</h6>
<ul class="has-text-left" style="list-style-type:none; margin:0;">
<li><a class="has-text-white" href="https://www.oopspam.com/affiliate">Affiliate Program</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/blog">Blog</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/docs">Documentation</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/#faq">FAQ</a></li>
<li><a class="has-text-white" href="https://status.oopspam.com/">Status</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/#contact">Contact us</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/2025-spam-report">✨ 2025 Annual Spam Report</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/about">👋 About</a></li>
</ul>
</div>
<div class="column">
<a href="/tools/"><h6 class=" has-text-weight-bold has-text-left" style="color: #ffdd57;">Free Tools</h6></a>
<ul class="has-text-left" style="list-style-type:none; margin:0;">
<li><a class="has-text-white" href="https://www.oopspam.com/tools/spam-words-checker">Spam Words Checker</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/tools/domain-reputation-checker">Domain Reputation Checker</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/tools/disposable-email-checker">Disposable Email and Domain Checker</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/tools/report-ip">Find out where to report an IP?</a></li>
</ul>
</div>
<div class="column">
<a href="/compare/"><h6 class=" has-text-weight-bold has-text-left" style="color: #ffdd57;">How We Compare</h6></a>
<ul class="has-text-left" style="list-style-type:none; margin:0;">
<li><a class="has-text-white" href="https://www.oopspam.com/akismet-alternative">Alternative to Akismet</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/recaptcha-alternative">Alternative to reCAPTCHA</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/hcaptcha-alternative">Alternative to hCAPTCHA</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/turnstile-alternative">Alternative to Turnstile</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/cleantalk-alternative">Alternative to CleanTalk</a></li>
</ul>
</div>
<div class="column">
<h6 class="has-text-weight-bold has-text-left" style="color: #ffdd57;">Integrations</h6>
<ul class="has-text-left" style="list-style-type:none; margin:0;">
<li><a class="has-text-white" href="https://www.oopspam.com/wordpress">WordPress</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/woocommerce">WooCommerce</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/anti-spam-filter-for-gravity-forms">Gravity Forms</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/anti-spam-filter-for-ninja-forms">Ninja Forms</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/spam-filter-for-contactform7">Contact Form 7</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/blog/spam-protection-for-elementor-forms">Elementor Forms</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/integrations/">View all integrations</a></li>
</ul>
</div>
<div class="column">
<h6 class="has-text-weight-bold has-text-left" style="color: #ffdd57;">Legal</h6>
<ul class="has-text-left" style="list-style-type:none; margin:0;">
<li><a class="has-text-white" href="https://www.oopspam.com/terms">Terms of use</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/privacypolicy">Privacy Policy</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/gdpr">GDPR Compliance</a></li>
<li><a class="has-text-white" href="https://www.oopspam.com/dpa">Data Processing Agreement</a></li>
</ul>
</div>
</div>
</div>
</footer>
<div class="has-background-black has-text-white bottom">
<div class="container is-fluid">
<div class="columns">
<div class="column">
<p class="has-text-white">© 2017 - 2026 OOPSpam LLC</p>
</div>
<div class="column has-text-right" style="display: flex;
align-items: center; justify-content: end;">
<a class="p-1" href="https://twitter.com/oopspamapi">
<img src="/assets/x-logo.svg" alt="x logo">
</a>
<a class="p-1" href="https://github.com/OOPSpam">
<img src="/assets/github-circle.svg" alt="github logo">
</a>
<a class="p-1" href="https://wordpress.org/plugins/oopspam-anti-spam/">
<img src="/assets/wordpress.svg" alt="wordpress logo">
</a>
</div>
</div>
</div>
</div>
<script async defer src="https://scripts.withcabin.com/hello.js"></script>
<script async src="/scripts/app.min.js"></script>
</body>
</html>