-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 912 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Pixcode - Self-hosted AI Coding Agent Control Plane</title>
<meta
name="description"
content="Pixcode is a self-hosted AI coding control plane for coding CLIs, VS Code-style workspaces, terminal panels, Git, orchestration, Telegram, MCP, plugins, and API automation."
/>
<meta name="robots" content="index,follow" />
<link rel="canonical" href="https://alicomert.github.io/pixcode/landing.html" />
<link rel="icon" href="favicon.png" />
<meta http-equiv="refresh" content="0; url=landing.html" />
</head>
<body>
<main>
<h1>Pixcode</h1>
<p>Pixcode is a self-hosted control plane for AI coding agents.</p>
<p><a href="landing.html">Open the Pixcode website</a></p>
</main>
</body>
</html>