-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (32 loc) · 1.98 KB
/
index.html
File metadata and controls
36 lines (32 loc) · 1.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO -->
<title>Boxes - Deploy AI Agents on Isolated Cloud Environments</title>
<meta name="description" content="Deploy pre-configured AI agents on your own isolated cloud servers. One-click setup, full SSH access, and complete control over your data. Powered by Helmcode." />
<meta name="keywords" content="AI agents, cloud deployment, VPS, Claude Code, OpenClaw, AI infrastructure, isolated environments" />
<meta name="author" content="Helmcode" />
<link rel="canonical" href="https://ai.helmcode.com/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ai.helmcode.com/" />
<meta property="og:title" content="Boxes - Deploy AI Agents on Isolated Cloud Environments" />
<meta property="og:description" content="Deploy pre-configured AI agents on your own isolated cloud servers. One-click setup, full SSH access, and complete control over your data." />
<meta property="og:image" content="https://ai.helmcode.com/og-image.png" />
<meta property="og:site_name" content="Boxes by Helmcode" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Boxes - Deploy AI Agents on Isolated Cloud Environments" />
<meta name="twitter:description" content="Deploy pre-configured AI agents on your own isolated cloud servers. One-click setup, full SSH access, and complete control over your data." />
<meta name="twitter:image" content="https://ai.helmcode.com/og-image.png" />
<!-- Theme -->
<meta name="theme-color" content="#0a0a0f" />
</head>
<body class="bg-background-primary text-white antialiased">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>