deskctl/site/src/pages/index.astro
Hari 2b02513d6e
Improve docs structure and navigation (#12)
* Improve docs structure and navigation

Co-authored-by: Codex <noreply@openai.com>

* rm

* handwrite docs

---------

Co-authored-by: Codex <noreply@openai.com>
2026-03-26 11:27:35 -04:00

50 lines
1.1 KiB
Text

---
import DocLayout from "../layouts/DocLayout.astro";
---
<DocLayout title="" description="desktop control for AI agents">
<header style="justify-content: flex-start;">
<h1>deskctl</h1>
<img src="/favicon.svg" alt="" width="40" height="40" />
</header>
<p class="tagline">non-interactive desktop control cli for AI agents</p>
<p class="lede">
A thin X11 control primitive for agent loops: diagnose the runtime, observe
the desktop, wait for state transitions, act deterministically, then verify.
</p>
<h2>Start</h2>
<ul>
<li>
<a href="/installation">Installation</a>
</li>
<li>
<a href="/quick-start">Quick start</a>
</li>
</ul>
<h2>Reference</h2>
<ul>
<li>
<a href="/commands">Commands</a>
</li>
<li>
<a href="/runtime-contract">Runtime contract</a>
</li>
</ul>
<h2>Links</h2>
<ul>
<li>
<a href="https://github.com/harivansh-afk/deskctl">GitHub</a>
</li>
<li>
<a href="https://www.npmjs.com/package/deskctl">npm</a>
</li>
</ul>
</DocLayout>