-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (106 loc) · 6.5 KB
/
index.html
File metadata and controls
113 lines (106 loc) · 6.5 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
<!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>Construct Computer — A Personal Computer in the Cloud, Powered by AI</title>
<meta name="title" content="Construct Computer — A Personal Computer in the Cloud, Powered by AI" />
<meta name="description" content="Construct gives you a personal cloud computer with an AI agent that operates it on your behalf — browsing the web, writing code, managing files, and syncing with Google Calendar and Google Drive. Watch it work in real-time from your browser." />
<meta name="keywords" content="AI agents, cloud computer, virtual desktop, AI automation, construct, AI platform, Google Calendar, Google Drive" />
<meta name="author" content="Construct Computer" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#000000" />
<meta name="color-scheme" content="dark" />
<!-- Canonical -->
<link rel="canonical" href="https://construct.computer" />
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Open Graph / Facebook / LinkedIn / Discord -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://construct.computer" />
<meta property="og:title" content="Construct Computer — A Personal Computer in the Cloud, Powered by AI" />
<meta property="og:description" content="Construct gives you a personal cloud computer with an AI agent that operates it on your behalf — browsing the web, writing code, managing files, and syncing with Google Calendar and Google Drive." />
<meta property="og:image" content="https://construct.computer/og-image.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Construct — A personal cloud computer powered by AI" />
<meta property="og:site_name" content="Construct Computer" />
<meta property="og:locale" content="en_US" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://construct.computer" />
<meta name="twitter:title" content="Construct Computer — A Personal Computer in the Cloud, Powered by AI" />
<meta name="twitter:description" content="Construct gives you a personal cloud computer with an AI agent that operates it on your behalf — browsing the web, writing code, managing files, and syncing with Google Calendar and Google Drive." />
<meta name="twitter:image" content="https://construct.computer/og-image.jpg" />
<meta name="twitter:image:alt" content="Construct — A personal cloud computer powered by AI" />
<!-- Structured Data for Search Engines & AI -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Construct Computer",
"url": "https://construct.computer",
"description": "Construct gives you a personal cloud computer with an AI agent that operates it on your behalf — browsing the web, writing code, managing files, and syncing with Google Calendar and Google Drive.",
"applicationCategory": "BusinessApplication",
"image": "https://construct.computer/og-image.jpg",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/PreOrder",
"description": "Join the waitlist for early access"
},
"creator": {
"@type": "Organization",
"name": "Construct Computer",
"url": "https://construct.computer"
},
"featureList": [
"Personal cloud computer with AI agent",
"Real-time browser and terminal observation",
"Google Calendar and Google Drive integration",
"Slack and Telegram messaging",
"Persistent agent memory across sessions",
"Full audit log of all agent actions"
]
}
</script>
<!-- Preload critical assets -->
<link rel="preload" href="/scroll.mp4" as="video" type="video/mp4" />
<link rel="preconnect" href="https://script.google.com" />
</head>
<body>
<div id="root"></div>
<noscript>
<div style="background:#000;color:#fff;font-family:Georgia,'Times New Roman',serif;padding:4rem 2rem;max-width:720px;margin:0 auto;">
<h1 style="font-size:2rem;font-style:italic;margin-bottom:1rem;">Construct Computer</h1>
<h2 style="font-size:1.25rem;font-style:italic;color:rgba(255,255,255,0.8);margin-bottom:1.5rem;">A Personal Computer in the Cloud, Powered by AI</h2>
<p style="color:rgba(255,255,255,0.7);line-height:1.7;margin-bottom:1rem;">
Construct Computer gives you a personal cloud computer with an AI agent that operates it on your behalf.
The agent browses the web, writes code, manages files, sends emails, and syncs with your Google Calendar
and Google Drive — all while you watch in real-time from your browser.
</p>
<p style="color:rgba(255,255,255,0.7);line-height:1.7;margin-bottom:1rem;">
Each user gets an isolated virtual desktop with a browser, terminal, file system, and code editor.
The AI agent can work autonomously or collaboratively — you can take over at any time.
It integrates with Google Calendar, Google Drive, Slack, Telegram, and email.
</p>
<p style="color:rgba(255,255,255,0.7);line-height:1.7;margin-bottom:2rem;">
Construct Computer uses Google OAuth for secure sign-in, and optionally connects to Google Calendar
(to manage your schedule) and Google Drive (to sync files between your cloud desktop and Drive).
</p>
<p style="color:rgba(255,255,255,0.5);font-size:0.875rem;">
© 2026 Construct Computer. All rights reserved.
| <a href="/terms" style="color:#6cb4ee;">Terms & Conditions</a>
| <a href="/privacy" style="color:#6cb4ee;">Privacy Policy</a>
| <a href="mailto:support@construct.computer" style="color:#6cb4ee;">Contact</a>
</p>
</div>
</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>