Spaces:
Running
Running
Add 3 files
Browse files- README.md +7 -5
- index.html +192 -19
- prompts.txt +1 -0
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: static
|
7 |
pinned: false
|
|
|
|
|
8 |
---
|
9 |
|
10 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: cryptoarbai
|
3 |
+
emoji: ⚛️
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: red
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
+
tags:
|
9 |
+
- QwenSite
|
10 |
---
|
11 |
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
index.html
CHANGED
@@ -1,19 +1,192 @@
|
|
1 |
-
<!
|
2 |
-
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
</
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8" />
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
+
<title>CryptoArb AI - SaaS Arbitrage Bot</title>
|
7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
|
9 |
+
<style>
|
10 |
+
body {
|
11 |
+
font-family: 'Inter', sans-serif;
|
12 |
+
}
|
13 |
+
.bg-gradient {
|
14 |
+
background: linear-gradient(135deg, #1a202c, #2d3748);
|
15 |
+
}
|
16 |
+
.glow {
|
17 |
+
box-shadow: 0 0 20px rgba(128, 0, 255, 0.5);
|
18 |
+
}
|
19 |
+
</style>
|
20 |
+
</head>
|
21 |
+
<body class="bg-gray-900 text-white">
|
22 |
+
|
23 |
+
<!-- Navigation -->
|
24 |
+
<header class="sticky top-0 z-50 bg-gray-900 bg-opacity-90 backdrop-filter backdrop-blur-lg border-b border-gray-700">
|
25 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
26 |
+
<div class="flex justify-between items-center py-4">
|
27 |
+
<a href="#" class="text-2xl font-bold text-transparent bg-clip-text bg-gradient-to-r from-purple-500 to-indigo-600">CryptoArb AI</a>
|
28 |
+
<nav class="hidden md:flex space-x-6">
|
29 |
+
<a href="#features" class="hover:text-purple-400 transition">Features</a>
|
30 |
+
<a href="#how-it-works" class="hover:text-purple-400 transition">How It Works</a>
|
31 |
+
<a href="#pricing" class="hover:text-purple-400 transition">Pricing</a>
|
32 |
+
<a href="#contact" class="hover:text-purple-400 transition">Contact</a>
|
33 |
+
</nav>
|
34 |
+
<a href="#contact" class="bg-gradient-to-r from-purple-600 to-indigo-600 px-5 py-2 rounded-full font-medium hover:opacity-90 transition">Get Started</a>
|
35 |
+
</div>
|
36 |
+
</div>
|
37 |
+
</header>
|
38 |
+
|
39 |
+
<!-- Hero -->
|
40 |
+
<section class="bg-gradient text-white py-20 px-4">
|
41 |
+
<div class="max-w-4xl mx-auto text-center">
|
42 |
+
<h1 class="text-4xl md:text-6xl font-extrabold mb-6 leading-tight">
|
43 |
+
AI-Powered Crypto Arbitrage Bot
|
44 |
+
</h1>
|
45 |
+
<p class="text-lg md:text-xl text-gray-300 mb-10">
|
46 |
+
Automate profits from price differences across exchanges with real-time, machine learning-driven execution.
|
47 |
+
</p>
|
48 |
+
<a href="#pricing" class="inline-block bg-purple-600 hover:bg-purple-700 px-8 py-3 rounded-full font-semibold text-lg transition glow">
|
49 |
+
Start Arbitraging Now
|
50 |
+
</a>
|
51 |
+
</div>
|
52 |
+
</section>
|
53 |
+
|
54 |
+
<!-- Features -->
|
55 |
+
<section id="features" class="py-20 bg-gray-800">
|
56 |
+
<div class="max-w-6xl mx-auto px-4 text-center">
|
57 |
+
<h2 class="text-3xl font-bold mb-12">Why Choose CryptoArb AI?</h2>
|
58 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-10">
|
59 |
+
<div class="bg-gray-900 p-8 rounded-xl border border-gray-700 hover:border-purple-500 transition">
|
60 |
+
<div class="text-5xl text-purple-500 mb-4">🤖</div>
|
61 |
+
<h3 class="text-xl font-bold mb-2">AI-Driven Arbitrage</h3>
|
62 |
+
<p class="text-gray-400">Leverage real-time machine learning models to detect and execute arbitrage opportunities instantly.</p>
|
63 |
+
</div>
|
64 |
+
<div class="bg-gray-900 p-8 rounded-xl border border-gray-700 hover:border-purple-500 transition">
|
65 |
+
<div class="text-5xl text-purple-500 mb-4">⚡</div>
|
66 |
+
<h3 class="text-xl font-bold mb-2">Ultra-Fast Execution</h3>
|
67 |
+
<p class="text-gray-400">Execute trades in milliseconds across Binance, Coinbase, Kraken, and more.</p>
|
68 |
+
</div>
|
69 |
+
<div class="bg-gray-900 p-8 rounded-xl border border-gray-700 hover:border-purple-500 transition">
|
70 |
+
<div class="text-5xl text-purple-500 mb-4">📊</div>
|
71 |
+
<h3 class="text-xl font-bold mb-2">Live Analytics Dashboard</h3>
|
72 |
+
<p class="text-gray-400">Track profits, performance, and real-time arbitrage opportunities in one place.</p>
|
73 |
+
</div>
|
74 |
+
</div>
|
75 |
+
</div>
|
76 |
+
</section>
|
77 |
+
|
78 |
+
<!-- How It Works -->
|
79 |
+
<section id="how-it-works" class="py-20 bg-gray-900">
|
80 |
+
<div class="max-w-6xl mx-auto px-4">
|
81 |
+
<h2 class="text-3xl font-bold text-center mb-12">How It Works</h2>
|
82 |
+
<div class="space-y-16">
|
83 |
+
<div class="flex flex-col md:flex-row items-center md:items-start gap-8">
|
84 |
+
<div class="bg-purple-600 text-white w-12 h-12 flex items-center justify-center rounded-full text-xl font-bold">1</div>
|
85 |
+
<div class="md:w-2/3">
|
86 |
+
<h3 class="text-xl font-semibold mb-2">Connect Your Exchanges</h3>
|
87 |
+
<p class="text-gray-400">Link your Binance, Coinbase, or Kraken accounts securely via API keys.</p>
|
88 |
+
</div>
|
89 |
+
</div>
|
90 |
+
<div class="flex flex-col md:flex-row items-center md:items-start gap-8">
|
91 |
+
<div class="bg-purple-600 text-white w-12 h-12 flex items-center justify-center rounded-full text-xl font-bold">2</div>
|
92 |
+
<div class="md:w-2/3">
|
93 |
+
<h3 class="text-xl font-semibold mb-2">Set Your Preferences</h3>
|
94 |
+
<p class="text-gray-400">Choose your risk level, trading pairs, and capital allocation with our intuitive UI.</p>
|
95 |
+
</div>
|
96 |
+
</div>
|
97 |
+
<div class="flex flex-col md:flex-row items-center md:items-start gap-8">
|
98 |
+
<div class="bg-purple-600 text-white w-12 h-12 flex items-center justify-center rounded-full text-xl font-bold">3</div>
|
99 |
+
<div class="md:w-2/3">
|
100 |
+
<h3 class="text-xl font-semibold mb-2">Let AI Do the Work</h3>
|
101 |
+
<p class="text-gray-400">Our bot scans markets 24/7 and executes arbitrage trades in milliseconds.</p>
|
102 |
+
</div>
|
103 |
+
</div>
|
104 |
+
</div>
|
105 |
+
</div>
|
106 |
+
</section>
|
107 |
+
|
108 |
+
<!-- Pricing -->
|
109 |
+
<section id="pricing" class="py-20 bg-gray-800">
|
110 |
+
<div class="max-w-5xl mx-auto px-4 text-center">
|
111 |
+
<h2 class="text-3xl font-bold mb-12">Choose Your Plan</h2>
|
112 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-10">
|
113 |
+
<div class="bg-gray-900 border border-gray-700 rounded-xl p-8 hover:border-purple-500 transition">
|
114 |
+
<h3 class="text-xl font-bold mb-2">Starter</h3>
|
115 |
+
<p class="text-4xl font-bold mb-4">$19<span class="text-sm font-normal text-gray-400">/mo</span></p>
|
116 |
+
<ul class="text-left text-gray-400 space-y-2 mb-6">
|
117 |
+
<li>✔️ Up to 3 exchanges</li>
|
118 |
+
<li>✔️ Basic analytics</li>
|
119 |
+
<li>✔️ 100+ trading pairs</li>
|
120 |
+
<li>✔️ Email support</li>
|
121 |
+
</ul>
|
122 |
+
<a href="#contact" class="block bg-purple-600 hover:bg-purple-700 py-2 px-6 rounded-full text-center">Get Started</a>
|
123 |
+
</div>
|
124 |
+
<div class="bg-gray-900 border border-purple-500 rounded-xl p-8 glow">
|
125 |
+
<h3 class="text-xl font-bold mb-2">Pro</h3>
|
126 |
+
<p class="text-4xl font-bold mb-4">$49<span class="text-sm font-normal text-gray-400">/mo</span></p>
|
127 |
+
<ul class="text-left text-gray-400 space-y-2 mb-6">
|
128 |
+
<li>✔️ All major exchanges</li>
|
129 |
+
<li>✔️ Advanced analytics</li>
|
130 |
+
<li>✔️ AI risk management</li>
|
131 |
+
<li>✔️ Priority support</li>
|
132 |
+
</ul>
|
133 |
+
<a href="#contact" class="block bg-purple-600 hover:bg-purple-700 py-2 px-6 rounded-full text-center">Start Free Trial</a>
|
134 |
+
</div>
|
135 |
+
<div class="bg-gray-900 border border-gray-700 rounded-xl p-8 hover:border-purple-500 transition">
|
136 |
+
<h3 class="text-xl font-bold mb-2">Enterprise</h3>
|
137 |
+
<p class="text-4xl font-bold mb-4">Custom</p>
|
138 |
+
<ul class="text-left text-gray-400 space-y-2 mb-6">
|
139 |
+
<li>✔️ Unlimited exchanges</li>
|
140 |
+
<li>✔️ Custom AI models</li>
|
141 |
+
<li>✔️ Dedicated server</li>
|
142 |
+
<li>✔️ 24/7 support</li>
|
143 |
+
</ul>
|
144 |
+
<a href="#contact" class="block bg-purple-600 hover:bg-purple-700 py-2 px-6 rounded-full text-center">Contact Us</a>
|
145 |
+
</div>
|
146 |
+
</div>
|
147 |
+
</div>
|
148 |
+
</section>
|
149 |
+
|
150 |
+
<!-- Testimonials -->
|
151 |
+
<section class="py-20 bg-gray-900">
|
152 |
+
<div class="max-w-5xl mx-auto px-4 text-center">
|
153 |
+
<h2 class="text-3xl font-bold mb-12">What Our Users Say</h2>
|
154 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
155 |
+
<div class="bg-gray-800 p-6 rounded-xl border border-gray-700">
|
156 |
+
<p class="text-gray-300 mb-4 italic">"CryptoArb AI has completely changed the way I trade. It's making consistent profits while I sleep!"</p>
|
157 |
+
<p class="font-semibold">— Sarah D., Trader</p>
|
158 |
+
</div>
|
159 |
+
<div class="bg-gray-800 p-6 rounded-xl border border-gray-700">
|
160 |
+
<p class="text-gray-300 mb-4 italic">"The analytics dashboard is top-notch. I finally have full visibility into my arbitrage strategies."</p>
|
161 |
+
<p class="font-semibold">— James T., Investor</p>
|
162 |
+
</div>
|
163 |
+
</div>
|
164 |
+
</div>
|
165 |
+
</section>
|
166 |
+
|
167 |
+
<!-- Contact -->
|
168 |
+
<section id="contact" class="py-20 bg-gray-800">
|
169 |
+
<div class="max-w-3xl mx-auto px-4">
|
170 |
+
<h2 class="text-3xl font-bold text-center mb-10">Get in Touch</h2>
|
171 |
+
<form class="space-y-6">
|
172 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
173 |
+
<input type="text" placeholder="Your Name" class="bg-gray-900 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:border-purple-500" required />
|
174 |
+
<input type="email" placeholder="Your Email" class="bg-gray-900 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:border-purple-500" required />
|
175 |
+
</div>
|
176 |
+
<textarea rows="5" placeholder="Your Message" class="w-full bg-gray-900 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:border-purple-500" required></textarea>
|
177 |
+
<div class="text-center">
|
178 |
+
<button type="submit" class="bg-gradient-to-r from-purple-600 to-indigo-600 px-8 py-3 rounded-full font-semibold hover:opacity-90 transition">
|
179 |
+
Send Message
|
180 |
+
</button>
|
181 |
+
</div>
|
182 |
+
</form>
|
183 |
+
</div>
|
184 |
+
</section>
|
185 |
+
|
186 |
+
<!-- Footer -->
|
187 |
+
<footer class="bg-gray-900 py-8 text-center text-gray-500">
|
188 |
+
<p>© 2025 CryptoArb AI. All rights reserved.</p>
|
189 |
+
</footer>
|
190 |
+
|
191 |
+
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-qwensite.hf.space/logo.svg" alt="qwensite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-qwensite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >QwenSite</a> - 🧬 <a href="https://enzostvs-qwensite.hf.space?remix=S-Dreamer/cryptoarbai" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
192 |
+
</html>
|
prompts.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
ai powered algorythmic crypto arbitrage bot SaaS website
|