-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
803 lines (713 loc) · 22 KB
/
Copy pathindex.html
File metadata and controls
803 lines (713 loc) · 22 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
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nyx | AI Assistant for Discord</title>
<link rel="icon" type="image/png" href="./assets/nyx-logo.png" />
<link rel="apple-touch-icon" href="./assets/nyx-logo.png" />
<meta
name="description"
content="Nyx is an AI assistant for Discord servers, bot DMs, and group DMs. Ask questions, summarize chats, generate replies, and create images instantly."
/>
<meta
name="keywords"
content="Nyx, Discord AI bot, AI assistant, Discord bot, summarize conversations, image generation, slash commands"
/>
<meta name="author" content="Aarav Labs" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#0f8b8d" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Nyx" />
<meta property="og:title" content="Nyx | AI Assistant for Discord" />
<meta
property="og:description"
content="Nyx is an AI assistant for Discord servers, bot DMs, and group DMs with fast AI chat, summaries, and image generation."
/>
<meta property="og:image" content="./assets/nyx-logo.png" />
<meta property="og:image:alt" content="Nyx logo" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Nyx | AI Assistant for Discord" />
<meta
name="twitter:description"
content="Ask questions, summarize chats, generate replies, and create images instantly with Nyx."
/>
<meta name="twitter:image" content="./assets/nyx-logo.png" />
<meta name="twitter:image:alt" content="Nyx logo" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Syne:wght@500;700;800&family=Manrope:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<style>
:root {
--bg: #f6efe5;
--bg-deep: #f1dfc8;
--ink: #111014;
--ink-soft: #403948;
--card: rgba(255, 255, 255, 0.75);
--stroke: rgba(17, 16, 20, 0.12);
--teal: #0f8b8d;
--teal-deep: #07676a;
--orange: #f28f3b;
--coral: #ef6461;
--gold: #f6bd60;
--max: 1240px;
--shadow: 0 16px 44px rgba(16, 14, 20, 0.14);
}
* {
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
}
body {
font-family: "Manrope", sans-serif;
color: var(--ink);
background:
radial-gradient(circle at 12% 18%, rgba(246, 189, 96, 0.44), transparent 30%),
radial-gradient(circle at 85% 12%, rgba(15, 139, 141, 0.36), transparent 28%),
radial-gradient(circle at 70% 82%, rgba(239, 100, 97, 0.32), transparent 33%),
linear-gradient(140deg, var(--bg) 0%, var(--bg-deep) 100%);
min-height: 100vh;
line-height: 1.55;
}
.grain {
position: fixed;
inset: 0;
pointer-events: none;
opacity: 0.28;
background-image: repeating-linear-gradient(
45deg,
rgba(255, 255, 255, 0.35) 0,
rgba(255, 255, 255, 0.35) 1px,
transparent 1px,
transparent 6px
);
}
.orb {
position: fixed;
border-radius: 999px;
filter: blur(32px);
opacity: 0.38;
pointer-events: none;
}
.orb-a {
width: 260px;
height: 260px;
background: #ffaf70;
top: -30px;
left: -60px;
animation: float 10s ease-in-out infinite;
}
.orb-b {
width: 320px;
height: 320px;
background: #4cb7b8;
right: -60px;
top: 28%;
animation: float 13s ease-in-out infinite reverse;
}
.orb-c {
width: 280px;
height: 280px;
background: #ff8e89;
right: 24%;
bottom: -80px;
animation: float 14s ease-in-out infinite;
}
.container {
width: min(calc(100% - 2rem), var(--max));
margin: 0 auto;
}
.topbar {
padding: 1.25rem 0;
}
.nav {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
background: rgba(255, 255, 255, 0.62);
border: 1px solid var(--stroke);
border-radius: 999px;
padding: 0.65rem 0.95rem 0.65rem 0.75rem;
backdrop-filter: blur(6px);
}
.brand {
display: inline-flex;
align-items: center;
gap: 0.6rem;
text-decoration: none;
color: var(--ink);
font-family: "Syne", sans-serif;
font-weight: 700;
letter-spacing: 0.02em;
}
.brand img {
width: 34px;
height: 34px;
border-radius: 9px;
border: 1px solid rgba(17, 16, 20, 0.15);
}
.nav-links {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
gap: 0.45rem;
}
.nav-links a {
text-decoration: none;
color: var(--ink-soft);
font-weight: 600;
font-size: 0.92rem;
padding: 0.45rem 0.75rem;
border-radius: 999px;
transition: background 160ms ease, color 160ms ease;
}
.nav-links a:hover {
background: rgba(17, 16, 20, 0.08);
color: var(--ink);
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.hero {
display: grid;
grid-template-columns: 1fr;
gap: 1.35rem;
padding: 1rem 0 1.35rem;
}
.card {
background: var(--card);
border: 1px solid var(--stroke);
border-radius: 24px;
box-shadow: var(--shadow);
}
.hero-main {
padding: 2.3rem;
animation: rise 620ms ease both;
}
.eyebrow {
display: inline-block;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--teal-deep);
margin-bottom: 0.8rem;
}
h1,
h2,
h3 {
font-family: "Syne", sans-serif;
line-height: 1.06;
letter-spacing: 0.01em;
margin: 0;
}
h1 {
font-size: clamp(2rem, 3.8vw, 3.5rem);
}
#typed-target {
color: var(--teal-deep);
white-space: nowrap;
}
.type-slot {
display: inline-flex;
align-items: baseline;
white-space: nowrap;
}
.type-cursor {
display: inline-block;
margin-left: 0.08em;
color: var(--teal-deep);
animation: blink 900ms steps(1, end) infinite;
}
.lead {
margin: 1rem 0 1.35rem;
font-size: clamp(1rem, 1.3vw, 1.18rem);
color: #2e2b34;
max-width: 46ch;
}
.cta-row {
display: flex;
flex-wrap: wrap;
gap: 0.7rem;
margin-bottom: 1rem;
}
.btn {
text-decoration: none;
font-weight: 700;
font-size: 0.95rem;
border-radius: 12px;
padding: 0.72rem 1.05rem;
transition: transform 180ms ease, box-shadow 180ms ease;
}
.btn-primary {
background: linear-gradient(145deg, var(--teal) 0%, #09a3a7 100%);
color: #fff;
box-shadow: 0 12px 22px rgba(7, 103, 106, 0.3);
}
.btn-secondary {
background: #fff;
color: var(--ink);
border: 1px solid var(--stroke);
}
.btn:hover {
transform: translateY(-2px);
}
.pills {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
}
.pill {
font-size: 0.8rem;
padding: 0.34rem 0.6rem;
border-radius: 999px;
border: 1px solid var(--stroke);
background: rgba(255, 255, 255, 0.78);
color: #2f2b35;
font-weight: 700;
}
.section {
padding: 0.95rem 0 1.4rem;
}
.section h2 {
font-size: clamp(1.4rem, 2.2vw, 2rem);
}
.section-intro {
color: #3f3948;
margin: 0.55rem 0 1rem;
}
.commands-cta {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.7rem;
margin-top: 0.95rem;
}
.commands-cta .section-intro {
margin: 0;
}
.shade-link {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
font-weight: 700;
font-size: 0.88rem;
white-space: nowrap;
color: #0f6667;
background: rgba(15, 139, 141, 0.14);
border: 1px solid rgba(15, 139, 141, 0.32);
border-radius: 999px;
padding: 0.34rem 0.68rem;
transition: transform 180ms ease, box-shadow 180ms ease;
}
.shade-link:hover {
transform: translateY(-1px);
box-shadow: 0 8px 14px rgba(15, 102, 103, 0.16);
}
.feature-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0.85rem;
}
.feature {
padding: 1rem;
border-radius: 18px;
border: 1px solid var(--stroke);
background: rgba(255, 255, 255, 0.8);
min-height: 160px;
animation: rise 600ms ease both;
}
.feature h3 {
font-size: 1rem;
margin-bottom: 0.4rem;
}
.feature p {
margin: 0;
color: #4a4353;
font-size: 0.93rem;
}
.contexts {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0.85rem;
}
.context {
padding: 1rem;
border-radius: 18px;
border: 1px solid var(--stroke);
background: rgba(255, 255, 255, 0.74);
}
.context strong {
font-family: "Syne", sans-serif;
display: block;
margin-bottom: 0.3rem;
}
.command-row {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.command {
background: #ffffff;
border: 1px solid var(--stroke);
border-radius: 10px;
padding: 0.45rem 0.65rem;
font-size: 0.85rem;
font-weight: 700;
}
.banner {
margin: 1.2rem 0 2rem;
padding: 1.4rem;
border-radius: 22px;
background:
linear-gradient(130deg, rgba(15, 139, 141, 0.94) 0%, rgba(7, 103, 106, 0.95) 68%),
var(--teal);
color: #f7fbfc;
box-shadow: 0 16px 34px rgba(7, 103, 106, 0.35);
}
.banner h3 {
font-size: clamp(1.3rem, 2vw, 1.9rem);
}
.banner p {
max-width: 56ch;
margin: 0.75rem 0 1rem;
}
.footer {
border-top: 1px solid rgba(17, 16, 20, 0.1);
padding: 1rem 0 1.5rem;
font-size: 0.88rem;
color: #4e4758;
}
.footer-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.9rem;
}
.footer-copy {
font-weight: 600;
}
.footer .shade-link {
font-size: 0.86rem;
}
@keyframes rise {
from {
transform: translateY(14px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@keyframes float {
0%,
100% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-14px) scale(1.04);
}
}
@keyframes blink {
0%,
49% {
opacity: 1;
}
50%,
100% {
opacity: 0;
}
}
@media (max-width: 980px) {
.hero {
grid-template-columns: 1fr;
}
.feature-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 700px) {
.container {
width: min(calc(100% - 1.2rem), var(--max));
}
.nav {
border-radius: 18px;
align-items: center;
flex-direction: column;
}
.brand {
margin: 0 auto;
}
.nav-links {
width: 100%;
justify-content: center;
flex-wrap: nowrap;
gap: 0.1rem;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.nav-links a {
font-size: 0.72rem;
padding: 0.28rem 0.34rem;
letter-spacing: -0.01em;
}
.hero-main {
padding: 1.25rem;
}
.cta-row {
display: grid;
grid-template-columns: 1fr;
}
.cta-row .btn {
text-align: center;
}
.commands-cta {
flex-direction: column;
align-items: flex-start;
gap: 0.52rem;
}
.feature-grid,
.contexts {
grid-template-columns: 1fr;
}
.banner {
padding: 1.1rem;
}
.footer-inner {
flex-direction: column;
align-items: flex-start;
}
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation: none !important;
transition: none !important;
}
}
</style>
</head>
<body>
<div class="grain" aria-hidden="true"></div>
<div class="orb orb-a" aria-hidden="true"></div>
<div class="orb orb-b" aria-hidden="true"></div>
<div class="orb orb-c" aria-hidden="true"></div>
<header class="topbar">
<div class="container">
<nav class="nav" aria-label="Primary">
<a class="brand" href="index.html">
<img src="./assets/nyx-logo.png" alt="Nyx logo" />
<span>Nyx</span>
</a>
<div class="nav-links">
<a href="commands.html">Commands</a>
<a href="https://github.com/axrxvm/nyx" target="_blank" rel="noopener noreferrer">GitHub</a>
<a href="privacy.html">Privacy</a>
<a href="tos.html">Terms</a>
</div>
</nav>
</div>
</header>
<main class="container">
<section class="hero" aria-labelledby="hero-title">
<article class="hero-main card">
<span class="eyebrow">The only Discord AI Companion you will ever need</span>
<h1 id="hero-title">
Nyx is an AI assistant for
<span class="sr-only">servers, bot DMs, group DMs, Discord, and everything</span>
<span class="type-slot" aria-hidden="true"
><span id="typed-target">servers</span><span class="type-cursor" id="type-cursor">|</span>.</span>
</h1>
<p class="lead">
Nyx is an AI assistant for Discord. Mention Nyx in any chat to ask questions,
explain messages, summarize conversations, generate replies, or create images
instantly.
</p>
<div class="cta-row">
<a
class="btn btn-primary"
href="https://discord.com/oauth2/authorize?client_id=1478656527970603132"
target="_blank"
rel="noopener noreferrer"
>Add Nyx to Discord</a
>
<a class="btn btn-secondary" href="privacy.html">Read Privacy Policy</a>
<a class="btn btn-secondary" href="tos.html">Read Terms</a>
</div>
<div class="pills" aria-label="Highlights">
<span class="pill">Slash Commands</span>
<span class="pill">Message Actions</span>
<span class="pill">Smart Context Awareness</span>
<span class="pill">Fast + Reliable</span>
</div>
</article>
</section>
<section class="section" id="features" aria-labelledby="feature-title">
<h2 id="feature-title">Instant help, creativity, and clarity</h2>
<p class="section-intro">
Nyx combines conversation AI, image generation, OCR, moderation, and search into one
assistant that feels native to Discord.
</p>
<div class="feature-grid">
<article class="feature">
<h3>Ask and Explain</h3>
<p>Get direct answers and clear breakdowns for tricky messages, topics, or threads.</p>
</article>
<article class="feature">
<h3>Summarize Fast</h3>
<p>Turn long chats into quick, actionable recaps in seconds.</p>
</article>
<article class="feature">
<h3>Generate Replies</h3>
<p>Draft polished replies that match your context and intent.</p>
</article>
<article class="feature">
<h3>Create Images</h3>
<p>Use simple prompts to generate visuals directly from the conversation flow.</p>
</article>
<article class="feature">
<h3>Message Actions</h3>
<p>Right-click messages to summarize, explain, reply, or imagine without extra steps.</p>
</article>
<article class="feature">
<h3>Slash Commands</h3>
<p>Trigger powerful tools with clean command workflows built for Discord speed.</p>
</article>
<article class="feature">
<h3>Context Aware</h3>
<p>Nyx uses relevant channel context to produce smarter, more grounded responses.</p>
</article>
<article class="feature">
<h3>Reliable Responses</h3>
<p>Designed for fast interaction with guardrails for quality and safety.</p>
</article>
</div>
</section>
<section class="section" id="contexts" aria-labelledby="contexts-title">
<h2 id="contexts-title">Built for every Discord setting</h2>
<p class="section-intro">One assistant that works where your community already talks.</p>
<div class="contexts">
<article class="context">
<strong>Servers</strong>
<p>Boost support, moderation, creativity, and knowledge-sharing in community channels.</p>
</article>
<article class="context">
<strong>Bot DMs</strong>
<p>Get private one-on-one help for writing, research, planning, and ideas.</p>
</article>
<article class="context">
<strong>Group DMs</strong>
<p>Keep group chats organized with summaries, smart replies, and quick context sync.</p>
</article>
</div>
</section>
<section class="section" id="commands" aria-labelledby="commands-title">
<h2 id="commands-title">Power tools at your fingertips</h2>
<p class="section-intro">Use slash commands or mention Nyx directly in any conversation.</p>
<div class="command-row" aria-label="Key slash commands">
<span class="command">/ask</span>
<span class="command">/summarize</span>
<span class="command">/imagine</span>
<span class="command">/search</span>
<span class="command">/ocr</span>
<span class="command">/moderate</span>
<span class="command">/profile</span>
<span class="command">/memory</span>
<span class="command">/models</span>
<span class="command">/status</span>
</div>
<div class="commands-cta">
<p class="section-intro">Need the full list and examples?</p>
<a class="shade-link" href="commands.html">Open Commands Guide</a>
</div>
</section>
<section class="banner" aria-labelledby="banner-title">
<h3 id="banner-title">Bring Nyx into your Discord workflow today</h3>
<p>
Move from endless scrollback to instant insight. Nyx helps people think faster, write
better, and collaborate with more confidence.
</p>
<a
class="btn btn-secondary"
href="https://discord.com/oauth2/authorize?client_id=1478656527970603132"
target="_blank"
rel="noopener noreferrer"
>Launch Nyx in Discord</a
>
</section>
</main>
<footer class="footer">
<div class="container footer-inner">
<div class="footer-copy">(c) <span id="copyright-year">2026</span> - Aarav Mehta</div>
<a
class="shade-link"
href="https://github.com/axrxvm/nyx"
target="_blank"
rel="noopener noreferrer"
>Open Source on GitHub</a
>
</div>
</footer>
<script>
(() => {
const yearTarget = document.getElementById("copyright-year");
if (yearTarget) {
yearTarget.textContent = String(new Date().getFullYear());
}
const target = document.getElementById("typed-target");
const cursor = document.getElementById("type-cursor");
if (!target || !cursor) return;
const reduced = window.matchMedia("(prefers-reduced-motion: reduce)").matches;
if (reduced) {
target.textContent = "servers";
cursor.style.display = "none";
return;
}
const words = ["servers", "bot\u00A0DMs", "group\u00A0DMs", "Discord", "everything"];
let wordIndex = 0;
let charIndex = 0;
let deleting = false;
const tick = () => {
const current = words[wordIndex];
let delay = deleting ? 42 : 68;
if (!deleting) {
charIndex += 1;
target.textContent = current.slice(0, charIndex);
if (charIndex >= current.length) {
deleting = true;
delay = 1100;
}
} else {
charIndex -= 1;
target.textContent = current.slice(0, Math.max(0, charIndex));
if (charIndex <= 0) {
deleting = false;
wordIndex = (wordIndex + 1) % words.length;
delay = 260;
}
}
window.setTimeout(tick, delay);
};
tick();
})();
</script>
</body>
</html>