Back to Home11/18/2025, 7:16:37 PM

Codebox, a distributed self-hosted system for remote development workspaces

1 points
1 comments

Mood

thoughtful

Sentiment

positive

Category

tech

Key topics

remote development

self-hosted systems

distributed systems

The author introduces Codebox, a self-hosted system for remote development workspaces, and shares its design and functionality in response to comments.

Snapshot generated from the HN discussion

Discussion Activity

Light discussion

First comment

N/A

Peak period

1

Hour 1

Avg / period

1

Comment distribution1 data points

Based on 1 loaded comments

Key moments

  1. 01Story posted

    11/18/2025, 7:16:37 PM

    14h ago

    Step 01
  2. 02First comment

    11/18/2025, 7:16:37 PM

    0s after posting

    Step 02
  3. 03Peak activity

    1 comments in Hour 1

    Hottest window of the conversation

    Step 03
  4. 04Latest activity

    11/18/2025, 7:16:37 PM

    14h ago

    Step 04

Generating AI Summary...

Analyzing up to 500 comments to identify key contributors and discussion patterns

Discussion (1 comments)
Showing 1 comments
davidebianchi03
14h ago
I’ve been working on a personal project called Codebox, a self-hosted system for provisioning remote development workspaces in a distributed way. I built it because I wanted simple reproducible development environments that could run across multiple machines without opening ports or relying on reverse tunnels.

How it works: - A central server provides a web UI and acts as the entry point. - Runners host and manage workspaces. They only need outbound access to the server. - An agent inside each workspace handles SSH access and exposes HTTP services running in the containers. - A CLI on the user’s machine acts as an SSH proxy to connect to the workspaces.

This architecture lets you distribute the workload across different machines and networks while keeping deployment relatively simple.

I’m particularly interested in feedback about security and scalability.

Repo: https://github.com/davidebianchi03/codebox

Happy to answer questions or discuss design decisions.

ID: 45970670Type: storyLast synced: 11/18/2025, 7:17:41 PM

Want the full context?

Jump to the original sources

Read the primary article or dive into the live Hacker News thread when you're ready.