A Web IDE Built for Git-Powered Development
Edit code, run scripts, and commit changes — all in the browser, powered by Docker.
Features
🐳 Docker Sandbox
Isolated development containers for safe code execution.
💻 Web Terminal
Full-featured shell access inside your browser.
🔁 Git Integration
Pull, commit, and push changes without leaving the IDE.
📝 File Editor
Lightweight and fast — syntax highlighting, tab support, and more.
Live Demo
How It Works

Docker containers → Sandbox Backend → Git Repository
- • Docker containers per user
- • Django + WebSockets for terminal
- • GitHub OAuth for repo access
- • API-driven file editor
Why Build This?
Building full-stack web applications often involves switching between tools, terminals, IDEs, and deployment scripts...
This platform combines an in-browser IDE, a sandboxed terminal, and direct GitHub integration...
Core technologies behind the build:
- Django
- Docker
- GitHub API
- xterm.js