-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (157 loc) · 6.2 KB
/
index.html
File metadata and controls
167 lines (157 loc) · 6.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terradev CLI - Cross-Cloud GPU Optimization</title>
<meta name="description" content="BYOAPI: Cross-cloud GPU provisioning, distributed training orchestration, and cost optimization. 15 cloud providers, MCP server for Claude Code, provision-to-train bridge, checkpoint management.">
<meta name="keywords" content="GPU, cloud computing, cost optimization, multi-cloud, machine learning, distributed training, MCP server, Claude Code, checkpoint management, torchrun, deepspeed, AWS, GCP, Azure, RunPod, H100, A100">
<meta name="author" content="Terradev Team">
<!-- Open Graph -->
<meta property="og:title" content="Terradev CLI - Cross-Cloud GPU Optimization">
<meta property="og:description" content="BYOAPI: Cross-cloud GPU provisioning, distributed training, and cost optimization. 15 providers, MCP for Claude Code.">
<meta property="og:url" content="https://theodden.github.io/">
<meta property="og:type" content="website">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Terradev CLI - Cross-Cloud GPU Optimization">
<meta name="twitter:description" content="BYOAPI: Cross-cloud GPU provisioning, distributed training, and cost optimization. 15 providers, MCP for Claude Code.">
<!-- Canonical URL -->
<link rel="canonical" href="https://github.com/theoddden/terradev">
<!-- Redirect after 3 seconds -->
<meta http-equiv="refresh" content="3; url=https://github.com/theoddden/terradev">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 40px 20px;
line-height: 1.6;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
}
.container {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border-radius: 20px;
padding: 40px;
text-align: center;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
h1 {
font-size: 2.5em;
margin-bottom: 20px;
font-weight: 700;
}
.subtitle {
font-size: 1.2em;
margin-bottom: 30px;
opacity: 0.9;
}
.features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin: 30px 0;
}
.feature {
background: rgba(255, 255, 255, 0.1);
padding: 20px;
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.feature h3 {
margin: 0 0 10px 0;
color: #fff;
}
.btn {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
color: white;
padding: 15px 30px;
text-decoration: none;
border-radius: 30px;
border: 2px solid rgba(255, 255, 255, 0.3);
font-weight: 600;
margin: 20px 10px;
transition: all 0.3s ease;
}
.btn:hover {
background: rgba(255, 255, 255, 0.3);
transform: translateY(-2px);
}
.countdown {
font-size: 1.1em;
margin: 20px 0;
opacity: 0.8;
}
.links {
margin-top: 30px;
}
.logo {
width: 80px;
height: 80px;
margin: 0 auto 20px;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 2em;
font-weight: bold;
}
</style>
</head>
<body>
<div class="container">
<div class="logo">🚀</div>
<h1>Terradev CLI</h1>
<div class="subtitle">Cross-Cloud GPU Provisioning + Training Platform — v3.4.0</div>
<div class="features">
<div class="feature">
<h3>💰 Price Arbitrage</h3>
<p>15 providers, real-time cost optimization</p>
</div>
<div class="feature">
<h3>🏋️ Training Pipeline</h3>
<p>torchrun / deepspeed / accelerate / megatron</p>
</div>
<div class="feature">
<h3>🤖 MCP Server</h3>
<p>Native Claude Code integration</p>
</div>
<div class="feature">
<h3>🔐 Secure SSH Keys</h3>
<p>Auto-injected, encrypted at rest</p>
</div>
</div>
<div class="countdown">
Redirecting to GitHub repository in <span id="countdown">3</span> seconds...
</div>
<div class="links">
<a href="https://github.com/theoddden/terradev" class="btn">📦 GitHub</a>
<a href="https://pypi.org/project/terradev-cli/3.4.0/" class="btn">🐍 PyPI</a>
<a href="https://www.npmjs.com/package/terradev-mcp" class="btn">📡 NPM (MCP)</a>
</div>
<div style="margin-top: 30px; opacity: 0.7; font-size: 0.9em;">
<p>🔗 <a href="https://github.com/theoddden/terradev" style="color: white;">github.com/theoddden/terradev</a></p>
<p>📄 <a href="https://github.com/theoddden/terradev?tab=License-1-ov-file" style="color: white;">BUSL 1.1 License</a></p>
</div>
</div>
<script>
let countdown = 3;
const timer = setInterval(() => {
countdown--;
document.getElementById('countdown').textContent = countdown;
if (countdown <= 0) {
clearInterval(timer);
window.location.href = 'https://github.com/theoddden/terradev';
}
}, 1000);
</script>
</body>
</html>