Congo Workspace

Your development workspace. Browser IDE, Docker hosting, AI agent, and auto-TLS — all from one server.

Browser IDE

Full VS Code in your browser. Edit, debug, and run code from anywhere — auth-gated through the dashboard.

Docker Hosting

Deploy apps from your repos with one click. Auto-TLS, domains, and container management built in.

AI Agent

A persistent AI developer that monitors health, processes tasks, and builds features while you sleep.

What you get

Everything runs in one dashboard. No switching between tools.

Service Dashboard

See all running containers at a glance. CPU, memory, uptime, health status. Deploy new services from your Git repos with one click. Assign custom domains with automatic TLS.

Git + Code-Server

Clone repos from any URL. Full VS Code editor in your browser, auth-gated through the dashboard. Terminal, file explorer, extensions — everything you'd have locally.

Domain Routing

Assign *.your-domain.com subdomains to any service. TLS certificates issued automatically. DNS verification built in. Add or remove routes from the UI.

AI Agent

Ships with Claude Code integration. The agent reads tasks from the shared database, executes them, and logs results. Monitors system health and reports via heartbeat.

Architecture

All containers on an internal Docker network. Go handles TLS via autocert.

           INTERNET
              |
         ┌────┴────┐
         │ Congo   │  :80/:443 (Go autocert)
         │ Workspace│
         └────┬────┘
  ┌───────────┼──────────────┐
  │           │              │
your.gg   app.your.gg   code.your.gg
  │           │              │
┌─┴──┐   ┌───┴────┐   ┌────┴────┐
│web │   │ hosted │   │ code-   │
│app │   │ app    │   │ server  │
└────┘   └────────┘   └─────────┘

Get Started

Your own workspace with browser IDE, Docker hosting, and AI agent.

1

Use Congo Host

Create a server on host.congo.gg. Sign in, pick a size, click create. Congo Workspace is pre-installed — dashboard, IDE, and AI agent running in minutes.

Create Server
2

Or Install Yourself

Run the cloud-init script on any fresh Ubuntu 24.04 server. Works on DigitalOcean, AWS, Hetzner, or bare metal.

curl -fsSL https://congo.gg/cloud-init.sh | bash

Installs Docker, Go, builds the workspace image, and starts everything. Takes about 5 minutes on a 4GB droplet.

After it finishes:

# The setup token is in the login banner:
ssh root@YOUR_SERVER

# Visit http://YOUR_IP in your browser
# Enter the token, create your account, done.

After Setup

  1. 1. Open the dashboard — create a project or clone a repo
  2. 2. Open VS Code — edit code in the browser IDE
  3. 3. Deploy — one click deploys your app as a Docker container
  4. 4. Add a domain — point DNS, TLS is automatic

Stay Updated

Get notified about new releases and updates.