1Code — Summary
1Code is an Electron desktop app and web app by the 21st.dev team that provides a Cursor-like UI for running Claude Code and Codex in git worktrees, with a Kanban board for session visualization, cloud background agents (running when your laptop sleeps), automations triggered from GitHub/Linear/Slack, a built-in git client, extended thinking visualization, plan mode with clarifying questions, chat forking, sub-agents with visual task display, and a REST API for programmatic agent control.
Problem it solved: Claude Code and Codex lack a polished visual UI — 1Code wraps them in a Cursor-like experience with diff previews, real-time tool execution display, git client, background cloud execution, and event-driven automations.
Distinctive traits: (1) Cloud background agents — agents run in cloud sandboxes with live browser previews even when your laptop is off; (2) Automations — trigger agents from GitHub PRs/issues, Linear tickets, Slack messages, or git events with @1code mention support; (3) PWA mobile interface for remote monitoring; (4) Chat forking — explore alternative approaches from any message; (5) REST API for programmatic control.
Target audience: Developers who want the Cursor-like IDE experience but for CLI-based agents (Claude Code, Codex), with enterprise automation and cloud execution capabilities.
differs_from_seeds: 1Code has the richest UI surface in this batch after SwarmClaw. Compared to all 11 seeds, 1Code is closest to kiro (the IDE-extension seed) in ambition — full IDE-level UX with agentic execution — but 1Code wraps existing CLIs rather than being a new IDE. The cloud background execution and event-driven automations (GitHub/Linear/Slack triggers) are unique among seeds and batch frameworks.