-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
654 lines (594 loc) · 30.8 KB
/
Copy pathindex.html
File metadata and controls
654 lines (594 loc) · 30.8 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
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>kubeWAF - Kubernetes Native WAF | ModSecurity & OWASP CRS</title>
<!-- SEO Meta -->
<meta name="description" content="kubeWAF: Kubernetes-native Web Application Firewall powered by ModSecurity and OWASP Core Rule Set. Manage WAF policies with native CRDs. Secure your K8s workloads effortlessly.">
<meta name="keywords" content="kubernetes waf, k8s waf, kubernetes web application firewall, modsecurity kubernetes, owasp crs kubernetes, envoy gateway waf, coraza, kubewaf, k8s security">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="author" content="Buzz-IT GmbH">
<meta name="theme-color" content="#10b981">
<link rel="canonical" href="https://kubewaf.io/">
<!-- Open Graph -->
<meta property="og:title" content="kubeWAF - Kubernetes Native WAF | ModSecurity & OWASP CRS">
<meta property="og:description" content="kubeWAF: Kubernetes-native Web Application Firewall powered by ModSecurity and OWASP Core Rule Set. Manage WAF policies with native CRDs. Secure your K8s workloads effortlessly.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://kubewaf.io/">
<meta property="og:image" content="https://kubewaf.io/assets/logo-full.png">
<meta property="og:site_name" content="kubeWAF">
<meta property="og:locale" content="en_US">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="kubeWAF - Kubernetes Native WAF | ModSecurity & OWASP CRS">
<meta name="twitter:description" content="Kubernetes-native Web Application Firewall with ModSecurity, OWASP CRS and native Kubernetes CRDs.">
<meta name="twitter:image" content="https://kubewaf.io/assets/logo-full.png">
<meta name="twitter:creator" content="@kubewaf">
<!-- Favicon Optimized -->
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/svg+xml" href="/assets/logo-icon.svg">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@500;600&display=swap');
body {
font-family: 'Inter', system-ui, sans-serif;
}
.logo-font {
font-family: 'Space Grotesk', sans-serif;
}
.hero-bg {
background: linear-gradient(135deg, #0f172a 0%, #1e2937 100%);
position: relative;
overflow: hidden;
}
.hero-bg::before {
content: '';
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(16, 185, 129, 0.06) 1px, transparent 1px),
linear-gradient(90deg, rgba(16, 185, 129, 0.06) 1px, transparent 1px);
background-size: 40px 40px;
opacity: 0.6;
pointer-events: none;
z-index: 0;
}
.bg-grid {
position: relative;
overflow: hidden;
}
.bg-grid::before {
content: '';
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(16, 185, 129, 0.06) 1px, transparent 1px),
linear-gradient(90deg, rgba(16, 185, 129, 0.06) 1px, transparent 1px);
background-size: 40px 40px;
opacity: 0.5;
pointer-events: none;
z-index: 0;
}
.nav-link {
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-link:hover {
color: white;
transform: translateY(-1px);
}
.feature-card {
transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
position: relative;
overflow: hidden;
}
.feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(to right, #10b981, #34d399);
transform: scaleX(0);
transition: transform 0.4s ease;
}
.feature-card:hover::before {
transform: scaleX(1);
}
.feature-card:hover {
transform: translateY(-12px);
box-shadow: 0 25px 50px -12px rgb(16 185 129 / 0.25);
}
.hero-logo {
filter: brightness(1.15) saturate(1.3) drop-shadow(0 0 30px rgb(165 243 252 / 0.6)) drop-shadow(0 25px 50px rgb(0 0 0 / 0.5));
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
}
.btn-primary {
transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
position: relative;
overflow: hidden;
}
.btn-primary::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
transform: translateX(-150%);
transition: transform 0.6s;
}
.btn-primary:hover::after {
transform: translateX(300%);
}
.btn-primary:hover {
transform: translateY(-3px) scale(1.02);
box-shadow: 0 20px 25px -5px rgb(16 185 129 / 0.4), 0 0 0 1px rgb(16 185 129 / 0.3);
}
.glow-text {
text-shadow: 0 0 20px rgb(16 185 129 / 0.5);
}
.section-header {
position: relative;
}
.section-header::after {
content: '';
position: absolute;
bottom: -8px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: linear-gradient(to right, #10b981, transparent);
border-radius: 9999px;
}
.animate-on-scroll {
opacity: 0;
transform: translateY(40px);
transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.animate-on-scroll.visible {
opacity: 1;
transform: translateY(0);
}
.feature-card {
transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.stagger-1 { transition-delay: 100ms; }
.stagger-2 { transition-delay: 200ms; }
.stagger-3 { transition-delay: 300ms; }
.stagger-4 { transition-delay: 400ms; }
</style>
<!-- Structured Data / Schema.org for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://kubewaf.io/#organization",
"name": "Buzz-IT GmbH",
"url": "https://kubewaf.io",
"logo": "https://kubewaf.io/assets/logo-full.png",
"description": "Developers of kubeWAF - Kubernetes-native Web Application Firewall",
"address": {
"@type": "PostalAddress",
"addressLocality": "Bern",
"addressCountry": "CH"
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer service",
"email": "hello@kubewaf.io"
},
"sameAs": [
"https://github.com/kubewaf-io"
]
},
{
"@type": "WebSite",
"name": "kubeWAF",
"url": "https://kubewaf.io",
"description": "Kubernetes-native Web Application Firewall",
"publisher": {
"@id": "https://kubewaf.io/#organization"
}
},
{
"@type": "SoftwareApplication",
"name": "kubeWAF",
"description": "Kubernetes-native Web Application Firewall powered by ModSecurity and OWASP Core Rule Set using native CRDs.",
"url": "https://kubewaf.io",
"codeRepository": "https://github.com/kubewaf-io/kubewaf",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Kubernetes",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@id": "https://kubewaf.io/#organization"
},
"license": "https://github.com/kubewaf-io/kubewaf/blob/master/LICENSE",
"featureList": [
"Native Kubernetes CRDs",
"ModSecurity and Coraza support",
"Full OWASP Core Rule Set integration",
"Envoy Gateway integration",
"Sidecar deployment"
]
}
]
}
</script>
</head>
<body class="bg-slate-950 text-slate-200">
<!-- Navbar -->
<nav class="border-b border-slate-800 bg-slate-950/80 backdrop-blur-md sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center py-4 lg:py-5">
<!-- Logo -->
<div class="flex items-center gap-x-3">
<img src="assets/logo-icon.svg" alt="kubeWAF logo icon" class="h-8 w-auto lg:h-9" width="36" height="36">
<span class="logo-font text-2xl lg:text-3xl font-semibold tracking-tighter text-white">kubeWAF</span>
</div>
<!-- Desktop Navigation -->
<div class="hidden md:flex items-center gap-x-8 lg:gap-x-10 text-sm font-medium">
<a href="https://github.com/kubewaf-io/kubewaf" target="_blank" class="nav-link text-slate-300 hover:text-white">GitHub</a>
<a href="https://docs.kubewaf.io" target="_blank" class="nav-link text-slate-300 hover:text-white">Documentation</a>
<a href="https://github.com/kubewaf-io/kubewaf/tree/master/config/samples" target="_blank" class="nav-link text-slate-300 hover:text-white">Examples</a>
<div class="px-5 py-2 bg-amber-400 text-slate-950 text-xs font-semibold tracking-wider rounded-2xl shadow-lg shadow-amber-500/30 ring-1 ring-amber-400/50">
WIP
</div>
</div>
<!-- Mobile Menu Button -->
<button id="mobile-menu-button"
class="md:hidden p-2 text-slate-300 hover:text-white transition-colors">
<svg id="hamburger-icon" xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
<svg id="close-icon" xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 hidden" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6L18 18" />
</svg>
</button>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden py-6 border-t border-slate-800 bg-slate-950">
<div class="flex flex-col gap-y-6 text-base font-medium px-2">
<a href="https://github.com/kubewaf-io/kubewaf" target="_blank"
class="nav-link text-slate-300 hover:text-white py-2">GitHub</a>
<a href="https://docs.kubewaf.io" target="_blank"
class="nav-link text-slate-300 hover:text-white py-2">Documentation</a>
<a href="https://github.com/kubewaf-io/kubewaf/tree/master/config/samples" target="_blank"
class="nav-link text-slate-300 hover:text-white py-2">Examples</a>
<div class="pt-4 border-t border-slate-700">
<div class="inline-flex px-6 py-3 bg-amber-400 text-slate-950 text-sm font-semibold tracking-wider rounded-2xl shadow-lg shadow-amber-500/30 ring-1 ring-amber-400/50">
WIP
</div>
</div>
</div>
</div>
</div>
</nav>
<!-- Hero -->
<header class="hero-bg pt-20 md:pt-24 pb-20 md:pb-32">
<div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8 text-center relative z-10">
<div class="mx-auto flex items-center justify-center gap-x-6 mb-16 md:mb-20">
<img src="assets/logo-icon.svg" alt="kubeWAF Kubernetes WAF logo" class="h-20 sm:h-24 lg:h-28 w-auto hero-logo" width="120" height="120" loading="eager">
<span class="logo-font text-5xl sm:text-6xl lg:text-7xl font-semibold tracking-tighter text-white glow-text">kubeWAF</span>
</div>
<h1 class="text-5xl sm:text-6xl md:text-7xl font-semibold tracking-tighter text-white mb-8 logo-font leading-none glow-text">
Kubernetes-native<br>Web Application Firewall
</h1>
<p class="text-xl text-slate-400 max-w-2xl mx-auto mb-12 leading-relaxed">
Protect your Kubernetes workloads with ModSecurity and OWASP Core Rule Set (CRS)
using native Kubernetes CRDs.
</p>
<div class="flex flex-col sm:flex-row items-center justify-center gap-3 sm:gap-x-5 w-full max-w-md mx-auto">
<a href="https://github.com/kubewaf-io/kubewaf" target="_blank"
class="btn-primary px-8 py-4 bg-emerald-500 hover:bg-emerald-400 text-slate-950 font-semibold text-base sm:text-lg rounded-3xl flex items-center justify-center gap-x-2 w-full sm:w-auto">
View on GitHub
<span class="text-xl">→</span>
</a>
<a href="https://docs.kubewaf.io" target="_blank"
class="px-8 py-4 border border-slate-700 hover:border-slate-400 font-medium rounded-3xl text-base sm:text-lg transition-all w-full sm:w-auto">
Read the documentation
</a>
</div>
<div class="mt-16 inline-flex items-center gap-x-3 text-sm text-amber-400 bg-slate-900/90 backdrop-blur-md px-8 py-4 rounded-3xl border border-amber-500/30 shadow-2xl shadow-amber-950/50">
<div class="w-3 h-3 bg-amber-400 rounded-full animate-pulse flex-shrink-0 mt-0.5"></div>
<span class="font-medium">Currently in WIP • Expected first stable release start of Q2 2026</span>
</div>
</div>
</header>
<main>
<!-- Features -->
<section class="py-28 bg-slate-900 bg-grid">
<div class="max-w-6xl mx-auto px-8 relative z-10">
<div class="text-center mb-20 animate-on-scroll">
<div class="inline-flex items-center rounded-full bg-slate-800 px-4 py-1 text-xs tracking-widest text-emerald-400 mb-4">
SECURE • NATIVE • POWERFUL
</div>
<h2 class="text-5xl font-semibold tracking-tight text-white mb-4 section-header glow-text">Built for Kubernetes</h2>
<p class="text-slate-400 max-w-md mx-auto text-lg">
Define WAF rules using Kubernetes-native CRDs. No more managing complex config files.
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="feature-card bg-slate-950 border border-slate-800 rounded-3xl p-10 animate-on-scroll stagger-1">
<div class="text-emerald-400 text-5xl mb-6">🔌</div>
<h3 class="text-2xl font-semibold mb-4 text-white">Native CRDs</h3>
<p class="text-slate-400 leading-relaxed">
Manage SecRules, SecActions and CRS policies directly in Kubernetes using
<code class="text-emerald-300 bg-slate-900 px-2 py-0.5 rounded">SecRule</code> and
<code class="text-emerald-300 bg-slate-900 px-2 py-0.5 rounded">SecAction</code> resources.
</p>
</div>
<div class="feature-card bg-slate-950 border border-slate-800 rounded-3xl p-10 animate-on-scroll stagger-2">
<div class="text-emerald-400 text-5xl mb-6">🛡️</div>
<h3 class="text-2xl font-semibold mb-4 text-white">OWASP CRS Ready</h3>
<p class="text-slate-400 leading-relaxed">
Full support for the OWASP Core Rule Set. Import, customize and manage CRS rules
as Kubernetes resources.
</p>
</div>
<div class="feature-card bg-slate-950 border border-slate-800 rounded-3xl p-10 animate-on-scroll stagger-3">
<div class="text-emerald-400 text-5xl mb-6">⚡</div>
<h3 class="text-2xl font-semibold mb-4 text-white">ModSecurity Powered</h3>
<p class="text-slate-400 leading-relaxed">
Powered by ModSecurity / Coraza. Battle-tested WAF engine with full SecLang compatibility.
</p>
</div>
<div class="feature-card bg-slate-950 border border-slate-800 rounded-3xl p-10 animate-on-scroll stagger-4">
<div class="text-emerald-400 text-5xl mb-6">🌐</div>
<h3 class="text-2xl font-semibold mb-4 text-white">Envoy Gateway</h3>
<p class="text-slate-400 leading-relaxed">
Native integration as Envoy Gateway WAF policies using Kubernetes Gateway API.
Apply rules at the gateway level.
</p>
</div>
<div class="feature-card bg-slate-950 border border-slate-800 rounded-3xl p-10 lg:col-span-2 xl:col-span-1 animate-on-scroll stagger-2">
<div class="text-emerald-400 text-5xl mb-6">📦</div>
<h3 class="text-2xl font-semibold mb-4 text-white">Sidecar WAF</h3>
<p class="text-slate-400 leading-relaxed">
Deploy as a sidecar container next to your application pods.
Fine-grained per-workload protection using Coraza or ModSecurity.
</p>
</div>
</div>
</div>
</section>
<!-- Stable Release Signup -->
<section class="py-24 bg-slate-950 border-t border-b border-slate-800 bg-grid">
<div class="max-w-2xl mx-auto px-8 text-center animate-on-scroll relative z-10">
<div class="inline-flex items-center gap-x-2 bg-amber-500/10 text-amber-400 px-5 py-1.5 rounded-3xl text-sm font-medium mb-6">
<span class="relative flex h-3 w-3">
<span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-amber-400 opacity-75"></span>
<span class="relative inline-flex rounded-full h-3 w-3 bg-amber-400"></span>
</span>
STABLE RELEASE
</div>
<h2 class="text-4xl md:text-5xl font-semibold tracking-tighter text-white mb-6 logo-font">Get notified when we launch</h2>
<p class="text-xl text-slate-400 max-w-md mx-auto mb-10">
Join the mailing list for updates on the stable release (expected Q2 2026)
and other important announcements.
</p>
<form name="newsletter" method="POST" action="/" data-netlify="true" data-netlify-honeypot="bot-field" class="max-w-md mx-auto">
<input type="hidden" name="form-name" value="newsletter">
<!-- Honeypot -->
<div class="hidden">
<label>Don't fill this out if you're human: <input name="bot-field" /></label>
</div>
<div class="flex flex-col sm:flex-row gap-3">
<input
type="email"
name="email"
id="email-input"
autocomplete="email"
placeholder="your@email.com"
required
class="flex-1 bg-slate-900 border border-slate-700 focus:border-emerald-400 rounded-3xl px-7 py-4 text-base placeholder:text-slate-500 focus:outline-none transition-colors">
<button
type="submit"
id="submit-btn"
class="btn-primary px-10 py-4 bg-emerald-500 hover:bg-emerald-400 text-slate-950 font-semibold text-base rounded-3xl flex-shrink-0 transition-all">
Subscribe
</button>
</div>
<p class="text-xs text-slate-500 mt-6 flex items-center justify-center gap-x-2">
<span class="text-emerald-400">🔒</span>
We respect your inbox. Unsubscribe anytime.
</p>
</form>
<div id="form-success" class="hidden mt-8 p-6 bg-emerald-900/20 border border-emerald-500/30 rounded-3xl">
<div class="flex items-center justify-center gap-x-3 text-emerald-400">
<span class="text-2xl">🎉</span>
<p class="font-medium">Thank you! You'll be the first to know about the stable release.</p>
</div>
</div>
</div>
</section>
<!-- Thanks -->
<section class="py-16 bg-slate-900 border-t border-slate-800 bg-grid">
<div class="max-w-4xl mx-auto px-8 text-center animate-on-scroll relative z-10">
<div class="inline-flex items-center rounded-full bg-slate-800 px-4 py-1 text-xs tracking-widest text-emerald-400 mb-6">
THANKS TO
</div>
<p class="text-slate-400 text-sm mt-3 mb-8 max-w-md mx-auto">
kubeWAF would not be possible without these outstanding open source projects
</p>
<div class="flex flex-wrap justify-center items-center gap-x-10 gap-y-6 text-sm">
<a href="https://github.com/corazawaf/coraza" target="_blank"
class="flex items-center gap-x-2 text-slate-300 hover:text-white transition-colors group">
<span class="text-2xl group-hover:scale-110 transition-transform">🛡️</span>
<span>Coraza</span>
</a>
<a href="https://github.com/owasp-modsecurity/ModSecurity" target="_blank"
class="flex items-center gap-x-2 text-slate-300 hover:text-white transition-colors group">
<span class="text-2xl group-hover:scale-110 transition-transform">🔒</span>
<span>ModSecurity</span>
</a>
<a href="https://coreruleset.org/" target="_blank"
class="flex items-center gap-x-2 text-slate-300 hover:text-white transition-colors group">
<span class="text-2xl group-hover:scale-110 transition-transform">📋</span>
<span>OWASP CRS</span>
</a>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-black py-16 text-slate-400">
<div class="max-w-7xl mx-auto px-8">
<div class="flex flex-col md:flex-row justify-between items-center gap-y-8">
<div class="flex items-center gap-x-6">
<img src="assets/logo-icon.svg" alt="kubeWAF logo" class="h-7 opacity-75" width="28" height="28">
<div>
Made with ❤️ in Bern, Switzerland by
<a href="https://kubewaf.io" target="_blank" class="text-white hover:text-emerald-400 transition-colors">Buzz-IT GmbH</a>
</div>
</div>
<div class="flex gap-x-8 text-sm">
<a href="https://github.com/kubewaf-io/kubewaf" target="_blank" class="hover:text-slate-200 transition-colors">GitHub</a>
<a href="https://docs.kubewaf.io" target="_blank" class="hover:text-slate-200 transition-colors">Documentation</a>
<a href="https://github.com/kubewaf-io/kubewaf/issues" target="_blank" class="hover:text-slate-200 transition-colors">Issues</a>
<a href="mailto:hello@kubewaf.io" class="hover:text-slate-200 transition-colors">Contact</a>
</div>
<div class="text-xs">
© 2026 Buzz-IT GmbH. All rights reserved.
</div>
</div>
</div>
</footer>
<script>
// Tailwind config
tailwind.config = {
content: [],
theme: {
extend: {}
}
}
// Scroll animations
function handleScrollAnimations() {
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry, index) => {
if (entry.isIntersecting) {
// Small delay for staggered effect
setTimeout(() => {
entry.target.classList.add('visible');
}, index * 50);
}
});
}, {
threshold: 0.15,
rootMargin: "0px 0px -50px 0px"
});
// Observe all animate-on-scroll elements
document.querySelectorAll('.animate-on-scroll').forEach((el) => {
observer.observe(el);
});
}
// Mobile menu functionality
function setupMobileMenu() {
const menuButton = document.getElementById('mobile-menu-button');
const mobileMenu = document.getElementById('mobile-menu');
const hamburger = document.getElementById('hamburger-icon');
const closeIcon = document.getElementById('close-icon');
if (!menuButton) return;
let isOpen = false;
menuButton.addEventListener('click', () => {
isOpen = !isOpen;
if (isOpen) {
mobileMenu.classList.remove('hidden');
hamburger.classList.add('hidden');
closeIcon.classList.remove('hidden');
// Prevent background scroll when menu is open
document.body.style.overflow = 'hidden';
} else {
mobileMenu.classList.add('hidden');
hamburger.classList.remove('hidden');
closeIcon.classList.add('hidden');
document.body.style.overflow = '';
}
});
// Close menu when clicking on links
const mobileLinks = mobileMenu.querySelectorAll('a');
mobileLinks.forEach(link => {
link.addEventListener('click', () => {
if (isOpen) {
menuButton.click();
}
});
});
// Close menu on escape key
document.addEventListener('keydown', (e) => {
if (e.key === 'Escape' && isOpen) {
menuButton.click();
}
});
}
// Newsletter signup form with AJAX submission for better UX
function setupNewsletterForm() {
const form = document.querySelector('form[name="newsletter"]');
const successDiv = document.getElementById('form-success');
if (!form) return;
form.addEventListener('submit', async (e) => {
e.preventDefault();
const submitBtn = form.querySelector('button[type="submit"]');
const originalText = submitBtn.textContent;
const emailInput = document.getElementById('email-input');
// Disable only the button (disabling input removes it from FormData!)
submitBtn.disabled = true;
submitBtn.textContent = 'Subscribing...';
try {
const formData = new FormData(form);
const data = Object.fromEntries(formData);
// Ensure form-name is set correctly for Netlify
data['form-name'] = 'newsletter';
// Debug: log what we're sending (check browser console after submit)
console.log('Submitting form data:', data);
console.log('Payload string:', new URLSearchParams(data).toString());
const response = await fetch('/', {
method: 'POST',
headers: {
'Content-Type': 'application/x-www-form-urlencoded',
},
body: new URLSearchParams(data).toString(),
});
if (response.ok || response.status === 303) {
// Hide form and show success
form.style.display = 'none';
successDiv.classList.remove('hidden');
console.log('%c✅ Newsletter signup successful!', 'color: #10b981;');
} else {
throw new Error(`Submission failed with status ${response.status}`);
}
} catch (error) {
console.error('Error:', error);
alert('Oops! Something went wrong. Please try again or email hello@kubewaf.io');
} finally {
// Reset button only on error
if (form.style.display !== 'none') {
submitBtn.disabled = false;
submitBtn.textContent = originalText;
}
}
});
}
// Initialize when loaded
window.addEventListener('load', () => {
handleScrollAnimations();
setupMobileMenu();
setupNewsletterForm();
// Optional: Add active nav link highlight on scroll (future proof)
console.log('%c🚀 kubeWAF website enhanced with cool animations!', 'color: #10b981; font-family: monospace;');
});
</script>
</body>
</html>