CludCodeDocs
Dashboard

What is CludCode?

CludCode lets you access Claude Code on any of your devices from anywhere. Connect to your home machine from a coffee shop, or your work laptop from your phone.

How It Works

1. Agent on Your Device

Install the CludCode agent on your machine (Mac, Linux, or Windows). It runs a terminal server and creates a secure outbound tunnel to our relay.

2. Secure Relay

Your device creates an outbound tunnel to our relay, bypassing firewalls and NAT without port forwarding. No router configuration needed.

3. Access from Anywhere

Open the CludCode dashboard in any browser. All data is E2E encrypted - the relay only forwards encrypted bytes it cannot read. Up to 5 concurrent connections.

Architecture Diagram


┌─────────────────┐         ┌─────────────────┐         ┌─────────────────┐
│   Your Browser  │         │  CludCode Relay │         │   Your Device   │
│   (Dashboard)   │         │                 │         │    (Agent)      │
└────────┬────────┘         └────────┬────────┘         └────────┬────────┘
         │                           │                           │
         │  ┌─────────────────────────────────────────────────┐  │
         │  │         End-to-End Encrypted Channel            │  │
         │  │            (AES-256-GCM)                        │  │
         │  └─────────────────────────────────────────────────┘  │
         │                           │                           │
         ├───[Encrypted Terminal]───►│───[Encrypted Terminal]───►│
         │                           │                           │
         │◄──[Encrypted Output]──────│◄──[Encrypted Output]──────│
         │                           │                           │
         │                    ┌──────┴──────┐                    │
         │                    │   Relay     │                    │
         │                    │  CANNOT     │                    │
         │                    │  Decrypt    │                    │
         │                    └─────────────┘                    │
                    

What You Can Do

  • • Run any shell command on your device
  • • Use Claude Code for AI-assisted development
  • • Access multiple devices from one dashboard
  • • Work from any browser, anywhere
  • • Transfer files (coming soon)

What We Never See

  • • Your commands (AES-256-GCM encrypted)
  • • Terminal output (encrypted end-to-end)
  • • Your code or files (never transmitted)
  • • Your device encryption key (generated locally, never sent)
  • • Decrypted tunnel traffic (relay forwards opaque bytes)