Product Introduction
- Definition: relayd is a lightweight daemon (agent control software) that creates secure tunnels between local AI coding agents (like Codex) and a mobile Progressive Web App (PWA). It enables remote monitoring and control of automated development workflows.
- Core Value Proposition: relayd solves the "indie dev paradox" by freeing developers from desk-bound monitoring. It provides real-time push notifications and mobile control for AI agents, ensuring productivity continuity without compromising code privacy.
Main Features
- Real-Time Agent Status Dashboard:
Monitors all active Codex agents across workspaces via WebSocket connections. Displays live status (running/needs input/completed), execution duration, and workspace context. Uses Cloudflare Durable Objects for state synchronization. - Push Notification System:
Sends encrypted mobile alerts via PWA service workers when agents finish tasks or require input. Generates preview snippets without storing code (metadata-only). Supports iOS/Android through browser-based push APIs. - One-Tap Continuation Protocol:
Enables resuming stuck agents directly from mobile. Taps trigger encrypted commands routed through authenticated tunnels to local CLI agents. Uses end-to-end session isolation per relay connection. - Privacy-First Architecture:
Zero code storage; only retains relay names, OS metadata, and workspace paths. Data tunnels use per-session encryption. Local agents operate independently—service outages don’t disrupt workflows. - Mobile-Optimized PWA:
Installable dashboard with offline caching. Bypasses app stores using Web App Manifest standards. Responsive UI shows code diffs, errors, and agent outputs in collapsible threads.
Problems Solved
- Pain Point: Productivity loss from manual agent monitoring (e.g., missed overnight completions blocking workflows).
- Target Audience: Indie developers using AI coding tools (Codex/OpenCode), solo founders managing multiple projects, and remote teams needing asynchronous collaboration.
- Use Cases:
- Receiving dinner-time alerts to approve OAuth implementation
- Choosing libraries for landing pages via mobile during commutes
- Restarting test suites after failures from any location
Unique Advantages
- Differentiation: Unlike passive monitoring tools (e.g., Grafana), relayd enables active intervention. Competitors lack mobile control, agent-specific context, and privacy guarantees.
- Key Innovation: Secure "command tunneling" technology that proxies inputs/outputs without data persistence. Combines PWA convenience with local execution security.
Frequently Asked Questions (FAQ)
- Does relayd store my code or API keys?
No. relayd only retains minimal metadata (workspace names, relay status). Code remains on your local machine; tunnels transmit encrypted real-time streams. - Can I use relayd with non-Codex agents?
Currently optimized for Codex, but CLI agent support (e.g., OpenCode) is under evaluation. Custom agent integration requires API adaptation. - How secure are the mobile-to-local connections?
Tunnels use session-specific encryption scoped to your account. However, running relayd exposes local services—sandboxing is recommended. - What happens if my phone loses internet?
The PWA caches notifications offline. Commands queue until connectivity resumes; local agents continue operating unaffected. - Is relayd compliant with EU data regulations?
Yes. No user code/logs are stored or processed. Metadata resides in GDPR-compliant Cloudflare data centers.
