---
title: "DevX — Parth Kapoor"
description: "Cloud IDE platform that launches isolated dev containers in seconds"
canonical: "https://parthkapoor.me/builds/devx"
---

# DevX

> Cloud IDE platform that launches isolated dev containers in seconds

DevEx is a Repl-as-a-Service platform for spinning up full, containerized dev environments in the browser, aimed at people who want cloud dev environments without paying for Gitpod or E2B or building one from scratch. It's self-hostable and designed to be production-grade rather than a demo.

A Next.js frontend talks to a Go backend that provisions a Kubernetes Deployment, Service and Traefik Ingress per REPL with automatic TLS; a lightweight Go runner inside each pod exposes the file tree, terminal (PTY) and file operations over WebSockets, with S3 as the persistence layer and Redis tracking session state. An MCP server lets AI agents create, inspect and run code inside REPLs directly.

- Status: shipped
- Language: TypeScript
- Started: Jun 2025
- Shipped: Jun 2025
- License: MIT
- Live: https://devx.parthkapoor.me
- Source: https://github.com/parthkapoor-dev/devex

## Highlights

- REPLs launch in 5-10 seconds via per-REPL Kubernetes Deployments, Services and Ingresses
- GitHub OAuth login, S3-backed file persistence, and ephemeral containers that sync files back on session close
- MCP server exposes REPL creation and execution to AI agents, listed live on glama.ai
- Automatic HTTPS via Traefik and cert-manager/Let's Encrypt across dynamically created ingresses
- In active use: 150+ developers, powering 200+ REPLs, 70+ GitHub stars

## Stack

- **Frontend**: Next.js, Tailwind CSS, WebSockets
- **Backend**: Go, Redis, Amazon S3
- **Infrastructure**: Kubernetes, Docker, Traefik, cert-manager
- **AI**: Model Context Protocol (MCP)

All builds: [https://parthkapoor.me/builds](https://parthkapoor.me/builds.md)
