Agent Portal banner
meawoppl meawoppl

Agent Portal

Development community

Description

Elegant web interface for claude or codex development.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code Portal — Try It: [txcl.io](https://txcl.io)

A web portal that extends [Claude Code](https://docs.anthropic.com/en/docs/claude-code) with session sharing, remote access, and collaborative features. Run Claude Code on powerful machines and access it from anywhere through your browser.

[Features Anthropic Missed](https://www.loom.com/share/38bdd5406c2443ff8c978d5d5b01e967)

Features

  • Remote Access: Run Claude Code on dedicated machines, access from any browser
  • Session Sharing: Share sessions with team members for collaborative coding
  • Voice Input: Dictate commands using the browser's built-in Web Speech API (Chrome, Edge, Safari)
  • Persistent History: All conversations stored and accessible across devices
  • Flexible Authentication: Configure for single-user, organization-only, or public access
  • Real-time Sync: Multiple viewers see updates instantly via WebSocket
  • VS Code Integration: Use Claude Code in VS Code while sessions appear on the portal dashboard

Use Cases

  • Hardware Development: Develop against specialized hardware (GPUs, FPGAs, embedded devices) from any laptop
  • Powerful Workstations: Run Claude Code on beefy machines while traveling with a thin client
  • Mobile Development: Code from your phone or tablet - the web UI works on any device
  • Team Collaboration: Share Claude sessions for pair programming or code review
  • Long-Running Tasks: Start a task, walk away, check results later from any device
  • Consistent Environment: Keep your dev environment on one machine, access it everywhere

Quick Start

# Clone the repository
git clone https://github.com/meawoppl/agent-portal.git
cd agent-portal

# Start everything (auto-installs dependencies)
./scripts/dev.sh start

Then open: **http://localhost:3000/**

You'll be automatically logged in as `testing@testing.local` in dev mode.

See [Local Development](docs/LOCAL_DEVELOPMENT.md) for more details on the dev script and