Skip to main content
Codespace is a platform that provisions and manages Coder development environments for you. Each team gets a dedicated Coder instance with its own infrastructure — no Kubernetes expertise required.

Key concepts

Instances

A dedicated Coder deployment with its own database, namespace, TLS certificate, and domain at your-name.codespace.sh.

Workspaces

Development environments inside your instance, created from templates. Each workspace is an isolated container with your tools and code.

Teams

Invite team members to your instance. Owners manage settings and billing; members create and use workspaces.

How it works

  1. Sign up with an invite code and create your account
  2. Create an instance — pick a subdomain and Codespace provisions everything automatically
  3. Open Coder — your instance is live at your-name.codespace.sh with admin credentials ready
  4. Create workspaces — use templates to spin up dev environments in seconds
  5. Invite your team — share the instance with collaborators

How is this different from self-hosting Coder?

CodespaceSelf-hosted Coder
SetupCreate an instance in 2 minutesConfigure Kubernetes, Helm, PostgreSQL, TLS, DNS
MaintenanceAutomatic upgrades, monitoring, backupsYou manage everything
InfrastructureDedicated namespace and database per instanceYou provision and manage your own cluster
Team managementBuilt-in invitations and rolesConfigure your own identity provider
BillingUsage-based plans with included resourcesLicense cost + your infrastructure costs

Next steps