-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
329 lines (310 loc) · 16.7 KB
/
index.html
File metadata and controls
329 lines (310 loc) · 16.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>CodeDuet - AI-Powered Development Tools & CLI</title>
<meta name="title" content="CodeDuet - AI-Powered Development Tools & CLI">
<meta name="description" content="The next frontier of AI development. CodeDuet provides intelligent code generation, analysis, and pair programming tools for developers. Compatible with OpenAI and Anthropic SDKs.">
<meta name="keywords" content="AI development, code generation, pair programming, CLI tools, developer tools, artificial intelligence, coding assistant, OpenAI, Anthropic">
<meta name="author" content="CodeDuet">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<meta name="bingbot" content="index, follow">
<meta name="theme-color" content="#000000">
<meta name="msapplication-TileColor" content="#000000">
<meta name="format-detection" content="telephone=no">
<!-- Canonical URL -->
<link rel="canonical" href="https://codeduet.com/">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://codeduet.com/">
<meta property="og:title" content="CodeDuet - AI-Powered Development Tools & CLI">
<meta property="og:description" content="The next frontier of AI development. Intelligent code generation, analysis, and pair programming tools for developers.">
<meta property="og:image" content="https://codeduet.com/assets/images/codeduet-logo.svg">
<meta property="og:image:type" content="image/svg+xml">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="CodeDuet">
<meta property="og:locale" content="en_US">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@codeduet">
<meta property="twitter:creator" content="@codeduet">
<meta property="twitter:url" content="https://codeduet.com/">
<meta property="twitter:title" content="CodeDuet - AI-Powered Development Tools & CLI">
<meta property="twitter:description" content="The next frontier of AI development. Intelligent code generation, analysis, and pair programming tools for developers.">
<meta property="twitter:image" content="https://codeduet.com/assets/images/codeduet-logo.svg">
<meta property="twitter:image:alt" content="CodeDuet Logo - AI-Powered Development Tools">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=2">
<link rel="shortcut icon" href="/favicon.ico?v=2">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<!-- DNS Prefetch for external resources -->
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://github.com">
<!-- Preconnect for critical resources -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Critical CSS -->
<link rel="stylesheet" href="assets/css/styles.css">
<!-- Optimized font loading -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
<noscript><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"></noscript>
<!-- Structured Data -->
<script type="application/ld+json">
[
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "CodeDuet",
"url": "https://codeduet.com",
"logo": "https://codeduet.com/assets/images/codeduet-logo.svg",
"description": "AI-powered development tools and CLI for intelligent code generation, analysis, and pair programming",
"foundingDate": "2024",
"sameAs": [
"https://github.com/CodeDuet/codeduet-cli",
"https://github.com/CodeDuet/codeduet-ai-studio",
"https://github.com/CodeDuet/codeduet-microvm-ai-agent-sandbox"
]
},
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "CodeDuet - AI-Powered Development Tools",
"url": "https://codeduet.com",
"description": "The next frontier of AI development. CodeDuet provides intelligent code generation, analysis, and pair programming tools for developers.",
"publisher": {
"@type": "Organization",
"name": "CodeDuet"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://codeduet.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "CodeDuet CLI",
"description": "AI-powered development tools and CLI for intelligent code generation, analysis, and pair programming",
"url": "https://codeduet.com",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Cross-platform",
"downloadUrl": "https://github.com/CodeDuet/codeduet-cli",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"author": {
"@type": "Organization",
"name": "CodeDuet",
"url": "https://codeduet.com"
},
"sameAs": [
"https://github.com/CodeDuet/codeduet-cli"
],
"keywords": "AI development, code generation, pair programming, CLI tools, developer tools, artificial intelligence, coding assistant",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5.0",
"ratingCount": "1",
"bestRating": "5",
"worstRating": "1"
}
}
]
</script>
</head>
<body>
<header class="header">
<nav class="nav">
<div class="nav-brand">
<img src="assets/images/codeduet-logo.svg" alt="CodeDuet" class="logo">
</div>
<div class="nav-links">
<a href="#quickstart" class="nav-link">QUICKSTART</a>
<a href="#capabilities" class="nav-link">CAPABILITIES</a>
<a href="https://github.com/CodeDuet/codeduet-cli" class="nav-link" target="_blank">CLI</a>
<a href="#docs" class="nav-link">DOCS</a>
<a href="#blog" class="nav-link">BLOG</a>
<a href="https://github.com/CodeDuet/codeduet-ai-studio" class="nav-link" target="_blank">STUDIO</a>
<a href="https://github.com/CodeDuet/codeduet-microvm-ai-agent-sandbox" class="nav-link" target="_blank">SANDBOX</a>
</div>
<div class="nav-cta">
<button class="try-btn">TRY CODEDUET</button>
</div>
</nav>
</header>
<main class="main">
<section class="hero">
<div class="hero-content">
<h1 class="hero-title">
The Next Frontier<br>
of AI Development
</h1>
<div class="hero-cta">
<button class="cta-btn">
<span class="cta-icon">🚀</span>
CODEDUET CLI NOW AVAILABLE
<span class="cta-arrow">↗</span>
</button>
</div>
</div>
<div class="hero-bg">
<div class="gradient-orb"></div>
</div>
<div class="hero-scroll-indicator">
<div class="scroll-arrow">↓</div>
</div>
</section>
<section id="quickstart" class="quickstart-section">
<div class="section-content">
<div class="section-header">
<span class="section-tag">[ MINUTES TO LAUNCH ]</span>
<h2 class="section-title">Quickstart</h2>
</div>
<div class="quickstart-grid">
<div class="quickstart-content">
<p class="quickstart-description">
Our API is compatible with OpenAI and Anthropic's SDKs.<br>
Migrating is as easy as generating an API key and changing a URL.
</p>
<button class="start-building-btn">
START BUILDING
<span class="btn-arrow">↗</span>
</button>
</div>
<div class="terminal-container">
<div class="terminal">
<div class="terminal-header">
<div class="terminal-controls">
<span class="terminal-control red"></span>
<span class="terminal-control yellow"></span>
<span class="terminal-control green"></span>
</div>
</div>
<div class="terminal-body">
<div class="terminal-line">
<span class="prompt">$</span>
<span class="command" id="typing-command"></span>
<span class="cursor">|</span>
</div>
<div class="progress-container">
<div class="progress-bar">
<div class="progress-fill"></div>
</div>
<div class="progress-text">INSTALLING CODEDUET...</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="capabilities" class="capabilities-section">
<div class="section-content">
<div class="section-header">
<span class="section-tag">[ CAPABILITIES ]</span>
<h2 class="section-title">Models that fit your needs</h2>
</div>
<div class="capabilities-grid">
<div class="capability-card">
<div class="capability-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
<circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="2"/>
<path d="M8 12h8M12 8v8" stroke="currentColor" stroke-width="2"/>
</svg>
</div>
<h3 class="capability-title">Code Generation</h3>
<p class="capability-description">Generate high-quality code in any language with intelligent suggestions and best practices.</p>
</div>
<div class="capability-card">
<div class="capability-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" stroke="currentColor" stroke-width="2"/>
<polyline points="3.27,6.96 12,12.01 20.73,6.96" stroke="currentColor" stroke-width="2"/>
<line x1="12" y1="22.08" x2="12" y2="12" stroke="currentColor" stroke-width="2"/>
</svg>
</div>
<h3 class="capability-title">Code Analysis</h3>
<p class="capability-description">Deep analysis of codebases to identify patterns, bugs, and optimization opportunities.</p>
</div>
<div class="capability-card">
<div class="capability-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect x="3" y="3" width="18" height="18" rx="2" stroke="currentColor" stroke-width="2"/>
<path d="M9 9h6v6H9z" stroke="currentColor" stroke-width="2"/>
</svg>
</div>
<h3 class="capability-title">Pair Programming</h3>
<p class="capability-description">Collaborate seamlessly with AI assistance for real-time code development and debugging.</p>
</div>
<div class="capability-card">
<div class="capability-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" stroke="currentColor" stroke-width="2"/>
<polyline points="14,2 14,8 20,8" stroke="currentColor" stroke-width="2"/>
<line x1="16" y1="13" x2="8" y2="13" stroke="currentColor" stroke-width="2"/>
<line x1="16" y1="17" x2="8" y2="17" stroke="currentColor" stroke-width="2"/>
</svg>
</div>
<h3 class="capability-title">Documentation</h3>
<p class="capability-description">Automatically generate comprehensive documentation for your code and APIs.</p>
</div>
<div class="capability-card">
<div class="capability-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
<polyline points="22,12 18,12 15,21 9,3 6,12 2,12" stroke="currentColor" stroke-width="2"/>
</svg>
</div>
<h3 class="capability-title">Performance</h3>
<p class="capability-description">Optimize code performance with intelligent suggestions and bottleneck identification.</p>
</div>
<div class="capability-card">
<div class="capability-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
<circle cx="11" cy="11" r="8" stroke="currentColor" stroke-width="2"/>
<path d="m21 21-4.35-4.35" stroke="currentColor" stroke-width="2"/>
</svg>
</div>
<h3 class="capability-title">Code Search</h3>
<p class="capability-description">
<span class="new-badge">New</span>
Intelligent search through large codebases with semantic understanding.
</p>
</div>
</div>
</div>
</section>
<section class="documentation">
<div class="doc-cta">
<button class="doc-btn">
DOCUMENTATION
<span class="doc-arrow">↗</span>
</button>
</div>
</section>
<!-- Bottom gradient orb -->
<div class="bottom-gradient-orb"></div>
</main>
<!-- Load JavaScript asynchronously for better performance -->
<script src="assets/js/script.js" defer></script>
<!-- Google Analytics (if needed in future) -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID"></script> -->
<!-- Schema markup validation (remove in production) -->
<script>
// Validate structured data in development
if (window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1') {
console.log('Structured data validation available at: https://search.google.com/test/rich-results');
console.log('Open Graph validation available at: https://developers.facebook.com/tools/debug/');
console.log('Twitter Card validation available at: https://cards-dev.twitter.com/validator');
}
</script>
</body>
</html>