-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
896 lines (802 loc) · 47.4 KB
/
Copy pathindex.html
File metadata and controls
896 lines (802 loc) · 47.4 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
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- AdSense Configuration -->
<meta name="google-adsense-account" content="ca-pub-9019277340139989">
<meta name="google-site-verification" content="EeMgkcs5cYmcmJCKopP83X24f5b-ZszEioBZ6bCxldA" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9019277340139989"
crossorigin="anonymous"></script>
<!-- SEO and Advanced Metadata -->
<title>Ventarys | Private AI & Autonomous IDE</title>
<meta name="description"
content="Discover Ventarys AI and Ventarys IDX. A minimalist ecosystem to chat, generate code, and automate tasks while guaranteeing total local privacy." />
<meta name="keywords"
content="artificial intelligence, chatbot, image generator, private AI, virtual assistants, cursor ai, ai ide, automation, ventarys idx" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<link rel="canonical" href="https://ventarys.net/" />
<link rel="icon" href="logo.png">
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#0a0a0a" media="(prefers-color-scheme: dark)">
<!-- Open Graph / Facebook / WhatsApp -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ventarys.net/" />
<meta property="og:title" content="Ventarys AI & IDX | Absolute Control" />
<meta property="og:description"
content="Advanced client unifying AI, image generation, and code editing. 100% local privacy. Elegant and minimalist design." />
<meta property="og:image" content="https://ventarys.net/logo.png" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://ventarys.net/" />
<meta name="twitter:title" content="Ventarys | Private AI" />
<meta name="twitter:description" content="Chat, generate images, and code with AI in a 100% private environment." />
<meta name="twitter:image" content="https://ventarys.net/logo.png" />
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Ventarys AI & IDX",
"operatingSystem": "Web, Windows",
"applicationCategory": "DeveloperApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "Advanced web client and local AI IDE for chatting, generating code, and images while ensuring absolute privacy.",
"url": "https://ventarys.net/",
"image": "https://ventarys.netlogo.png"
}
</script>
<!-- Material Web Components -->
<script type="module" src="https://esm.run/@material/web/all.js"></script>
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Elegant Fonts & Icons -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link
href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap"
rel="stylesheet">
<script>
tailwind.config = {
darkMode: 'media',
theme: {
extend: {
fontFamily: {
sans: ['"Outfit"', 'sans-serif'],
body: ['"Inter"', 'sans-serif'],
mono: ['"JetBrains Mono"', 'monospace'],
},
colors: {
ventarys: {
black: '#000000',
white: '#ffffff',
gray: { 50: '#fafafa', 100: '#f5f5f5', 200: '#e5e5e5', 300: '#d4d4d4', 800: '#262626', 900: '#171717', 950: '#0a0a0a' },
accent: '#888888'
}
},
animation: {
'fade-in': 'fadeIn 1s ease-out forwards',
'fade-in-up': 'fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards',
'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',
},
keyframes: {
fadeIn: { '0%': { opacity: '0' }, '100%': { opacity: '1' } },
fadeInUp: { '0%': { opacity: '0', transform: 'translateY(20px)' }, '100%': { opacity: '1', transform: 'translateY(0)' } },
}
}
}
}
</script>
<style>
/* Monochromatic Material 3 Overrides - Ultra Minimalist */
:root {
--md-sys-color-primary: #000000;
--md-sys-color-on-primary: #ffffff;
--md-sys-color-outline: #e5e5e5;
--md-sys-color-surface: #ffffff;
--md-sys-color-on-surface: #000000;
--md-sys-typescale-label-large-font: 'Outfit', sans-serif;
--md-sys-shape-corner-full: 4px;
color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
:root {
--md-sys-color-primary: #ffffff;
--md-sys-color-on-primary: #000000;
--md-sys-color-outline: #262626;
--md-sys-color-surface: #0a0a0a;
--md-sys-color-on-surface: #ffffff;
}
}
body {
background-color: theme('colors.white');
color: theme('colors.black');
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (prefers-color-scheme: dark) {
body {
background-color: theme('colors.ventarys.950');
color: theme('colors.white');
}
}
/* Ultra-subtle Glass Nav */
.glass-nav {
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (prefers-color-scheme: dark) {
.glass-nav {
background: rgba(10, 10, 10, 0.8);
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
}
/* Minimalist Cards - Elegant Redesign */
.minimal-card {
background-color: transparent;
border: 1px solid theme('colors.ventarys.gray.200');
border-radius: 8px;
position: relative;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.minimal-card:hover {
border-color: theme('colors.black');
box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.05);
transform: translateY(-2px);
}
@media (prefers-color-scheme: dark) {
.minimal-card {
border-color: theme('colors.ventarys.gray.800');
}
.minimal-card:hover {
border-color: theme('colors.white');
box-shadow: 0 10px 40px -10px rgba(255, 255, 255, 0.05);
}
}
.logo-mono {
filter: brightness(0);
transition: filter 0.3s ease;
}
@media (prefers-color-scheme: dark) {
.logo-mono {
filter: brightness(0) invert(1);
}
}
.reveal {
opacity: 0;
transform: translateY(30px);
transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.active {
opacity: 1;
transform: translateY(0);
}
md-icon {
font-family: 'Material Symbols Rounded', sans-serif;
font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
.icon-filled {
font-variation-settings: 'FILL' 1, 'wght' 300;
}
/* Minimalist Loader */
.loader {
border: 1px solid theme('colors.ventarys.gray.200');
border-top: 1px solid theme('colors.black');
border-radius: 50%;
width: 32px;
height: 32px;
animation: spin 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (prefers-color-scheme: dark) {
.loader {
border: 1px solid theme('colors.ventarys.gray.800');
border-top: 1px solid theme('colors.white');
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* Ultra subtle Grid Background */
.bg-grid {
background-size: 60px 60px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
}
@media (prefers-color-scheme: dark) {
.bg-grid {
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
}
}
</style>
</head>
<body
class="transition-colors duration-500 relative font-body selection:bg-black selection:text-white dark:selection:bg-white dark:selection:text-black">
<div class="fixed inset-0 z-0 pointer-events-none bg-grid opacity-50"></div>
<!-- Elegant Navigation -->
<nav id="main-nav" class="fixed w-full z-50 glass-nav top-0 transition-all duration-300">
<div class="max-w-7xl mx-auto px-6 h-20 flex items-center justify-between">
<a href="#" class="flex items-center gap-4 group">
<img src="logo.png" alt="Ventarys Logo"
class="w-6 h-6 object-contain logo-mono opacity-80 group-hover:opacity-100 transition-opacity">
<span class="text-xl font-sans font-medium tracking-wide">Ventarys</span>
</a>
<div class="hidden md:flex items-center gap-10 translate-yes">
<a href="#ecosystem"
class="text-sm font-medium text-gray-500 dark:text-gray-400 hover:text-black dark:hover:text-white transition-colors">Ecosystem</a>
<a href="#ventarys-idx"
class="text-sm font-medium text-gray-500 dark:text-gray-400 hover:text-black dark:hover:text-white transition-colors">IDX Editor</a>
</div>
<div class="flex items-center gap-4 translate-yes">
<div class="hidden md:block ml-4">
<md-outlined-button href="https://github.com/Juanoto2012/Ventarys-AI" target="_blank">
GitHub
</md-outlined-button>
</div>
<md-icon-button id="mobile-menu-btn" class="md:hidden">
<md-icon class="notranslate" translate="no">menu</md-icon>
</md-icon-button>
</div>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu"
class="hidden md:hidden absolute top-[80px] left-0 w-full bg-white/95 dark:bg-ventarys-950/95 backdrop-blur-xl border-b border-gray-200 dark:border-gray-800 shadow-2xl transition-all translate-yes">
<div class="flex flex-col p-6 gap-6 font-sans text-lg">
<a href="#ecosystem" class="font-medium text-gray-800 dark:text-gray-200"
onclick="document.getElementById('mobile-menu').classList.add('hidden')">Ecosystem</a>
<a href="#ventarys-idx" class="font-medium text-gray-800 dark:text-gray-200"
onclick="document.getElementById('mobile-menu').classList.add('hidden')">Ventarys IDX</a>
<md-filled-button href="https://github.com/Juanoto2012/Ventarys-AI" target="_blank" class="w-full">View
on GitHub</md-filled-button>
</div>
</div>
</nav>
<!-- [ULTRA MINIMALIST HERO SECTION] -->
<header class="relative pt-48 pb-32 lg:pt-64 lg:pb-40 z-10 flex flex-col items-center text-center translate-yes">
<div class="max-w-5xl mx-auto px-6">
<div class="animate-fade-in-up">
<div
class="inline-flex items-center gap-3 px-4 py-1.5 rounded-full border border-gray-200 dark:border-gray-800 bg-white/50 dark:bg-black/50 backdrop-blur-sm text-xs font-semibold tracking-widest uppercase mb-10 text-gray-500 dark:text-gray-400">
<span class="w-2 h-2 rounded-full bg-black dark:bg-white animate-pulse"></span>
The evolution of private AI
</div>
<h1
class="text-5xl md:text-7xl lg:text-8xl font-sans font-light tracking-tight mb-8 leading-[1.1] text-gray-900 dark:text-white">
Open intelligence.<br>
<span class="font-semibold">Absolute control.</span>
</h1>
<p
class="text-gray-500 dark:text-gray-400 max-w-2xl mx-auto text-lg md:text-xl leading-relaxed mb-14 font-light">
A unified ecosystem. A private conversational assistant and an autonomous development environment
designed for those who demand performance without compromising their data.
</p>
<div class="flex flex-col sm:flex-row items-center justify-center gap-6 animate-fade-in-up w-full"
style="animation-delay: 0.2s;">
<md-filled-button href="https://perchance.org/ventarys-ai/" class="w-full sm:w-auto h-14 px-8 text-sm tracking-wide">
Launch Ventarys AI
</md-filled-button>
<a href="#ventarys-idx"
class="group flex items-center justify-center gap-2 h-14 px-8 text-sm font-medium border border-gray-200 dark:border-gray-800 rounded hover:border-black dark:hover:border-white transition-all w-full sm:w-auto bg-white dark:bg-black">
Download IDX <md-icon
class="text-[18px] group-hover:translate-y-1 transition-transform notranslate"
translate="no">south</md-icon>
</a>
</div>
</div>
<!-- Ad Slot (Integrated Elegantly) -->
<div
class="translate-no max-w-3xl mx-auto mt-32 animate-fade-in border border-gray-100 dark:border-gray-900 bg-gray-50/30 dark:bg-gray-900/30 rounded-lg p-2 relative flex justify-center items-center min-h-[100px] shadow-sm">
<span
class="translate-yes absolute -top-2.5 left-8 bg-white dark:bg-ventarys-950 text-gray-400 text-[9px] uppercase tracking-widest font-bold px-3 py-0.5 border border-gray-100 dark:border-gray-900 rounded-sm">Sponsor</span>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9019277340139989"
data-ad-slot="9185929997" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
</header>
<!-- [VENTARYS IDX SECTION - PRODUCT HIGHLIGHT] -->
<section id="ventarys-idx"
class="py-32 border-t border-gray-100 dark:border-gray-900 bg-gray-50/50 dark:bg-ventarys-900/20 relative z-10 translate-yes">
<div class="max-w-7xl mx-auto px-6">
<div class="grid lg:grid-cols-12 gap-16 items-center">
<!-- IDX Information -->
<div class="lg:col-span-5 reveal">
<div
class="inline-flex items-center gap-2 text-[10px] font-bold tracking-widest uppercase mb-6 text-gray-400">
<md-icon class="text-[16px] notranslate" translate="no">terminal</md-icon> Autonomous Environment
</div>
<h2 class="text-4xl md:text-5xl font-sans font-semibold tracking-tight mb-8">Ventarys IDX</h2>
<p class="text-gray-500 dark:text-gray-400 text-lg mb-10 font-light leading-relaxed">
Redefining local software engineering. A code editor assisted by artificial intelligence agents
that write, analyze, and edit live directly in your workspace.
</p>
<div class="space-y-8 mb-12">
<div class="flex items-start gap-4">
<div class="mt-1 text-black dark:text-white"><md-icon
class="icon-filled text-2xl notranslate" translate="no">bolt</md-icon></div>
<div>
<h4 class="font-sans font-medium text-lg mb-1">AI Second Cursor</h4>
<p class="text-sm text-gray-500 dark:text-gray-400 font-light leading-relaxed">The agent
interacts with your code in real time, implementing complex logic while you
supervise.</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="mt-1 text-black dark:text-white"><md-icon
class="icon-filled text-2xl notranslate" translate="no">security</md-icon></div>
<div>
<h4 class="font-sans font-medium text-lg mb-1">Local & Portable</h4>
<p class="text-sm text-gray-500 dark:text-gray-400 font-light leading-relaxed">No
invasive installations. A lightweight executable that updates in the background
ensuring security.</p>
</div>
</div>
</div>
</div>
<!-- Ultra Clean Download Card -->
<div class="lg:col-span-7 reveal" style="transition-delay: 150ms;">
<div
class="bg-white dark:bg-ventarys-950 border border-gray-200 dark:border-gray-800 rounded-xl p-8 md:p-12 shadow-2xl relative">
<div class="absolute top-0 right-0 p-8 opacity-10 pointer-events-none">
<md-icon class="text-8xl notranslate" translate="no">code_blocks</md-icon>
</div>
<div
class="flex items-center justify-between mb-10 border-b border-gray-100 dark:border-gray-900 pb-6">
<h3 class="text-2xl font-sans font-medium">Get IDX</h3>
<span
class="text-xs font-mono bg-gray-100 dark:bg-gray-900 px-3 py-1 rounded text-gray-500">Windows
x64</span>
</div>
<div id="idx-downloads-container" class="min-h-[150px] flex flex-col justify-center">
<!-- Initial Loader -->
<div class="flex flex-col items-center justify-center py-8 opacity-50">
<div class="loader mb-6"></div>
<p class="text-xs font-mono uppercase tracking-widest text-gray-500">Connecting
repository...</p>
</div>
</div>
<div class="mt-8 pt-6 text-center">
<a href="https://github.com/Juanoto2012/Ventarys-IDX" target="_blank"
class="inline-flex items-center gap-2 text-xs font-medium text-gray-400 hover:text-black dark:hover:text-white transition-colors uppercase tracking-widest">
<md-icon class="text-[14px] notranslate" translate="no">open_in_new</md-icon> Source Code
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- [ECOSYSTEM / FEATURES - ELEGANT BENTO DESIGN] -->
<section id="ecosystem" class="py-32 relative z-10 translate-yes">
<div class="max-w-7xl mx-auto px-6">
<div class="mb-20 text-center reveal max-w-3xl mx-auto">
<h2 class="text-4xl md:text-5xl font-sans font-semibold mb-6 tracking-tight">Frictionless capabilities.
</h2>
<p class="text-gray-500 dark:text-gray-400 text-lg font-light leading-relaxed">
Ventarys condenses the best artificial intelligence tools into an immersive interface. Designed to
stay out of the way, built to scale.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- BYOK -->
<div class="minimal-card p-10 reveal group">
<div
class="w-12 h-12 rounded border border-gray-200 dark:border-gray-800 flex items-center justify-center mb-8 group-hover:bg-black group-hover:text-white dark:group-hover:bg-white dark:group-hover:text-black transition-colors">
<md-icon class="text-2xl notranslate" translate="no">key</md-icon>
</div>
<h3 class="text-xl font-sans font-medium mb-4">BYOK Integration</h3>
<p class="text-gray-500 dark:text-gray-400 text-sm font-light leading-relaxed">
Connect your own API keys. You own your requests, without middlemen applying markups or limiting
your flow.
</p>
</div>
<!-- Swarm -->
<div class="minimal-card p-10 reveal group" style="transition-delay: 50ms;">
<div
class="w-12 h-12 rounded border border-gray-200 dark:border-gray-800 flex items-center justify-center mb-8 group-hover:bg-black group-hover:text-white dark:group-hover:bg-white dark:group-hover:text-black transition-colors">
<md-icon class="text-2xl notranslate" translate="no">hub</md-icon>
</div>
<h3 class="text-xl font-sans font-medium mb-4">Swarm Mode</h3>
<p class="text-gray-500 dark:text-gray-400 text-sm font-light leading-relaxed">
Summon multiple AI models simultaneously to debate, validate logic, and solve problems from
different perspectives.
</p>
</div>
<!-- Image Gen -->
<div class="minimal-card p-10 reveal group" style="transition-delay: 100ms;">
<div
class="w-12 h-12 rounded border border-gray-200 dark:border-gray-800 flex items-center justify-center mb-8 group-hover:bg-black group-hover:text-white dark:group-hover:bg-white dark:group-hover:text-black transition-colors">
<md-icon class="text-2xl notranslate" translate="no">palette</md-icon>
</div>
<h3 class="text-xl font-sans font-medium mb-4">Visual Studio</h3>
<p class="text-gray-500 dark:text-gray-400 text-sm font-light leading-relaxed">
Native and seamless image creation. Support for state-of-the-art generative models directly in
the chat.
</p>
</div>
<!-- Web Search -->
<div class="minimal-card p-10 reveal group lg:col-span-2" style="transition-delay: 150ms;">
<div
class="w-12 h-12 rounded border border-gray-200 dark:border-gray-800 flex items-center justify-center mb-8 group-hover:bg-black group-hover:text-white dark:group-hover:bg-white dark:group-hover:text-black transition-colors">
<md-icon class="text-2xl notranslate" translate="no">public</md-icon>
</div>
<h3 class="text-xl font-sans font-medium mb-4">Real-Time Knowledge</h3>
<p class="text-gray-500 dark:text-gray-400 text-sm font-light leading-relaxed max-w-xl">
Break the barrier of static training. Ventarys indexes the web live to provide you with updated
and verifiable data, grounding its answers in the present.
</p>
</div>
<!-- Puter Sync -->
<div class="minimal-card p-10 reveal group" style="transition-delay: 200ms;">
<div
class="w-12 h-12 rounded border border-gray-200 dark:border-gray-800 flex items-center justify-center mb-8 group-hover:bg-black group-hover:text-white dark:group-hover:bg-white dark:group-hover:text-black transition-colors">
<md-icon class="text-2xl notranslate" translate="no">cloud_sync</md-icon>
</div>
<h3 class="text-xl font-sans font-medium mb-4">P2P Sync</h3>
<p class="text-gray-500 dark:text-gray-400 text-sm font-light leading-relaxed">
Encrypted backups using Puter.js. Your histories sync across devices without touching
centralized servers.
</p>
</div>
</div>
</div>
</section>
<!-- [AI RADAR - RSS FEED] -->
<section id="ai-news"
class="py-24 bg-gray-50 dark:bg-ventarys-900/30 border-y border-gray-100 dark:border-gray-900 relative z-10 translate-yes">
<div class="max-w-7xl mx-auto px-6">
<div class="mb-12 flex flex-col md:flex-row md:items-end justify-between gap-6 reveal">
<div>
<div
class="inline-flex items-center gap-2 text-[10px] font-bold tracking-widest uppercase mb-4 text-gray-500">
<span class="w-2 h-2 rounded-full bg-blue-500 animate-pulse"></span>
Live AI Radar
</div>
<h2 class="text-3xl md:text-4xl font-sans font-semibold tracking-tight">Latest on Hugging Face</h2>
</div>
<a href="https://huggingface.co/blog" target="_blank"
class="text-xs font-medium uppercase tracking-widest hover:text-black dark:hover:text-white transition-colors text-gray-400">View
all posts →</a>
</div>
<div id="rss-feed-container" class="grid grid-cols-1 md:grid-cols-3 gap-6">
<!-- Loader -->
<div class="col-span-1 md:col-span-3 flex justify-center py-12">
<div class="loader"></div>
</div>
</div>
</div>
</section>
<!-- Ad Slot #2 -->
<div class="translate-no max-w-4xl mx-auto py-24 px-6 relative z-10">
<div
class="border border-gray-100 dark:border-gray-900 bg-gray-50/30 dark:bg-gray-900/30 rounded-lg p-2 relative flex justify-center items-center min-h-[90px]">
<span
class="translate-yes absolute -top-2.5 right-8 bg-white dark:bg-ventarys-950 text-gray-400 text-[9px] uppercase tracking-widest font-bold px-3 py-0.5 border border-gray-100 dark:border-gray-900 rounded-sm">Sponsor</span>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9019277340139989"
data-ad-slot="9185929997" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<!-- [VALUE CONTENT - PHILOSOPHY] -->
<section
class="py-32 relative z-10 translate-yes bg-white dark:bg-ventarys-950 border-t border-gray-100 dark:border-gray-900">
<div class="max-w-7xl mx-auto px-6">
<div class="grid lg:grid-cols-2 gap-16 items-center">
<div class="reveal">
<div
class="inline-flex items-center gap-2 text-[10px] font-bold tracking-widest uppercase mb-6 text-gray-400">
<md-icon class="text-[16px] notranslate" translate="no">diamond</md-icon> Philosophy
</div>
<h2 class="text-4xl md:text-5xl font-sans font-semibold tracking-tight mb-8">The power of
local.<br><span class="text-gray-400">No strings attached.</span></h2>
<p class="text-gray-500 dark:text-gray-400 text-lg mb-10 font-light leading-relaxed">
Ventarys is not a service that hijacks your workflows. It is an open-source productivity engine
designed to maximize efficiency and give control back to the user.
</p>
<ul class="space-y-8">
<li class="flex items-start gap-5">
<div
class="w-10 h-10 rounded-full border border-gray-200 dark:border-gray-800 flex items-center justify-center flex-shrink-0">
<md-icon class="text-black dark:text-white text-[20px] notranslate"
translate="no">verified_user</md-icon>
</div>
<div>
<h4 class="font-sans font-medium text-lg mb-1">Absolute Ownership</h4>
<p class="text-sm text-gray-500 font-light leading-relaxed">Your prompts, your code, and
your ideas belong to you. With no centralized databases, the risk of leaks is
reduced to absolute zero.</p>
</div>
</li>
<li class="flex items-start gap-5">
<div
class="w-10 h-10 rounded-full border border-gray-200 dark:border-gray-800 flex items-center justify-center flex-shrink-0">
<md-icon class="text-black dark:text-white text-[20px] notranslate"
translate="no">speed</md-icon>
</div>
<div>
<h4 class="font-sans font-medium text-lg mb-1">Optimized Latency</h4>
<p class="text-sm text-gray-500 font-light leading-relaxed">Direct connections to
inference endpoints. We eliminate heavy middle layers to ensure agile and precise
responses.</p>
</div>
</li>
<li class="flex items-start gap-5">
<div
class="w-10 h-10 rounded-full border border-gray-200 dark:border-gray-800 flex items-center justify-center flex-shrink-0">
<md-icon class="text-black dark:text-white text-[20px] notranslate"
translate="no">extension</md-icon>
</div>
<div>
<h4 class="font-sans font-medium text-lg mb-1">Extensible Ecosystem</h4>
<p class="text-sm text-gray-500 font-light leading-relaxed">Natively prepared to
integrate with local and remote models, fitting perfectly to your team's specific
needs.</p>
</div>
</li>
</ul>
</div>
<div class="reveal flex justify-center items-center" style="transition-delay: 200ms;">
<div
class="w-full max-w-[320px] md:max-w-[400px] aspect-square bg-gray-50 dark:bg-ventarys-900 rounded-full flex items-center justify-center p-6 md:p-10 border border-gray-100 dark:border-gray-800 relative overflow-hidden">
<div class="absolute inset-0 bg-grid opacity-30"></div>
<div
class="w-full h-full bg-white dark:bg-black rounded-full shadow-2xl flex items-center justify-center border border-gray-200 dark:border-gray-800 relative z-10 overflow-hidden group">
<div
class="absolute inset-0 bg-gradient-to-tr from-gray-100 to-transparent dark:from-gray-900 dark:to-transparent opacity-50">
</div>
<md-icon
class="text-7xl md:text-9xl text-black dark:text-white relative z-10 animate-pulse-slow group-hover:scale-110 transition-transform duration-700 notranslate"
translate="no">all_inclusive</md-icon>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- [PRIVACY ARCHITECTURE] -->
<section id="workflow" class="py-32 relative z-10 translate-yes">
<div class="max-w-6xl mx-auto px-6 text-center reveal">
<md-icon class="text-5xl mb-8 font-light notranslate" translate="no">fingerprint</md-icon>
<h2 class="text-4xl md:text-5xl font-sans font-semibold tracking-tight mb-8">Zero Knowledge.</h2>
<p class="text-gray-500 dark:text-gray-400 text-lg max-w-2xl mx-auto font-light leading-relaxed mb-16">
We don't collect telemetry. We don't store your conversations. Ventarys is a static client; you provide
the intelligence, the browser does the work. When you close the tab, your data evaporates.
</p>
<md-outlined-button href="privacy.html" class="h-12 px-8">
Audit Policy
</md-outlined-button>
</div>
</section>
<!-- Elegant Footer -->
<footer
class="bg-white dark:bg-ventarys-950 pt-24 pb-12 relative z-10 border-t border-gray-100 dark:border-gray-900 translate-yes">
<div class="max-w-7xl mx-auto px-6">
<div class="grid grid-cols-1 md:grid-cols-4 gap-12 mb-20">
<div class="md:col-span-2 max-w-sm">
<div class="flex items-center gap-3 mb-6">
<img src="logo.png" alt="Logo" class="w-5 h-5 object-contain logo-mono translate-no">
<span class="text-lg font-sans font-medium tracking-wide translate-no">Ventarys</span>
</div>
<p class="text-gray-400 text-sm font-light leading-relaxed">
Building the standard for private interaction with Artificial Intelligence. Open source by
conviction.
</p>
</div>
<div class="flex flex-col gap-4">
<span class="font-mono tracking-widest uppercase text-[10px] text-gray-400 mb-2">Platform</span>
<a href="https://perchance.org/ventarys-ai/"
class="text-sm text-gray-600 dark:text-gray-300 hover:text-black dark:hover:text-white transition-colors">Ventarys
AI</a>
<a href="#ventarys-idx"
class="text-sm text-gray-600 dark:text-gray-300 hover:text-black dark:hover:text-white transition-colors">Ventarys
IDX</a>
</div>
<div class="flex flex-col gap-4">
<span class="font-mono tracking-widest uppercase text-[10px] text-gray-400 mb-2">Community</span>
<a href="https://github.com/Juanoto2012" target="_blank"
class="text-sm text-gray-600 dark:text-gray-300 hover:text-black dark:hover:text-white transition-colors">GitHub</a>
<a href="forum.html"
class="text-sm text-gray-600 dark:text-gray-300 hover:text-black dark:hover:text-white transition-colors">Forum</a>
<a href="privacy.html"
class="text-sm text-gray-600 dark:text-gray-300 hover:text-black dark:hover:text-white transition-colors">Privacy</a>
<a href="terms.html"
class="text-sm text-gray-600 dark:text-gray-300 hover:text-black dark:hover:text-white transition-colors">Terms</a>
</div>
</div>
<div
class="border-t border-gray-100 dark:border-gray-900 pt-8 flex flex-col md:flex-row justify-between items-center gap-4 text-xs text-gray-400 font-light">
<p>© 2026 Ventarys. All rights reserved.</p>
<div class="flex items-center gap-2">
<span>Designed and developed by</span>
<a href="https://github.com/Juanoto2012" target="_blank"
class="font-medium text-gray-600 dark:text-gray-300 hover:text-black dark:hover:text-white transition-colors translate-no">JJDev Studio
Studio</a>
</div>
</div>
</div>
</footer>
<!-- Minimalist Cookie Banner -->
<div id="cookie-consent"
class="translate-yes fixed bottom-6 left-1/2 transform -translate-x-1/2 w-[90%] max-w-xl bg-white dark:bg-ventarys-950 border border-gray-200 dark:border-gray-800 p-4 rounded z-[60] hidden flex-col sm:flex-row items-center justify-between gap-6 shadow-2xl transition-all duration-700 translate-y-10 opacity-0">
<p class="text-xs text-gray-500 text-center sm:text-left font-light leading-relaxed">
We maintain the service with minimal advertising. <b>No abusive trackers.</b>
</p>
<button onclick="acceptCookies()"
class="flex-shrink-0 text-xs font-medium uppercase tracking-widest border border-black dark:border-white px-6 py-2 rounded hover:bg-black hover:text-white dark:hover:bg-white dark:hover:text-black transition-colors">
Got it
</button>
</div>
<!-- CORE SCRIPTS -->
<script>
window.addEventListener('load', () => {
fetchLatestIDXRelease();
});
// GitHub API logic for Ventarys IDX downloads
async function fetchLatestIDXRelease() {
const container = document.getElementById('idx-downloads-container');
if (!container) return;
try {
const response = await fetch('https://api.github.com/repos/Juanoto2012/Ventarys-IDX/releases/latest');
if (!response.ok) throw new Error('Failed to connect to GitHub');
const data = await response.json();
const version = data.tag_name || 'v?.?.?';
const windowsAssets = data.assets.filter(a => a.name.endsWith('.exe') || a.name.endsWith('Setup.exe'));
if (windowsAssets.length === 0) {
container.innerHTML = `
<div class="text-center py-6">
<p class="text-sm font-medium">Preparing release ${version}</p>
<p class="text-xs text-gray-400 font-light mt-1">Binaries will be available shortly.</p>
</div>`;
return;
}
let htmlStr = `
<div class="mb-6 flex items-center gap-3">
<span class="w-1.5 h-1.5 rounded-full bg-black dark:bg-white animate-pulse"></span>
<span class="text-[10px] font-mono tracking-widest uppercase text-gray-500">Release ${version}</span>
</div>
<div class="space-y-3">
`;
windowsAssets.forEach(asset => {
const sizeMB = (asset.size / (1024 * 1024)).toFixed(1);
htmlStr += `
<a href="${asset.browser_download_url}" class="group flex items-center justify-between p-4 md:p-5 border border-gray-200 dark:border-gray-800 rounded hover:border-black dark:hover:border-white transition-colors bg-white dark:bg-black">
<div>
<h4 class="font-sans font-medium text-sm md:text-base group-hover:translate-x-1 transition-transform">${asset.name}</h4>
<p class="text-xs text-gray-400 font-light mt-1 group-hover:translate-x-1 transition-transform">${sizeMB} MB • Portable Executable</p>
</div>
<div class="w-10 h-10 rounded-full border border-gray-100 dark:border-gray-900 flex items-center justify-center group-hover:bg-black group-hover:text-white dark:group-hover:bg-white dark:group-hover:text-black transition-colors">
<md-icon class="text-[18px] notranslate" translate="no">download</md-icon>
</div>
</a>
`;
});
htmlStr += `</div>`;
container.innerHTML = htmlStr;
} catch (error) {
console.error("Error fetching releases:", error);
container.innerHTML = `
<div class="text-center py-6 border border-gray-200 dark:border-gray-800 rounded">
<p class="text-sm text-gray-500 mb-3">Connection to repository interrupted.</p>
<a href="https://github.com/Juanoto2012/Ventarys-IDX/releases/latest" target="_blank" class="text-xs font-medium uppercase tracking-widest border-b border-black dark:border-white pb-0.5">
Download via GitHub
</a>
</div>`;
}
}
// Scroll Animations
document.addEventListener("DOMContentLoaded", () => {
const reveals = document.querySelectorAll('.reveal');
const revealOptions = { threshold: 0.1, rootMargin: "0px 0px -50px 0px" };
const revealOnScroll = new IntersectionObserver(function (entries, observer) {
entries.forEach(entry => {
if (!entry.isIntersecting) return;
entry.target.classList.add('active');
observer.unobserve(entry.target);
});
}, revealOptions);
reveals.forEach(reveal => revealOnScroll.observe(reveal));
});
// Cookies
const cookieBanner = document.getElementById('cookie-consent');
function checkCookies() {
if (!localStorage.getItem('ventarys_consent')) {
cookieBanner.classList.remove('hidden');
cookieBanner.style.display = 'flex';
setTimeout(() => cookieBanner.classList.remove('translate-y-10', 'opacity-0'), 100);
}
}
function acceptCookies() {
localStorage.setItem('ventarys_consent', 'true');
cookieBanner.classList.add('translate-y-10', 'opacity-0');
setTimeout(() => cookieBanner.style.display = 'none', 700);
}
// Mobile Menu
const btn = document.getElementById('mobile-menu-btn');
const menu = document.getElementById('mobile-menu');
if (btn && menu) {
btn.addEventListener('click', () => menu.classList.toggle('hidden'));
}
// Dynamic Favicon Dark/Light
const initDynamicFavicon = () => {
const favicon = document.querySelector("link[rel='icon']");
if (!favicon) return;
const img = new Image();
img.crossOrigin = "anonymous";
img.src = favicon.href;
const renderFavicon = () => {
if (!img.width) return;
const canvas = document.createElement('canvas');
canvas.width = img.width; canvas.height = img.height;
const ctx = canvas.getContext('2d');
const isDark = window.matchMedia('(prefers-color-scheme: dark)').matches;
ctx.filter = isDark ? 'brightness(0) invert(1)' : 'brightness(0)';
ctx.drawImage(img, 0, 0);
try { favicon.href = canvas.toDataURL('image/png'); } catch (e) { }
};
img.onload = () => {
renderFavicon();
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', renderFavicon);
};
};
window.addEventListener('load', () => {
initDynamicFavicon();
setTimeout(checkCookies, 2000);
fetchAINews();
});
// RSS Feed Reader (Hugging Face Blog)
async function fetchAINews() {
const container = document.getElementById('rss-feed-container');
if (!container) return;
try {
// Using a public RSS to JSON proxy to avoid CORS issues
const rssUrl = encodeURIComponent('https://huggingface.co/blog/feed.xml');
const response = await fetch(`https://api.rss2json.com/v1/api.json?rss_url=${rssUrl}`);
if (!response.ok) throw new Error('Network error');
const data = await response.json();
if (data.status === 'ok' && data.items && data.items.length > 0) {
const items = data.items.slice(0, 3); // Show the 3 most recent posts
container.innerHTML = items.map((item, index) => {
const date = new Date(item.pubDate).toLocaleDateString('en-US', { day: 'numeric', month: 'short', year: 'numeric' });
// Extract plain text from description in case it comes with HTML
const tempDiv = document.createElement("div");
tempDiv.innerHTML = item.description;
const cleanDesc = tempDiv.textContent || tempDiv.innerText || "Discover the latest news about artificial intelligence and language models...";
return `
<a href="${item.link}" target="_blank" class="minimal-card p-8 flex flex-col bg-white dark:bg-ventarys-950 group reveal active" style="transition-delay: ${index * 100}ms">
<span class="text-[10px] font-mono tracking-widest uppercase text-gray-400 mb-4 block">${date}</span>
<h3 class="text-lg font-sans font-medium mb-3 group-hover:text-black dark:group-hover:text-white text-gray-800 dark:text-gray-200 transition-colors line-clamp-2">${item.title}</h3>
<p class="text-sm text-gray-500 font-light line-clamp-3 mt-auto leading-relaxed">${cleanDesc}</p>
</a>
`;
}).join('');
} else {
throw new Error('Invalid data format');
}
} catch (error) {
console.error('Error loading RSS:', error);
container.innerHTML = `
<div class="col-span-1 md:col-span-3 text-center py-12 border border-dashed border-gray-200 dark:border-gray-800 rounded-lg">
<p class="text-sm text-gray-500">Could not load news at this time.</p>
<button onclick="fetchAINews()" class="mt-4 text-xs font-medium uppercase tracking-widest border-b border-black dark:border-white pb-0.5">Retry</button>
</div>
`;
}
}
</script>
</body>
</html>