goroutine commited on
Commit
784788d
·
verified ·
1 Parent(s): 79d1433

Make it very fancy for AI developers. - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +636 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Tidb For Ai
3
- emoji: 📈
4
- colorFrom: pink
5
- colorTo: green
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: tidb-for-ai
3
+ emoji: 🐳
4
+ colorFrom: gray
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,636 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>TiDB - One Database for All Your AI Needs</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ primary: '#2563eb',
15
+ secondary: '#1e40af',
16
+ accent: '#3b82f6',
17
+ dark: '#0f172a',
18
+ light: '#f8fafc'
19
+ }
20
+ }
21
+ }
22
+ }
23
+ </script>
24
+ <style>
25
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
26
+
27
+ body {
28
+ font-family: 'Inter', sans-serif;
29
+ background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
30
+ color: #f1f5f9;
31
+ overflow-x: hidden;
32
+ }
33
+
34
+ .hero-gradient {
35
+ background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.2) 0%, transparent 40%),
36
+ radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.2) 0%, transparent 40%);
37
+ }
38
+
39
+ .feature-card {
40
+ transition: all 0.3s ease;
41
+ background: rgba(30, 41, 59, 0.6);
42
+ backdrop-filter: blur(10px);
43
+ border: 1px solid rgba(100, 116, 139, 0.2);
44
+ }
45
+
46
+ .feature-card:hover {
47
+ transform: translateY(-5px);
48
+ border-color: rgba(59, 130, 246, 0.5);
49
+ box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.2);
50
+ }
51
+
52
+ .glow {
53
+ box-shadow: 0 0 20px 5px rgba(59, 130, 246, 0.3);
54
+ }
55
+
56
+ .pricing-card {
57
+ background: linear-gradient(145deg, rgba(30, 41, 59, 0.8), rgba(15, 23, 42, 0.8));
58
+ border: 1px solid rgba(100, 116, 139, 0.3);
59
+ transition: all 0.3s ease;
60
+ }
61
+
62
+ .pricing-card:hover {
63
+ transform: scale(1.03);
64
+ border-color: rgba(59, 130, 246, 0.6);
65
+ }
66
+
67
+ .diagonal-bg {
68
+ position: relative;
69
+ overflow: hidden;
70
+ }
71
+
72
+ .diagonal-bg::before {
73
+ content: '';
74
+ position: absolute;
75
+ top: -50%;
76
+ left: -50%;
77
+ width: 200%;
78
+ height: 200%;
79
+ background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
80
+ transform: rotate(30deg);
81
+ z-index: -1;
82
+ }
83
+
84
+ .animated-dots {
85
+ position: absolute;
86
+ top: 0;
87
+ left: 0;
88
+ width: 100%;
89
+ height: 100%;
90
+ overflow: hidden;
91
+ z-index: -1;
92
+ }
93
+
94
+ .dot {
95
+ position: absolute;
96
+ background: rgba(59, 130, 246, 0.15);
97
+ border-radius: 50%;
98
+ animation: float 15s infinite linear;
99
+ }
100
+
101
+ @keyframes float {
102
+ 0% { transform: translateY(0) translateX(0); }
103
+ 100% { transform: translateY(-100vh) translateX(50px); }
104
+ }
105
+
106
+ .btn-gradient {
107
+ background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
108
+ transition: all 0.3s ease;
109
+ }
110
+
111
+ .btn-gradient:hover {
112
+ background: linear-gradient(90deg, #1d4ed8 0%, #2563eb 100%);
113
+ transform: translateY(-2px);
114
+ box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.4);
115
+ }
116
+
117
+ .wave-pattern {
118
+ background:
119
+ radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 20%),
120
+ radial-gradient(circle at 90% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 20%);
121
+ }
122
+ </style>
123
+ </head>
124
+ <body class="min-h-screen">
125
+ <!-- Animated Background Dots -->
126
+ <div class="animated-dots">
127
+ <!-- Dots will be generated dynamically with JavaScript -->
128
+ </div>
129
+
130
+ <!-- Navigation -->
131
+ <nav class="flex items-center justify-between px-6 py-4 md:px-12 lg:px-24">
132
+ <div class="flex items-center">
133
+ <div class="bg-accent w-10 h-10 rounded-lg flex items-center justify-center mr-3">
134
+ <i class="fas fa-database text-white text-xl"></i>
135
+ </div>
136
+ <span class="text-white text-2xl font-bold">Ti<span class="text-accent">DB</span></span>
137
+ </div>
138
+
139
+ <div class="hidden md:flex space-x-8">
140
+ <a href="#" class="text-slate-300 hover:text-white transition">Features</a>
141
+ <a href="#" class="text-slate-300 hover:text-white transition">Solutions</a>
142
+ <a href="#" class="text-slate-300 hover:text-white transition">Pricing</a>
143
+ <a href="#" class="text-slate-300 hover:text-white transition">Docs</a>
144
+ <a href="#" class="text-slate-300 hover:text-white transition">Company</a>
145
+ </div>
146
+
147
+ <div class="flex items-center space-x-4">
148
+ <button class="text-slate-300 hover:text-white transition hidden md:block">Sign In</button>
149
+ <button class="btn-gradient text-white font-medium px-5 py-2 rounded-lg">Get Started</button>
150
+ <button class="md:hidden text-white">
151
+ <i class="fas fa-bars text-xl"></i>
152
+ </button>
153
+ </div>
154
+ </nav>
155
+
156
+ <!-- Hero Section -->
157
+ <section class="hero-gradient py-16 md:py-24 px-6 md:px-12 lg:px-24">
158
+ <div class="max-w-7xl mx-auto">
159
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
160
+ <div>
161
+ <div class="bg-secondary/20 text-accent px-4 py-1 rounded-full inline-block mb-6">
162
+ <span class="text-sm font-semibold">Next-Gen AI Database</span>
163
+ </div>
164
+ <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6">
165
+ One Database for All Your <span class="text-accent">AI Needs</span>
166
+ </h1>
167
+ <p class="text-xl text-slate-300 mb-10 max-w-2xl">
168
+ TiDB combines vector search, full-text search, SQL, and graph capabilities in a single, scalable database with pay-as-you-go pricing.
169
+ </p>
170
+ <div class="flex flex-col sm:flex-row gap-4">
171
+ <button class="btn-gradient text-white font-semibold px-8 py-4 rounded-lg text-lg">
172
+ Start Free Trial
173
+ </button>
174
+ <button class="bg-white/10 border border-slate-700 text-white font-medium px-8 py-4 rounded-lg text-lg hover:bg-white/20 transition">
175
+ <i class="fas fa-play-circle mr-2"></i> Watch Demo
176
+ </button>
177
+ </div>
178
+ </div>
179
+ <div class="relative">
180
+ <div class="relative z-10 bg-slate-800/50 border border-slate-700 rounded-2xl p-6 backdrop-blur-lg">
181
+ <div class="absolute -inset-1 rounded-2xl bg-gradient-to-r from-blue-600 to-cyan-600 opacity-20 blur"></div>
182
+ <div class="relative">
183
+ <div class="flex justify-between items-center mb-6">
184
+ <div class="flex space-x-2">
185
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
186
+ <div class="w-3 h-3 rounded-full bg-yellow-500"></div>
187
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
188
+ </div>
189
+ <span class="text-slate-400 text-sm">database: tidb</span>
190
+ </div>
191
+
192
+ <div class="space-y-4">
193
+ <div>
194
+ <div class="text-blue-400 mb-2">-- Vector similarity search</div>
195
+ <div class="bg-slate-900/70 p-4 rounded-lg text-sm font-mono">
196
+ <span class="text-purple-400">SELECT</span> id, embedding <br>
197
+ <span class="text-purple-400">FROM</span> products <br>
198
+ <span class="text-purple-400">ORDER BY</span> vec_cosine(embedding, ?) <br>
199
+ <span class="text-purple-400">LIMIT</span> 10;
200
+ </div>
201
+ </div>
202
+
203
+ <div>
204
+ <div class="text-blue-400 mb-2">-- Hybrid search (vector + full-text)</div>
205
+ <div class="bg-slate-900/70 p-4 rounded-lg text-sm font-mono">
206
+ <span class="text-purple-400">SELECT</span> id, title, description <br>
207
+ <span class="text-purple-400">FROM</span> docs <br>
208
+ <span class="text-purple-400">WHERE</span> <span class="text-green-400">MATCH</span>(description) AGAINST('AI database') <br>
209
+ <span class="text-purple-400">ORDER BY</span> vec_cosine(embedding, ?) <br>
210
+ <span class="text-purple-400">LIMIT</span> 10;
211
+ </div>
212
+ </div>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="absolute -bottom-8 -right-8 w-64 h-64 bg-blue-600 rounded-full mix-blend-soft-light filter blur-3xl opacity-30"></div>
218
+ <div class="absolute top-16 -left-8 w-48 h-48 bg-purple-600 rounded-full mix-blend-soft-light filter blur-3xl opacity-30"></div>
219
+ </div>
220
+ </div>
221
+ </div>
222
+ </section>
223
+
224
+ <!-- Features Section -->
225
+ <section class="py-20 px-6 md:px-12 lg:px-24 diagonal-bg">
226
+ <div class="max-w-7xl mx-auto">
227
+ <div class="text-center mb-16">
228
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Unified Database for AI Workloads</h2>
229
+ <p class="text-xl text-slate-400 max-w-3xl mx-auto">
230
+ TiDB integrates all essential database capabilities required for modern AI applications
231
+ </p>
232
+ </div>
233
+
234
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
235
+ <!-- Feature 1: Vector Search -->
236
+ <div class="feature-card rounded-2xl p-8">
237
+ <div class="w-16 h-16 bg-blue-900/30 rounded-xl flex items-center justify-center mb-6">
238
+ <i class="fas fa-vector-square text-accent text-2xl"></i>
239
+ </div>
240
+ <h3 class="text-xl font-bold mb-3">Vector Search</h3>
241
+ <p class="text-slate-400 mb-4">
242
+ Embeddings-based similarity search for semantic understanding and recommendation systems.
243
+ </p>
244
+ <div class="text-accent font-medium">
245
+ <span>Learn more</span>
246
+ <i class="fas fa-arrow-right ml-2"></i>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Feature 2: Full-text Search -->
251
+ <div class="feature-card rounded-2xl p-8">
252
+ <div class="w-16 h-16 bg-blue-900/30 rounded-xl flex items-center justify-center mb-6">
253
+ <i class="fas fa-search text-accent text-2xl"></i>
254
+ </div>
255
+ <h3 class="text-xl font-bold mb-3">Full-text Search</h3>
256
+ <p class="text-slate-400 mb-4">
257
+ Advanced text indexing and querying for keyword-based document retrieval.
258
+ </p>
259
+ <div class="text-accent font-medium">
260
+ <span>Learn more</span>
261
+ <i class="fas fa-arrow-right ml-2"></i>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Feature 3: SQL -->
266
+ <div class="feature-card rounded-2xl p-8">
267
+ <div class="w-16 h-16 bg-blue-900/30 rounded-xl flex items-center justify-center mb-6">
268
+ <i class="fas fa-database text-accent text-2xl"></i>
269
+ </div>
270
+ <h3 class="text-xl font-bold mb-3">SQL Database</h3>
271
+ <p class="text-slate-400 mb-4">
272
+ Full SQL compatibility with ACID transactions for structured data operations.
273
+ </p>
274
+ <div class="text-accent font-medium">
275
+ <span>Learn more</span>
276
+ <i class="fas fa-arrow-right ml-2"></i>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Feature 4: Graph -->
281
+ <div class="feature-card rounded-2xl p-8">
282
+ <div class="w-16 h-16 bg-blue-900/30 rounded-xl flex items-center justify-center mb-6">
283
+ <i class="fas fa-project-diagram text-accent text-2xl"></i>
284
+ </div>
285
+ <h3 class="text-xl font-bold mb-3">Graph Database</h3>
286
+ <p class="text-slate-400 mb-4">
287
+ Relationship traversal for fraud detection, social networks, and knowledge graphs.
288
+ </p>
289
+ <div class="text-accent font-medium">
290
+ <span>Learn more</span>
291
+ <i class="fas fa-arrow-right ml-2"></i>
292
+ </div>
293
+ </div>
294
+ </div>
295
+ </div>
296
+ </section>
297
+
298
+ <!-- Benefits Section -->
299
+ <section class="py-20 px-6 md:px-12 lg:px-24 wave-pattern">
300
+ <div class="max-w-7xl mx-auto">
301
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
302
+ <div class="order-2 lg:order-1">
303
+ <div class="relative">
304
+ <div class="relative z-10">
305
+ <div class="grid grid-cols-2 gap-6">
306
+ <div class="bg-slate-800/50 p-6 rounded-2xl border border-slate-700">
307
+ <div class="text-4xl font-bold text-accent mb-2">10x</div>
308
+ <div class="text-lg">Faster vector queries</div>
309
+ </div>
310
+ <div class="bg-slate-800/50 p-6 rounded-2xl border border-slate-700">
311
+ <div class="text-4xl font-bold text-accent mb-2">99.99%</div>
312
+ <div class="text-lg">Uptime SLA</div>
313
+ </div>
314
+ <div class="bg-slate-800/50 p-6 rounded-2xl border border-slate-700">
315
+ <div class="text-4xl font-bold text-accent mb-2">∞</div>
316
+ <div class="text-lg">Horizontal scalability</div>
317
+ </div>
318
+ <div class="bg-slate-800/50 p-6 rounded-2xl border border-slate-700">
319
+ <div class="text-4xl font-bold text-accent mb-2">70%</div>
320
+ <div class="text-lg">Cost reduction</div>
321
+ </div>
322
+ </div>
323
+ </div>
324
+ <div class="absolute -top-8 -left-8 w-48 h-48 bg-blue-600 rounded-full mix-blend-soft-light filter blur-3xl opacity-20"></div>
325
+ </div>
326
+ </div>
327
+
328
+ <div class="order-1 lg:order-2">
329
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Why Choose TiDB for AI?</h2>
330
+
331
+ <div class="space-y-6">
332
+ <div class="flex">
333
+ <div class="flex-shrink-0 mt-1">
334
+ <div class="w-8 h-8 rounded-full bg-blue-900/30 flex items-center justify-center">
335
+ <i class="fas fa-check text-accent"></i>
336
+ </div>
337
+ </div>
338
+ <div class="ml-4">
339
+ <h3 class="text-xl font-semibold mb-2">Simplified Architecture</h3>
340
+ <p class="text-slate-400">
341
+ Eliminate the complexity of managing multiple specialized databases. TiDB handles all your data workloads in one place.
342
+ </p>
343
+ </div>
344
+ </div>
345
+
346
+ <div class="flex">
347
+ <div class="flex-shrink-0 mt-1">
348
+ <div class="w-8 h-8 rounded-full bg-blue-900/30 flex items-center justify-center">
349
+ <i class="fas fa-check text-accent"></i>
350
+ </div>
351
+ </div>
352
+ <div class="ml-4">
353
+ <h3 class="text-xl font-semibold mb-2">Massive Scalability</h3>
354
+ <p class="text-slate-400">
355
+ Scale horizontally to handle petabytes of data and millions of queries per second without downtime.
356
+ </p>
357
+ </div>
358
+ </div>
359
+
360
+ <div class="flex">
361
+ <div class="flex-shrink-0 mt-1">
362
+ <div class="w-8 h-8 rounded-full bg-blue-900/30 flex items-center justify-center">
363
+ <i class="fas fa-check text-accent"></i>
364
+ </div>
365
+ </div>
366
+ <div class="ml-4">
367
+ <h3 class="text-xl font-semibold mb-2">Cost Efficiency</h3>
368
+ <p class="text-slate-400">
369
+ Pay-as-you-go pricing with significant savings compared to using multiple specialized databases.
370
+ </p>
371
+ </div>
372
+ </div>
373
+ </div>
374
+ </div>
375
+ </div>
376
+ </div>
377
+ </section>
378
+
379
+ <!-- Pricing Section -->
380
+ <section class="py-20 px-6 md:px-12 lg:px-24">
381
+ <div class="max-w-7xl mx-auto">
382
+ <div class="text-center mb-16">
383
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Simple, Transparent Pricing</h2>
384
+ <p class="text-xl text-slate-400 max-w-3xl mx-auto">
385
+ Pay only for what you use with no upfront costs or long-term commitments
386
+ </p>
387
+ </div>
388
+
389
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
390
+ <!-- Developer Plan -->
391
+ <div class="pricing-card rounded-2xl p-8">
392
+ <div class="mb-6">
393
+ <h3 class="text-2xl font-bold mb-2">Developer</h3>
394
+ <div class="flex items-end">
395
+ <span class="text-4xl font-bold">$0</span>
396
+ <span class="text-slate-400 ml-2">/month</span>
397
+ </div>
398
+ <p class="text-slate-400 mt-2">Perfect for learning and small projects</p>
399
+ </div>
400
+
401
+ <ul class="space-y-4 mb-8">
402
+ <li class="flex items-center">
403
+ <i class="fas fa-check-circle text-green-500 mr-3"></i>
404
+ <span>Up to 10GB storage</span>
405
+ </li>
406
+ <li class="flex items-center">
407
+ <i class="fas fa-check-circle text-green-500 mr-3"></i>
408
+ <span>Basic vector search</span>
409
+ </li>
410
+ <li class="flex items-center">
411
+ <i class="fas fa-check-circle text-green-500 mr-3"></i>
412
+ <span>Single-node deployment</span>
413
+ </li>
414
+ <li class="flex items-center text-slate-500">
415
+ <i class="fas fa-times-circle mr-3"></i>
416
+ <span>No high availability</span>
417
+ </li>
418
+ <li class="flex items-center text-slate-500">
419
+ <i class="fas fa-times-circle mr-3"></i>
420
+ <span>Community support only</span>
421
+ </li>
422
+ </ul>
423
+
424
+ <button class="w-full bg-slate-700 hover:bg-slate-600 text-white font-medium py-3 rounded-lg transition">
425
+ Get Started Free
426
+ </button>
427
+ </div>
428
+
429
+ <!-- Business Plan -->
430
+ <div class="pricing-card rounded-2xl p-8 relative glow">
431
+ <div class="absolute top-0 right-0 bg-accent text-white px-4 py-1 rounded-bl-lg rounded-tr-2xl">
432
+ Most Popular
433
+ </div>
434
+ <div class="mb-6">
435
+ <h3 class="text-2xl font-bold mb-2">Business</h3>
436
+ <div class="flex items-end">
437
+ <span class="text-4xl font-bold">$299</span>
438
+ <span class="text-slate-400 ml-2">/month + usage</span>
439
+ </div>
440
+ <p class="text-slate-400 mt-2">For production applications and teams</p>
441
+ </div>
442
+
443
+ <ul class="space-y-4 mb-8">
444
+ <li class="flex items-center">
445
+ <i class="fas fa-check-circle text-green-500 mr-3"></i>
446
+ <span>Unlimited storage</span>
447
+ </li>
448
+ <li class="flex items-center">
449
+ <i class="fas fa-check-circle text-green-500 mr-3"></i>
450
+ <span>Advanced vector & hybrid search</span>
451
+ </li>
452
+ <li class="flex items-center">
453
+ <i class="fas fa-check-circle text-green-500 mr-3"></i>
454
+ <span>Multi-node cluster</span>
455
+ </li>
456
+ <li class="flex items-center">
457
+ <i class="fas fa-check-circle text-green-500 mr-3"></i>
458
+ <span>High availability</span>
459
+ </li>
460
+ <li class="flex items-center">
461
+ <i class="fas fa-check-circle text-green-500 mr-3"></i>
462
+ <span>24/7 business support</span>
463
+ </li>
464
+ </ul>
465
+
466
+ <button class="w-full btn-gradient text-white font-medium py-3 rounded-lg">
467
+ Start Free Trial
468
+ </button>
469
+ </div>
470
+
471
+ <!-- Enterprise Plan -->
472
+ <div class="pricing-card rounded-2xl p-8">
473
+ <div class="mb-6">
474
+ <h3 class="text-2xl font-bold mb-2">Enterprise</h3>
475
+ <div class="flex items-end">
476
+ <span class="text-4xl font-bold">Custom</span>
477
+ </div>
478
+ <p class="text-slate-400 mt-2">For large-scale mission-critical applications</p>
479
+ </div>
480
+
481
+ <ul class="space-y-4 mb-8">
482
+ <li class="flex items-center">
483
+ <i class="fas fa-check-circle text-green-500 mr-3"></i>
484
+ <span>Everything in Business</span>
485
+ </li>
486
+ <li class="flex items-center">
487
+ <i class="fas fa-check-circle text-green-500 mr-3"></i>
488
+ <span>Multi-region deployment</span>
489
+ </li>
490
+ <li class="flex items-center">
491
+ <i class="fas fa-check-circle text-green-500 mr-3"></i>
492
+ <span>Advanced security & compliance</span>
493
+ </li>
494
+ <li class="flex items-center">
495
+ <i class="fas fa-check-circle text-green-500 mr-3"></i>
496
+ <span>Dedicated infrastructure</span>
497
+ </li>
498
+ <li class="flex items-center">
499
+ <i class="fas fa-check-circle text-green-500 mr-3"></i>
500
+ <span>24/7 premium support with SLA</span>
501
+ </li>
502
+ </ul>
503
+
504
+ <button class="w-full bg-slate-700 hover:bg-slate-600 text-white font-medium py-3 rounded-lg transition">
505
+ Contact Sales
506
+ </button>
507
+ </div>
508
+ </div>
509
+ </div>
510
+ </section>
511
+
512
+ <!-- CTA Section -->
513
+ <section class="py-20 px-6 md:px-12 lg:px-24">
514
+ <div class="max-w-5xl mx-auto bg-gradient-to-r from-blue-900/30 to-slate-800/30 rounded-3xl p-12 text-center border border-slate-700 relative overflow-hidden">
515
+ <div class="absolute -top-40 -right-40 w-96 h-96 bg-blue-600 rounded-full mix-blend-soft-light filter blur-3xl opacity-20"></div>
516
+ <div class="absolute -bottom-40 -left-40 w-96 h-96 bg-purple-600 rounded-full mix-blend-soft-light filter blur-3xl opacity-20"></div>
517
+
518
+ <div class="relative z-10">
519
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Power Your AI Applications?</h2>
520
+ <p class="text-xl text-slate-300 max-w-2xl mx-auto mb-8">
521
+ Join thousands of developers and companies building the future with TiDB
522
+ </p>
523
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
524
+ <button class="btn-gradient text-white font-semibold px-8 py-4 rounded-lg text-lg">
525
+ Start Free Trial
526
+ </button>
527
+ <button class="bg-white/10 border border-slate-700 text-white font-medium px-8 py-4 rounded-lg text-lg hover:bg-white/20 transition">
528
+ Schedule a Demo
529
+ </button>
530
+ </div>
531
+ <p class="text-slate-400 mt-6">No credit card required • 14-day free trial • Cancel anytime</p>
532
+ </div>
533
+ </div>
534
+ </section>
535
+
536
+ <!-- Footer -->
537
+ <footer class="py-12 px-6 md:px-12 lg:px-24 border-t border-slate-800">
538
+ <div class="max-w-7xl mx-auto">
539
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-12">
540
+ <div class="lg:col-span-2">
541
+ <div class="flex items-center mb-6">
542
+ <div class="bg-accent w-10 h-10 rounded-lg flex items-center justify-center mr-3">
543
+ <i class="fas fa-database text-white text-xl"></i>
544
+ </div>
545
+ <span class="text-white text-2xl font-bold">Ti<span class="text-accent">DB</span></span>
546
+ </div>
547
+ <p class="text-slate-400 mb-6 max-w-md">
548
+ The one database that unifies vector search, full-text search, SQL, and graph for all your AI needs.
549
+ </p>
550
+ <div class="flex space-x-4">
551
+ <a href="#" class="w-10 h-10 rounded-full bg-slate-800 flex items-center justify-center hover:bg-accent transition">
552
+ <i class="fab fa-twitter"></i>
553
+ </a>
554
+ <a href="#" class="w-10 h-10 rounded-full bg-slate-800 flex items-center justify-center hover:bg-accent transition">
555
+ <i class="fab fa-linkedin-in"></i>
556
+ </a>
557
+ <a href="#" class="w-10 h-10 rounded-full bg-slate-800 flex items-center justify-center hover:bg-accent transition">
558
+ <i class="fab fa-github"></i>
559
+ </a>
560
+ <a href="#" class="w-10 h-10 rounded-full bg-slate-800 flex items-center justify-center hover:bg-accent transition">
561
+ <i class="fab fa-youtube"></i>
562
+ </a>
563
+ </div>
564
+ </div>
565
+
566
+ <div>
567
+ <h4 class="text-lg font-bold mb-6">Product</h4>
568
+ <ul class="space-y-4">
569
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Features</a></li>
570
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Solutions</a></li>
571
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Pricing</a></li>
572
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Documentation</a></li>
573
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Releases</a></li>
574
+ </ul>
575
+ </div>
576
+
577
+ <div>
578
+ <h4 class="text-lg font-bold mb-6">Resources</h4>
579
+ <ul class="space-y-4">
580
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Blog</a></li>
581
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Tutorials</a></li>
582
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Community</a></li>
583
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Support</a></li>
584
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Events</a></li>
585
+ </ul>
586
+ </div>
587
+
588
+ <div>
589
+ <h4 class="text-lg font-bold mb-6">Company</h4>
590
+ <ul class="space-y-4">
591
+ <li><a href="#" class="text-slate-400 hover:text-white transition">About</a></li>
592
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Careers</a></li>
593
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Customers</a></li>
594
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Partners</a></li>
595
+ <li><a href="#" class="text-slate-400 hover:text-white transition">Contact</a></li>
596
+ </ul>
597
+ </div>
598
+ </div>
599
+
600
+ <div class="border-t border-slate-800 mt-12 pt-8 text-center text-slate-500">
601
+ <p>© 2023 TiDB. All rights reserved.</p>
602
+ </div>
603
+ </div>
604
+ </footer>
605
+
606
+ <script>
607
+ // Create animated background dots
608
+ const dotContainer = document.querySelector('.animated-dots');
609
+ const dotsCount = 20;
610
+
611
+ for (let i = 0; i < dotsCount; i++) {
612
+ const dot = document.createElement('div');
613
+ dot.classList.add('dot');
614
+
615
+ // Random size
616
+ const size = Math.random() * 6 + 2;
617
+ dot.style.width = `${size}px`;
618
+ dot.style.height = `${size}px`;
619
+
620
+ // Random position
621
+ dot.style.left = `${Math.random() * 100}%`;
622
+ dot.style.top = `${Math.random() * 100}%`;
623
+
624
+ // Random animation duration
625
+ const duration = Math.random() * 10 + 10;
626
+ dot.style.animationDuration = `${duration}s`;
627
+
628
+ // Random animation delay
629
+ const delay = Math.random() * 5;
630
+ dot.style.animationDelay = `${delay}s`;
631
+
632
+ dotContainer.appendChild(dot);
633
+ }
634
+ </script>
635
+ <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-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=goroutine/tidb-for-ai" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
636
+ </html>