Back to browse
GitHub Repository
18 starsGo

Superposition, open source access to Claude Code or Codex from anywhere

by trezm·Feb 13, 2026·1 point·0 comments

AI Analysis

●●SolidNiche GemWizardry
The Take

Feels like Codespaces for LLM-driven coding: each session gets its own git worktree plus a browser xterm and a virtual mobile keyboard. The background 'shepherd' that preserves PTY sessions across server restarts and the single Go binary embedding the React frontend are neat, practical engineering decisions — just remember you need the Claude/Codex CLIs and to lock down access when exposing the server.

Target Audience

Developers and teams who want self-hosted, persistent LLM-powered coding sessions tied to GitHub repositories

Post Description

Thought this might be useful to some folks. Planning on adding other CLIs in the near future, contributions welcome.

Some neat features: - Web UI with mobile friendly buttons (arrows, enter, etc.) - Separate background task for agents (so the server can restart without destroying in progress sessions) - Github integration - Notifications when user intervention is required

Hope y'all like it!

Similar Projects