-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
869 lines (826 loc) · 41.9 KB
/
Copy pathindex.html
File metadata and controls
869 lines (826 loc) · 41.9 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
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>PromptVault Pro — AI Prompt Manager for Marketers, Coders & Creators</title>
<meta name="description" content="Stop wasting time managing prompts in Notion. PromptVault Pro uses Dynamic Variable Inputs to execute complex prompts in seconds. $25 Lifetime Access."/>
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet"/>
<style>
:root {
--bg: #080b14;
--surface: #0e1220;
--card: #131826;
--border: rgba(99,120,255,0.15);
--accent: #6378ff;
--accent2: #a78bfa;
--gold: #f5c518;
--text: #e8eaf6;
--muted: #7b83a6;
--success: #22c55e;
--glow: rgba(99,120,255,0.25);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
background: var(--bg);
color: var(--text);
font-family: 'DM Sans', sans-serif;
font-size: 16px;
line-height: 1.7;
overflow-x: hidden;
}
/* ---- BG MESH ---- */
body::before {
content: '';
position: fixed; inset: 0; z-index: 0;
background:
radial-gradient(ellipse 80% 50% at 20% 10%, rgba(99,120,255,0.12) 0%, transparent 60%),
radial-gradient(ellipse 60% 40% at 80% 80%, rgba(167,139,250,0.08) 0%, transparent 55%),
radial-gradient(ellipse 40% 60% at 50% 50%, rgba(99,120,255,0.04) 0%, transparent 70%);
pointer-events: none;
}
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
/* ---- NAV ---- */
nav {
position: fixed; top: 0; left: 0; right: 0; z-index: 100;
border-bottom: 1px solid var(--border);
background: rgba(8,11,20,0.85);
backdrop-filter: blur(16px);
}
.nav-inner {
display: flex; align-items: center; justify-content: space-between;
padding: 16px 24px; max-width: 1100px; margin: 0 auto;
}
.logo {
font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.25rem;
background: linear-gradient(135deg, #6378ff, #a78bfa);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
text-decoration: none;
}
.nav-cta {
background: linear-gradient(135deg, #6378ff, #a78bfa);
color: #fff; border: none; border-radius: 8px; padding: 10px 22px;
font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.9rem;
cursor: pointer; text-decoration: none; display: inline-block;
transition: transform 0.2s, box-shadow 0.2s;
box-shadow: 0 0 20px var(--glow);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 30px rgba(99,120,255,0.45); }
/* ---- HERO ---- */
.hero {
min-height: 100vh; display: flex; flex-direction: column;
align-items: center; justify-content: center; text-align: center;
padding: 120px 24px 80px;
}
.badge {
display: inline-flex; align-items: center; gap: 8px;
background: rgba(99,120,255,0.1); border: 1px solid rgba(99,120,255,0.3);
border-radius: 100px; padding: 6px 16px; font-size: 0.82rem;
color: #a78bfa; margin-bottom: 28px; font-weight: 500;
animation: fadeDown 0.6s ease both;
}
.badge::before { content: '✦'; font-size: 0.7rem; }
h1 {
font-family: 'Syne', sans-serif; font-weight: 800;
font-size: clamp(2.4rem, 6vw, 4.2rem); line-height: 1.1;
letter-spacing: -0.03em; margin-bottom: 24px;
animation: fadeUp 0.7s 0.1s ease both;
}
h1 span {
background: linear-gradient(135deg, #6378ff 20%, #a78bfa 80%);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-sub {
font-size: clamp(1rem, 2.5vw, 1.2rem); color: var(--muted); max-width: 600px;
margin: 0 auto 40px; font-weight: 300;
animation: fadeUp 0.7s 0.2s ease both;
}
.hero-cta-group { display: flex; flex-direction: column; align-items: center; gap: 14px; animation: fadeUp 0.7s 0.3s ease both; }
.btn-primary {
display: inline-flex; align-items: center; gap: 10px;
background: linear-gradient(135deg, #6378ff, #a78bfa);
color: #fff; text-decoration: none; border-radius: 12px;
padding: 18px 36px; font-family: 'Syne', sans-serif;
font-weight: 700; font-size: 1.1rem;
box-shadow: 0 0 40px rgba(99,120,255,0.4);
transition: transform 0.2s, box-shadow 0.2s;
border: none; cursor: pointer;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 50px rgba(99,120,255,0.5); }
.btn-primary .price-tag {
background: rgba(255,255,255,0.2); border-radius: 6px;
padding: 2px 10px; font-size: 0.9rem;
}
.trust-badge {
display: inline-flex; align-items: center; gap: 8px;
color: var(--success); font-size: 0.88rem; font-weight: 500;
}
.hero-stats {
display: flex; gap: 40px; margin-top: 60px; flex-wrap: wrap; justify-content: center;
animation: fadeUp 0.7s 0.4s ease both;
}
.stat { text-align: center; }
.stat-num {
font-family: 'Syne', sans-serif; font-weight: 800; font-size: 2rem;
background: linear-gradient(135deg, #6378ff, #a78bfa);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-label { font-size: 0.82rem; color: var(--muted); }
/* ---- SECTION COMMONS ---- */
section { padding: 90px 0; }
.section-label {
font-size: 0.78rem; font-weight: 600; letter-spacing: 0.15em;
text-transform: uppercase; color: var(--accent2); margin-bottom: 12px;
}
h2 {
font-family: 'Syne', sans-serif; font-weight: 800;
font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.15;
letter-spacing: -0.02em; margin-bottom: 16px;
}
.section-sub { color: var(--muted); max-width: 550px; font-size: 1.05rem; }
/* ---- PROBLEM ---- */
.problem-grid {
display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px; margin-top: 48px;
}
.pain-card {
background: var(--card); border: 1px solid var(--border);
border-radius: 16px; padding: 28px; position: relative; overflow: hidden;
transition: border-color 0.3s;
}
.pain-card:hover { border-color: rgba(99,120,255,0.35); }
.pain-card::before {
content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
background: linear-gradient(90deg, transparent, rgba(99,120,255,0.4), transparent);
}
.pain-icon { font-size: 1.8rem; margin-bottom: 14px; }
.pain-card h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; }
.pain-card p { color: var(--muted); font-size: 0.92rem; }
/* ---- FEATURES ---- */
.features-grid {
display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px; margin-top: 48px;
}
.feat-card {
background: var(--card); border: 1px solid var(--border);
border-radius: 20px; padding: 32px; transition: transform 0.3s, border-color 0.3s;
}
.feat-card:hover { transform: translateY(-4px); border-color: rgba(99,120,255,0.4); }
.feat-icon {
width: 52px; height: 52px; border-radius: 14px; display: flex;
align-items: center; justify-content: center; font-size: 1.5rem;
background: linear-gradient(135deg, rgba(99,120,255,0.15), rgba(167,139,250,0.1));
border: 1px solid rgba(99,120,255,0.2); margin-bottom: 20px;
}
.feat-card h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.1rem; margin-bottom: 10px; }
.feat-card p { color: var(--muted); font-size: 0.92rem; }
/* ---- DEMO SECTION ---- */
.demo-section { background: var(--surface); border-radius: 24px; padding: 48px; margin: 0 0 40px; }
.demo-section h2 { margin-bottom: 8px; }
.demo-layout { display: grid; grid-template-columns: 280px 1fr; gap: 24px; margin-top: 32px; }
@media(max-width:768px) { .demo-layout { grid-template-columns: 1fr; } }
.demo-sidebar {
background: var(--card); border: 1px solid var(--border);
border-radius: 16px; padding: 20px; display: flex; flex-direction: column; gap: 10px;
}
.demo-sidebar-title {
font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.85rem;
color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px;
}
.demo-prompt-item {
background: var(--surface); border: 1px solid var(--border);
border-radius: 10px; padding: 14px 16px; cursor: pointer;
transition: border-color 0.2s, background 0.2s;
}
.demo-prompt-item:hover, .demo-prompt-item.active {
border-color: var(--accent); background: rgba(99,120,255,0.08);
}
.demo-prompt-item h4 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.9rem; margin-bottom: 4px; }
.demo-prompt-item p { font-size: 0.78rem; color: var(--muted); }
.demo-tag {
display: inline-block; font-size: 0.68rem; font-weight: 600;
background: rgba(99,120,255,0.15); color: var(--accent2);
border-radius: 4px; padding: 2px 8px; margin-top: 6px;
}
.demo-main { display: flex; flex-direction: column; gap: 16px; }
.demo-template-box {
background: var(--card); border: 1px solid var(--border);
border-radius: 16px; padding: 24px;
}
.demo-template-box label {
font-size: 0.78rem; font-weight: 600; color: var(--muted);
text-transform: uppercase; letter-spacing: 0.08em; display: block; margin-bottom: 10px;
}
.demo-template-text { font-size: 0.95rem; line-height: 1.7; color: var(--text); }
.demo-var-highlight {
background: rgba(99,120,255,0.2); color: #a78bfa;
border-radius: 4px; padding: 1px 6px; font-weight: 600;
}
.demo-vars-box {
background: var(--card); border: 1px solid var(--border);
border-radius: 16px; padding: 24px;
}
.demo-vars-box label {
font-size: 0.78rem; font-weight: 600; color: var(--muted);
text-transform: uppercase; letter-spacing: 0.08em; display: block; margin-bottom: 14px;
}
.vars-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.var-input-group label { font-size: 0.82rem; color: var(--accent2); font-weight: 500; display: block; margin-bottom: 6px; }
.var-input-group input {
width: 100%; background: var(--surface); border: 1px solid var(--border);
border-radius: 8px; padding: 10px 14px; color: var(--text);
font-family: 'DM Sans', sans-serif; font-size: 0.9rem;
transition: border-color 0.2s; outline: none;
}
.var-input-group input:focus { border-color: var(--accent); }
.demo-preview-box {
background: linear-gradient(135deg, rgba(99,120,255,0.06), rgba(167,139,250,0.04));
border: 1px solid rgba(99,120,255,0.25);
border-radius: 16px; padding: 24px;
}
.demo-preview-box label {
font-size: 0.78rem; font-weight: 600; color: var(--accent2);
text-transform: uppercase; letter-spacing: 0.08em; display: block; margin-bottom: 10px;
}
#demo-preview-text { font-size: 0.95rem; line-height: 1.7; min-height: 60px; }
.demo-copy-btn {
display: inline-flex; align-items: center; gap: 8px;
background: linear-gradient(135deg, #6378ff, #a78bfa);
color: #fff; border: none; border-radius: 10px; padding: 13px 28px;
font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.95rem;
cursor: pointer; transition: transform 0.2s, box-shadow 0.2s;
box-shadow: 0 0 20px var(--glow); align-self: flex-start;
}
.demo-copy-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(99,120,255,0.45); }
/* ---- HOW IT WORKS ---- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; margin-top: 48px; position: relative; }
.steps::before {
content: ''; position: absolute; top: 30px; left: 10%; right: 10%; height: 1px;
background: linear-gradient(90deg, transparent, var(--border), transparent);
}
.step { text-align: center; padding: 0 20px; position: relative; }
.step-num {
width: 60px; height: 60px; border-radius: 50%; display: flex;
align-items: center; justify-content: center; margin: 0 auto 20px;
background: linear-gradient(135deg, rgba(99,120,255,0.2), rgba(167,139,250,0.1));
border: 2px solid rgba(99,120,255,0.35);
font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.2rem;
color: var(--accent2); position: relative; z-index: 1;
}
.step h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.88rem; }
/* ---- PRICING ---- */
.pricing-card {
max-width: 480px; margin: 48px auto 0;
background: var(--card); border: 1px solid rgba(99,120,255,0.35);
border-radius: 24px; padding: 48px; text-align: center;
position: relative; overflow: hidden;
box-shadow: 0 0 80px rgba(99,120,255,0.12);
}
.pricing-card::before {
content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
background: linear-gradient(90deg, #6378ff, #a78bfa);
}
.price-badge {
display: inline-block; background: rgba(245,197,24,0.12);
border: 1px solid rgba(245,197,24,0.35); color: var(--gold);
border-radius: 100px; padding: 5px 18px; font-size: 0.82rem; font-weight: 700;
letter-spacing: 0.05em; margin-bottom: 24px;
}
.price-amount { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 4rem; line-height: 1; }
.price-amount sup { font-size: 1.5rem; vertical-align: super; }
.price-period { color: var(--muted); margin-bottom: 8px; font-size: 0.9rem; }
.price-old { text-decoration: line-through; color: var(--muted); font-size: 0.9rem; margin-bottom: 32px; }
.price-features { text-align: left; margin: 32px 0; display: flex; flex-direction: column; gap: 12px; }
.price-feat {
display: flex; align-items: center; gap: 12px;
font-size: 0.93rem;
}
.price-feat::before {
content: '✓'; display: inline-flex; align-items: center; justify-content: center;
width: 22px; height: 22px; border-radius: 50%;
background: rgba(34,197,94,0.15); color: var(--success);
font-size: 0.75rem; font-weight: 700; flex-shrink: 0;
}
/* ---- TESTIMONIALS ---- */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 48px; }
.testi-card {
background: var(--card); border: 1px solid var(--border);
border-radius: 20px; padding: 28px; transition: border-color 0.3s;
}
.testi-card:hover { border-color: rgba(99,120,255,0.35); }
.testi-stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 14px; letter-spacing: 2px; }
.testi-text { color: var(--muted); font-size: 0.93rem; margin-bottom: 20px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
width: 40px; height: 40px; border-radius: 50%;
background: linear-gradient(135deg, #6378ff, #a78bfa);
display: flex; align-items: center; justify-content: center;
font-family: 'Syne', sans-serif; font-weight: 800; font-size: 0.9rem;
}
.testi-name { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.9rem; }
.testi-role { font-size: 0.78rem; color: var(--muted); }
/* ---- FAQ ---- */
.faq-list { margin-top: 48px; display: flex; flex-direction: column; gap: 12px; max-width: 720px; }
.faq-item {
background: var(--card); border: 1px solid var(--border);
border-radius: 14px; overflow: hidden;
}
.faq-q {
padding: 20px 24px; cursor: pointer; display: flex; justify-content: space-between;
align-items: center; font-family: 'Syne', sans-serif; font-weight: 600; font-size: 0.95rem;
transition: color 0.2s;
}
.faq-q:hover { color: var(--accent2); }
.faq-arrow { transition: transform 0.3s; font-size: 0.8rem; color: var(--muted); }
.faq-item.open .faq-arrow { transform: rotate(180deg); color: var(--accent2); }
.faq-a {
max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
font-size: 0.92rem; color: var(--muted);
}
.faq-item.open .faq-a { max-height: 300px; }
.faq-a-inner { padding: 0 24px 20px; }
/* ---- FOOTER ---- */
footer {
border-top: 1px solid var(--border); padding: 48px 24px 32px;
text-align: center; position: relative; z-index: 1;
}
.footer-logo {
font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.4rem;
background: linear-gradient(135deg, #6378ff, #a78bfa);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
display: inline-block; margin-bottom: 16px;
}
.footer-tagline { color: var(--muted); font-size: 0.88rem; margin-bottom: 28px; }
.social-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.social-btn {
display: inline-flex; align-items: center; gap: 7px;
background: var(--card); border: 1px solid var(--border);
border-radius: 8px; padding: 9px 16px; color: var(--muted);
text-decoration: none; font-size: 0.82rem; font-weight: 500;
transition: border-color 0.2s, color 0.2s;
}
.social-btn:hover { border-color: var(--accent); color: var(--text); }
.footer-made {
font-size: 0.82rem; color: var(--muted);
}
.footer-made span { color: #ff6b6b; }
.footer-bottom { margin-top: 24px; font-size: 0.78rem; color: rgba(123,131,166,0.5); }
/* ---- TOAST ---- */
.toast {
position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(100px);
background: var(--success); color: #fff; padding: 12px 28px;
border-radius: 100px; font-weight: 600; font-size: 0.9rem;
transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
z-index: 9999; white-space: nowrap;
}
.toast.show { transform: translateX(-50%) translateY(0); }
/* ---- ANIMATIONS ---- */
@keyframes fadeDown { from { opacity:0; transform:translateY(-20px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
@keyframes pulse { 0%,100% { box-shadow: 0 0 40px rgba(99,120,255,0.3); } 50% { box-shadow: 0 0 60px rgba(99,120,255,0.55); } }
.btn-primary { animation: pulse 3s infinite; }
/* ---- DIVIDER ---- */
.divider {
height: 1px; background: linear-gradient(90deg, transparent, var(--border), transparent);
margin: 0;
}
@media(max-width:600px) {
.steps::before { display: none; }
.hero-stats { gap: 24px; }
.pricing-card { padding: 32px 24px; }
.demo-section { padding: 28px 16px; }
}
</style>
</head>
<body>
<!-- NAV -->
<nav>
<div class="nav-inner">
<a href="#" class="logo">⚡ PromptVault Pro</a>
<a href="https://avinashwalton.gumroad.com/l/PromptVaultPro" target="_blank" class="nav-cta">Get Lifetime Access — $25</a>
</div>
</nav>
<!-- HERO -->
<section class="hero">
<div class="wrap">
<div class="badge">Now Available — Lifetime Deal</div>
<h1>Your AI Prompts, <span>Supercharged.</span><br/>Stop Wasting Time in Notion.</h1>
<p class="hero-sub">PromptVault Pro uses Dynamic Variable Inputs to execute complex, multi-step AI prompts in seconds — not minutes. One tool. Every workflow.</p>
<div class="hero-cta-group">
<a href="https://avinashwalton.gumroad.com/l/PromptVaultPro" target="_blank" class="btn-primary">
Get Lifetime Access <span class="price-tag">$25</span>
</a>
<div class="trust-badge">🛡️ Backed by a 14-Day, 100% Money-Back Guarantee</div>
</div>
<div class="hero-stats">
<div class="stat"><div class="stat-num">100%</div><div class="stat-label">Local & Private</div></div>
<div class="stat"><div class="stat-num">0</div><div class="stat-label">API Keys Needed</div></div>
<div class="stat"><div class="stat-num">∞</div><div class="stat-label">Prompts Stored</div></div>
<div class="stat"><div class="stat-num">$25</div><div class="stat-label">One-Time, Forever</div></div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- PROBLEM -->
<section>
<div class="wrap">
<div class="section-label">The Problem</div>
<h2>Managing Prompts Shouldn't <br/>Feel Like a Full-Time Job</h2>
<p class="section-sub">Every AI power-user knows the pain. Here's what you're dealing with right now:</p>
<div class="problem-grid">
<div class="pain-card">
<div class="pain-icon">😩</div>
<h3>Notion Prompt Graveyards</h3>
<p>You spend more time finding your prompt than actually using it. 47 pages, 200 blocks, zero organization.</p>
</div>
<div class="pain-card">
<div class="pain-icon">🔁</div>
<h3>Copy-Paste Repetition Hell</h3>
<p>Manually replacing [Product Name], [Audience], [Tone] every single time. For every. Single. Prompt.</p>
</div>
<div class="pain-card">
<div class="pain-icon">🔒</div>
<h3>Privacy & API Lock-In</h3>
<p>Every "AI tool" wants your data, your API key, your subscription. Your prompts are your IP — guard them.</p>
</div>
<div class="pain-card">
<div class="pain-icon">💸</div>
<h3>Subscription Fatigue</h3>
<p>Another $19/month. Another $29/month. Tools that hold your data hostage when you stop paying.</p>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- INTERACTIVE DEMO -->
<section id="demo">
<div class="wrap">
<div class="demo-section">
<div class="section-label">🎮 Try It Free — Live Demo</div>
<h2>Fill Variables. Copy. Done.</h2>
<p class="section-sub" style="margin-bottom:0">Select a prompt below, fill in the variables, and see the magic happen in real-time.</p>
<div class="demo-layout">
<div class="demo-sidebar">
<div class="demo-sidebar-title">Prompt Library</div>
<div class="demo-prompt-item active" onclick="loadDemo(0)">
<h4>🎯 Marketing Copy</h4>
<p>Product launch email blast</p>
<span class="demo-tag">Marketing</span>
</div>
<div class="demo-prompt-item" onclick="loadDemo(1)">
<h4>💻 Code Explainer</h4>
<p>Explain code to any audience</p>
<span class="demo-tag">Coding</span>
</div>
<div class="demo-prompt-item" onclick="loadDemo(2)">
<h4>📧 Cold Outreach</h4>
<p>Personalized B2B email</p>
<span class="demo-tag">Email</span>
</div>
</div>
<div class="demo-main">
<div class="demo-template-box">
<label>📋 Prompt Template</label>
<div class="demo-template-text" id="demo-template-display"></div>
</div>
<div class="demo-vars-box">
<label>⚡ Dynamic Variables — Fill These In</label>
<div class="vars-grid" id="demo-vars-grid"></div>
</div>
<div class="demo-preview-box">
<label>✨ Live Preview — Final Prompt</label>
<div id="demo-preview-text"></div>
</div>
<button class="demo-copy-btn" onclick="copyDemo()">📋 Copy Final Prompt</button>
</div>
</div>
</div>
<div style="text-align:center; margin-top:32px;">
<p style="color:var(--muted); margin-bottom:16px; font-size:0.95rem;">This is just the demo. The full version has unlimited prompts, tags, favorites, import/export & more.</p>
<a href="https://avinashwalton.gumroad.com/l/PromptVaultPro" target="_blank" class="btn-primary" style="display:inline-flex;">
Unlock Full Access <span class="price-tag">$25 Lifetime</span>
</a>
</div>
</div>
</section>
<div class="divider"></div>
<!-- FEATURES -->
<section>
<div class="wrap">
<div class="section-label">What You Get</div>
<h2>Every Feature You Actually Need</h2>
<p class="section-sub">Built for marketers, developers, and creators who live inside AI tools.</p>
<div class="features-grid">
<div class="feat-card">
<div class="feat-icon">⚡</div>
<h3>Dynamic Variable Engine</h3>
<p>Write prompts with [Variables]. Click. Fill the auto-generated inputs. Get a perfect, filled prompt in seconds.</p>
</div>
<div class="feat-card">
<div class="feat-icon">🏷️</div>
<h3>Tags & Categories</h3>
<p>Organize prompts by SEO, Coding, Email, Social, or your own custom tags. Filter instantly.</p>
</div>
<div class="feat-card">
<div class="feat-icon">⭐</div>
<h3>Favorites & Pinning</h3>
<p>Star your most-used prompts. They float to the top — always within reach, never buried.</p>
</div>
<div class="feat-card">
<div class="feat-icon">💾</div>
<h3>Export / Import (JSON)</h3>
<p>Download your entire vault as a JSON backup. Restore it on any device. Your prompts, your data, forever.</p>
</div>
<div class="feat-card">
<div class="feat-icon">🔒</div>
<h3>100% Local & Private</h3>
<p>Everything runs in your browser using localStorage. No server, no cloud, no subscriptions, no tracking.</p>
</div>
<div class="feat-card">
<div class="feat-icon">📋</div>
<h3>1-Click Copy</h3>
<p>One button. Filled prompt lands in your clipboard. Toast notification confirms. Paste. Done. Next.</p>
</div>
<div class="feat-card">
<div class="feat-icon">🌙</div>
<h3>Offline First, Always</h3>
<p>Double-click the HTML file. Works offline, on a plane, in a blackout. No internet required. Ever.</p>
</div>
<div class="feat-card">
<div class="feat-icon">🔍</div>
<h3>Instant Search</h3>
<p>Search across prompt titles and content in real-time. Find any prompt in milliseconds.</p>
</div>
<div class="feat-card">
<div class="feat-icon">♾️</div>
<h3>Lifetime Access</h3>
<p>Pay once. Download. Use forever. No recurring fees. No "Pro plan". No hostage-taking.</p>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- HOW IT WORKS -->
<section>
<div class="wrap">
<div class="section-label">How It Works</div>
<h2>From Prompt to Output<br/>in Under 10 Seconds</h2>
<div class="steps">
<div class="step">
<div class="step-num">1</div>
<h3>Save Your Prompt</h3>
<p>Write your template using [Variables] for any dynamic part. Add a title, tags, and save it.</p>
</div>
<div class="step">
<div class="step-num">2</div>
<h3>Click & Fill</h3>
<p>Click the prompt. Input fields auto-appear for every variable. Type into them live.</p>
</div>
<div class="step">
<div class="step-num">3</div>
<h3>Preview in Real-Time</h3>
<p>Watch your final prompt update character-by-character as you type. Zero lag.</p>
</div>
<div class="step">
<div class="step-num">4</div>
<h3>Copy & Execute</h3>
<p>Hit Copy. Paste into ChatGPT, Claude, Gemini — anywhere. You're done.</p>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- TESTIMONIALS -->
<section>
<div class="wrap">
<div class="section-label">Early Users Love It</div>
<h2>What People Are Saying</h2>
<div class="testi-grid">
<div class="testi-card">
<div class="testi-stars">★★★★★</div>
<p class="testi-text">"I had 300 prompts scattered across Notion, Apple Notes, and random text files. PromptVault Pro is the first tool that actually solved this. The variable system alone saves me 2 hours a week."</p>
<div class="testi-author">
<div class="testi-avatar">SR</div>
<div><div class="testi-name">Sarah R.</div><div class="testi-role">Content Marketer, London</div></div>
</div>
</div>
<div class="testi-card">
<div class="testi-stars">★★★★★</div>
<p class="testi-text">"As a developer, I kept all my code-related prompts in a giant markdown file. Now they're organized by tag, searchable, and the dynamic variables are insanely useful for boilerplate generation."</p>
<div class="testi-author">
<div class="testi-avatar">MK</div>
<div><div class="testi-name">Mike K.</div><div class="testi-role">Full-Stack Developer, NYC</div></div>
</div>
</div>
<div class="testi-card">
<div class="testi-stars">★★★★★</div>
<p class="testi-text">"$25 for lifetime? I'd pay $25 a month for this. The offline functionality is perfect — I use it on client calls without worrying about WiFi. Best $25 I've ever spent on a tool."</p>
<div class="testi-author">
<div class="testi-avatar">JL</div>
<div><div class="testi-name">Jamie L.</div><div class="testi-role">Freelance Copywriter, Austin</div></div>
</div>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- PRICING -->
<section>
<div class="wrap" style="text-align:center;">
<div class="section-label">Pricing</div>
<h2>One Price. One Time. Forever.</h2>
<p class="section-sub" style="margin:0 auto;">No subscriptions. No paywalls. No "you need to upgrade." Just pay once and own it.</p>
<div class="pricing-card">
<div class="price-badge">🏆 LIFETIME DEAL — LIMITED TIME</div>
<div class="price-amount"><sup>$</sup>25</div>
<div class="price-period">One-time payment. Yours forever.</div>
<div class="price-old">Regular price: $97/year</div>
<div class="price-features">
<div class="price-feat">Unlimited Prompt Storage</div>
<div class="price-feat">Dynamic Variable Engine</div>
<div class="price-feat">Tags, Favorites & Search</div>
<div class="price-feat">JSON Export / Import Backup</div>
<div class="price-feat">Works 100% Offline, Forever</div>
<div class="price-feat">Zero API Keys or Accounts Needed</div>
<div class="price-feat">All Future Updates Included</div>
<div class="price-feat">14-Day, 100% Money-Back Guarantee</div>
</div>
<a href="https://avinashwalton.gumroad.com/l/PromptVaultPro" target="_blank" class="btn-primary" style="display:inline-flex; width:100%; justify-content:center;">
Get Lifetime Access — $25
</a>
<div class="trust-badge" style="margin-top:16px; justify-content:center; display:flex;">
🛡️ Backed by a 14-Day, 100% Money-Back Guarantee
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- FAQ -->
<section>
<div class="wrap">
<div class="section-label">FAQ</div>
<h2>Questions? Answered.</h2>
<div class="faq-list">
<div class="faq-item">
<div class="faq-q" onclick="toggleFaq(this)">Is it really a one-time payment? No recurring fees? <span class="faq-arrow">▼</span></div>
<div class="faq-a"><div class="faq-a-inner">Yes. $25 once. You download the file. You own it. There are no servers to pay for, no accounts to maintain. Even if I shut down tomorrow (I won't), you still have the file and it still works.</div></div>
</div>
<div class="faq-item">
<div class="faq-q" onclick="toggleFaq(this)">How does the [Variable] syntax work? <span class="faq-arrow">▼</span></div>
<div class="faq-a"><div class="faq-a-inner">Simply wrap any dynamic part of your prompt in square brackets: [ProductName], [TargetAudience], [Tone]. When you click the prompt, PromptVault Pro automatically detects these and creates an input field for each one. Fill them in and your final prompt is generated instantly.</div></div>
</div>
<div class="faq-item">
<div class="faq-q" onclick="toggleFaq(this)">Will I lose my prompts if I clear my browser cache? <span class="faq-arrow">▼</span></div>
<div class="faq-a"><div class="faq-a-inner">The Export to JSON feature exists exactly for this reason. Before clearing your cache, export your data. It downloads a .json file. To restore, just click Import and upload the file. Your entire vault is back in seconds. We recommend regular backups.</div></div>
</div>
<div class="faq-item">
<div class="faq-q" onclick="toggleFaq(this)">Does it work on Mac, Windows, and Linux? <span class="faq-arrow">▼</span></div>
<div class="faq-a"><div class="faq-a-inner">Yes. It's a single HTML file. If your computer has a modern web browser (Chrome, Firefox, Safari, Edge), it works. No installation, no dependencies, no admin permissions needed.</div></div>
</div>
<div class="faq-item">
<div class="faq-q" onclick="toggleFaq(this)">What's the refund policy? <span class="faq-arrow">▼</span></div>
<div class="faq-a"><div class="faq-a-inner">14 days, no questions asked. If you're not happy for any reason within 14 days of purchase, email us and you'll get a full refund. No hoops, no "why are you leaving" forms.</div></div>
</div>
<div class="faq-item">
<div class="faq-q" onclick="toggleFaq(this)">Is my data private? Do you have access to my prompts? <span class="faq-arrow">▼</span></div>
<div class="faq-a"><div class="faq-a-inner">Absolutely not. Everything is stored in your browser's localStorage on your own machine. No data is ever sent anywhere. There are zero servers, zero analytics, zero tracking. Your prompts are your IP — they never leave your device.</div></div>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- FINAL CTA -->
<section style="text-align:center; padding:80px 24px;">
<div class="wrap">
<div class="section-label">Ready to Transform Your AI Workflow?</div>
<h2>Get PromptVault Pro Today</h2>
<p class="section-sub" style="margin:0 auto 40px;">Join hundreds of marketers, developers, and creators who've already upgraded their prompt game.</p>
<a href="https://avinashwalton.gumroad.com/l/PromptVaultPro" target="_blank" class="btn-primary" style="display:inline-flex;">
Get Lifetime Access <span class="price-tag">$25 — One Time</span>
</a>
<div class="trust-badge" style="margin-top:20px; justify-content:center; display:flex;">
🛡️ Backed by a 14-Day, 100% Money-Back Guarantee
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="footer-logo">⚡ PromptVault Pro</div>
<div class="footer-tagline">The AI Prompt Manager for Serious Creators</div>
<div class="social-links">
<a href="https://linkedin.com/in/SonuKumarSuman" target="_blank" class="social-btn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
LinkedIn
</a>
<a href="https://twitter.com/AvinashWalton" target="_blank" class="social-btn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
Twitter
</a>
<a href="https://facebook.com/AvinashWalton" target="_blank" class="social-btn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg>
Facebook
</a>
<a href="https://instagram.com/AvinashWalton" target="_blank" class="social-btn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z"/></svg>
Instagram
</a>
<a href="https://youtube.com/@AvinashWalton" target="_blank" class="social-btn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
YouTube
</a>
<a href="https://threads.net/@AvinashWalton" target="_blank" class="social-btn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12.186 24h-.007c-3.581-.024-6.334-1.205-8.184-3.509C2.35 18.44 1.5 15.586 1.472 12.01v-.017c.03-3.579.879-6.43 2.525-8.482C5.845 1.205 8.6.024 12.18 0h.014c2.746.02 5.043.725 6.826 2.098 1.677 1.29 2.858 3.13 3.509 5.467l-2.04.569c-1.104-3.96-3.898-5.984-8.304-6.015-2.91.022-5.11.936-6.54 2.717C4.307 6.504 3.616 8.914 3.589 12c.027 3.086.718 5.496 2.057 7.164 1.43 1.783 3.631 2.698 6.54 2.717 2.623-.02 4.358-.631 5.689-2.046 1.387-1.272 2.215-3.356 2.374-6.102H12v-2.063h10.04c.108.667.148 1.329.134 2.027-.048 2.99-.977 5.404-2.744 7.181C17.737 22.957 15.272 24 12.186 24z"/></svg>
Threads
</a>
<a href="https://github.com/AvinashWalton" target="_blank" class="social-btn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
GitHub
</a>
</div>
<div class="footer-made">Made with <span>❤️</span> in India by <strong>Avinash Walton</strong></div>
<div class="footer-bottom">© 2026 PromptVault Pro. All rights reserved. · <a href="https://avinashwalton.gumroad.com/l/PromptVaultPro" target="_blank" style="color:var(--accent2); text-decoration:none;">Buy on Gumroad</a></div>
</footer>
<!-- TOAST -->
<div class="toast" id="toast">✅ Copied to clipboard!</div>
<script>
const demoPrompts = [
{
title: "Marketing Copy",
template: "Write a compelling product launch email for [ProductName] targeting [TargetAudience]. The email should have a [Tone] tone, highlight the key benefit of [KeyBenefit], and end with a CTA to [CallToAction]. Keep it under [WordCount] words.",
tags: ["Marketing"]
},
{
title: "Code Explainer",
template: "Explain the following [ProgrammingLanguage] code to a [AudienceLevel] audience. Focus on what it does, why it matters, and any potential improvements. Code snippet: [CodeSnippet]. Format the explanation in [OutputFormat].",
tags: ["Coding"]
},
{
title: "Cold Outreach Email",
template: "Write a personalized cold outreach email to [ProspectName] at [CompanyName]. I'm reaching out because [ReasonForContact]. My product [YourProduct] solves [PainPoint] for companies like theirs. Keep it under [MaxWords] words and sound [Tone].",
tags: ["Email"]
}
];
let currentDemoIndex = 0;
function loadDemo(index) {
currentDemoIndex = index;
document.querySelectorAll('.demo-prompt-item').forEach((el, i) => {
el.classList.toggle('active', i === index);
});
const prompt = demoPrompts[index];
renderTemplate(prompt.template);
renderVars(prompt.template);
}
function renderTemplate(template) {
const display = document.getElementById('demo-template-display');
const html = template.replace(/\[([^\]]+)\]/g, '<span class="demo-var-highlight">[$1]</span>');
display.innerHTML = html;
}
function renderVars(template) {
const grid = document.getElementById('demo-vars-grid');
const vars = [...new Set([...template.matchAll(/\[([^\]]+)\]/g)].map(m => m[1]))];
grid.innerHTML = vars.map(v => `
<div class="var-input-group">
<label>${v}</label>
<input type="text" placeholder="Enter ${v}..." oninput="updatePreview()" data-var="${v}"/>
</div>
`).join('');
updatePreview();
}
function updatePreview() {
const prompt = demoPrompts[currentDemoIndex];
let result = prompt.template;
document.querySelectorAll('#demo-vars-grid input').forEach(input => {
const varName = input.dataset.var;
const val = input.value.trim() || `[${varName}]`;
result = result.replaceAll(`[${varName}]`, val);
});
const preview = document.getElementById('demo-preview-text');
const filled = document.querySelectorAll('#demo-vars-grid input');
let highlighted = result;
filled.forEach(input => {
if (!input.value.trim()) {
const vn = input.dataset.var;
highlighted = highlighted.replaceAll(`[${vn}]`, `<span class="demo-var-highlight">[${vn}]</span>`);
}
});
preview.innerHTML = highlighted;
}
function copyDemo() {
const preview = document.getElementById('demo-preview-text').innerText;
navigator.clipboard.writeText(preview).then(() => {
const toast = document.getElementById('toast');
toast.classList.add('show');
setTimeout(() => toast.classList.remove('show'), 2500);
});
}
function toggleFaq(el) {
const item = el.parentElement;
item.classList.toggle('open');
}
loadDemo(0);
</script>
</body>
</html>