/ docs / index.md
index.md
 1  ---
 2  layout: home
 3  
 4  hero:
 5    name: OpenCLI
 6    text: Make any website or Electron App your CLI
 7    tagline: Zero risk ยท Reuse Chrome login ยท AI-powered discovery ยท Browser + Desktop automation
 8    actions:
 9      - theme: brand
10        text: Get Started
11        link: /guide/getting-started
12      - theme: alt
13        text: View on GitHub
14        link: https://github.com/jackwener/opencli
15  
16  features:
17    - icon: ๐Ÿ–ฅ๏ธ
18      title: Desktop App Control
19      details: Drive Electron apps (Cursor, Codex, ChatGPT, Notion, etc.) directly from the terminal via CDP.
20    - icon: ๐ŸŒ
21      title: Browser Automation
22      details: "AI agents get direct browser control: click, type, extract, screenshot โ€” any interaction, fully scriptable."
23    - icon: ๐Ÿ”
24      title: Account Safe
25      details: Reuses Chrome's logged-in state. Your credentials never leave the browser โ€” no tokens, no exposed passwords.
26    - icon: ๐Ÿค–
27      title: AI Agent Ready
28      details: "explore discovers APIs, synthesize generates adapters, cascade finds auth strategies. Built for AI-first workflows."
29    - icon: ๐Ÿ’ฐ
30      title: Zero LLM Cost
31      details: No tokens consumed at runtime. Run 10,000 times and pay nothing.
32    - icon: ๐Ÿ”
33      title: Deterministic
34      details: Same command, same output schema, every time. Pipeable, scriptable, CI-friendly.
35  ---