-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
245 lines (223 loc) · 11.7 KB
/
index.html
File metadata and controls
245 lines (223 loc) · 11.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AskElira - Build Swarm Intelligence for Anything</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@keyframes slideUp {
0%, 20% { transform: translateY(0); }
25%, 45% { transform: translateY(-4rem); }
50%, 70% { transform: translateY(-8rem); }
75%, 95% { transform: translateY(-12rem); }
100% { transform: translateY(0); }
}
.animate-slide {
animation: slideUp 8s infinite;
}
</style>
</head>
<body class="bg-gradient-to-br from-slate-900 via-slate-800 to-slate-900">
<!-- Header -->
<header class="border-b border-slate-700/50 backdrop-blur-sm bg-slate-900/50 sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-6 py-4 flex justify-between items-center">
<div class="text-2xl font-bold text-white">
Ask<span class="text-cyan-400">Elira</span>
</div>
<nav class="flex gap-6 text-sm">
<a href="#framework" class="text-slate-300 hover:text-white transition">Framework</a>
<a href="#examples" class="text-slate-300 hover:text-white transition">Examples</a>
<a href="https://github.com/jellyforex/askelira" target="_blank" class="text-slate-300 hover:text-white transition">GitHub</a>
</nav>
</div>
</header>
<!-- Hero -->
<section class="max-w-7xl mx-auto px-6 py-20 grid md:grid-cols-2 gap-12 items-center">
<!-- Left: Value Prop -->
<div>
<h1 class="text-5xl font-bold text-white mb-6 leading-tight">
Build swarm intelligence for
<span class="block h-16 overflow-hidden">
<span class="inline-block animate-slide">
<span class="block h-16 text-cyan-400">marketing</span>
<span class="block h-16 text-cyan-400">trading</span>
<span class="block h-16 text-cyan-400">sales</span>
<span class="block h-16 text-cyan-400">research</span>
</span>
</span>
</h1>
<p class="text-xl text-slate-300 mb-8">
Multi-agent orchestration platform with swarm intelligence validation.
</p>
<div class="flex gap-4 mb-8">
<a href="#framework" class="px-6 py-3 bg-cyan-500 hover:bg-cyan-600 text-white rounded-lg font-semibold transition">
Get Started
</a>
<a href="#examples" class="px-6 py-3 border border-slate-600 hover:border-slate-500 text-white rounded-lg font-semibold transition">
See Examples
</a>
</div>
<!-- Metrics -->
<div class="grid grid-cols-3 gap-4 pt-6 border-t border-slate-700">
<div>
<div class="text-2xl font-bold text-white">65%</div>
<div class="text-sm text-slate-400">Accuracy</div>
</div>
<div>
<div class="text-2xl font-bold text-white">$0.02</div>
<div class="text-sm text-slate-400">Per Campaign</div>
</div>
<div>
<div class="text-2xl font-bold text-white">200+</div>
<div class="text-sm text-slate-400">Predictions</div>
</div>
</div>
</div>
<!-- Right: Code Example -->
<div class="bg-slate-950 rounded-xl p-6 border border-slate-800 shadow-2xl">
<div class="flex gap-2 mb-4">
<div class="w-3 h-3 rounded-full bg-red-500"></div>
<div class="w-3 h-3 rounded-full bg-yellow-500"></div>
<div class="w-3 h-3 rounded-full bg-green-500"></div>
</div>
<pre class="text-sm text-slate-300 font-mono overflow-x-auto"><code>pip install askelira
from askelira import Orchestrator
# Run your swarm
orchestrator = Orchestrator()
result = orchestrator.predict(
"Will NQ go up today?"
)
print(result.bias) # BULLISH
print(result.confidence) # 72%</code></pre>
</div>
</section>
<!-- Framework Section -->
<section id="framework" class="bg-slate-950/50 py-20">
<div class="max-w-7xl mx-auto px-6">
<h2 class="text-3xl font-bold text-white mb-4 text-center">
The Framework
</h2>
<p class="text-slate-400 text-center mb-12 max-w-2xl mx-auto">
Generic multi-agent orchestration. Not just trading. Not just marketing. <strong class="text-white">Build anything.</strong>
</p>
<div class="grid md:grid-cols-4 gap-6">
<div class="bg-slate-900 rounded-lg p-6 border border-slate-800">
<div class="text-cyan-400 text-2xl mb-3">🔍</div>
<h3 class="text-lg font-semibold text-white mb-2">Research Agent</h3>
<p class="text-sm text-slate-400">Gathers context, scrapes data, builds knowledge base</p>
</div>
<div class="bg-slate-900 rounded-lg p-6 border border-slate-800">
<div class="text-cyan-400 text-2xl mb-3">🧠</div>
<h3 class="text-lg font-semibold text-white mb-2">Swarm Simulation</h3>
<p class="text-sm text-slate-400">1000+ AI agents debate, vote, reach consensus</p>
</div>
<div class="bg-slate-900 rounded-lg p-6 border border-slate-800">
<div class="text-cyan-400 text-2xl mb-3">✅</div>
<h3 class="text-lg font-semibold text-white mb-2">Audit Agent</h3>
<p class="text-sm text-slate-400">Validates output, checks quality, flags risks</p>
</div>
<div class="bg-slate-900 rounded-lg p-6 border border-slate-800">
<div class="text-cyan-400 text-2xl mb-3">🚀</div>
<h3 class="text-lg font-semibold text-white mb-2">Execute Agent</h3>
<p class="text-sm text-slate-400">Takes action, logs results, learns from outcomes</p>
</div>
</div>
</div>
</section>
<!-- Examples Section -->
<section id="examples" class="py-20">
<div class="max-w-7xl mx-auto px-6">
<h2 class="text-3xl font-bold text-white mb-4 text-center">
Built with AskElira
</h2>
<p class="text-slate-400 text-center mb-12 max-w-2xl mx-auto">
Real projects using the framework. Fork them. Adapt them. Ship yours.
</p>
<div class="grid md:grid-cols-2 gap-8">
<!-- Trading Example -->
<div class="bg-slate-900 rounded-xl p-8 border border-slate-800">
<div class="flex items-start gap-4 mb-4">
<div class="text-3xl">📈</div>
<div>
<h3 class="text-xl font-bold text-white mb-2">AskElira Trader</h3>
<p class="text-slate-400 mb-4">
Autonomous NQ futures trading. 65% accuracy on 200+ predictions.
</p>
</div>
</div>
<div class="bg-slate-950 rounded-lg p-4 mb-4 font-mono text-sm text-slate-300">
<div class="text-green-400">✓ 65% prediction accuracy</div>
<div class="text-green-400">✓ $0.015 per prediction</div>
<div class="text-green-400">✓ 2.7× profit factor</div>
</div>
<div class="flex gap-3">
<a href="https://github.com/jellyforex/AskEliraTrader" target="_blank" class="flex-1 px-4 py-2 bg-slate-800 hover:bg-slate-700 text-white rounded-lg text-center transition text-sm">
View Code
</a>
<a href="https://github.com/jellyforex/AskEliraTrader" target="_blank" class="px-4 py-2 border border-slate-700 hover:border-slate-600 text-white rounded-lg transition text-sm">
Fork →
</a>
</div>
</div>
<!-- Marketing Example -->
<div class="bg-slate-900 rounded-xl p-8 border border-slate-800">
<div class="flex items-start gap-4 mb-4">
<div class="text-3xl">🚀</div>
<div>
<h3 class="text-xl font-bold text-white mb-2">AskElira Marketing</h3>
<p class="text-slate-400 mb-4">
Viral marketing automation. AI-validated tactics, $0.02/campaign.
</p>
</div>
</div>
<div class="bg-slate-950 rounded-lg p-4 mb-4 font-mono text-sm text-slate-300">
<div class="text-green-400">✓ 82% confidence on tactics</div>
<div class="text-green-400">✓ $0.02 per campaign</div>
<div class="text-green-400">✓ Multi-platform content</div>
</div>
<div class="flex gap-3">
<a href="https://github.com/jellyforex/askeliramarketing" target="_blank" class="flex-1 px-4 py-2 bg-slate-800 hover:bg-slate-700 text-white rounded-lg text-center transition text-sm">
View Code
</a>
<a href="https://github.com/jellyforex/askeliramarketing" target="_blank" class="px-4 py-2 border border-slate-700 hover:border-slate-600 text-white rounded-lg transition text-sm">
Fork →
</a>
</div>
</div>
</div>
<!-- Build Your Own CTA -->
<div class="mt-12 bg-gradient-to-r from-cyan-900/20 to-blue-900/20 rounded-xl p-8 border border-cyan-800/30 text-center">
<h3 class="text-2xl font-bold text-white mb-3">
Build Your Own
</h3>
<p class="text-slate-300 mb-6 max-w-2xl mx-auto">
The framework is domain-agnostic. Sales automation. Research pipelines. Customer support. Whatever you need.
</p>
<a href="https://github.com/jellyforex/askelira" target="_blank" class="inline-block px-8 py-3 bg-cyan-500 hover:bg-cyan-600 text-white rounded-lg font-semibold transition">
Get Started →
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="border-t border-slate-800 py-12 bg-slate-950">
<div class="max-w-7xl mx-auto px-6 text-center text-slate-400 text-sm">
<p class="mb-4">
Built with AskElira Marketing • Validated by 1000-agent swarm (78% confidence)
</p>
<div class="flex justify-center gap-6">
<a href="https://github.com/jellyforex/askelira" target="_blank" class="hover:text-white transition">
GitHub
</a>
<a href="https://github.com/jellyforex/askelira" target="_blank" class="hover:text-white transition">
Documentation
</a>
<a href="https://github.com/jellyforex" target="_blank" class="hover:text-white transition">
@jellyforex
</a>
</div>
</div>
</footer>
</body>
</html>