A secure GitHub-like platform to store, version, and execute Python code inside an isolated Docker sandbox.
- Versioned code snippets
- Async execution queue (Redis)
- Isolated Docker sandbox
- Execution logs
- Swagger / OpenAPI
- MariaDB persistence
- Type-safe FastAPI + Pydantic
FastAPI • MariaDB • Redis • Docker • Async Python • SQLAlchemy 2.0
uv syncdocker compose up --buildAPI → http://localhost:8000/docs
- Create snippet →
/snippets - Execute snippet →
/execute - Worker runs code in Docker sandbox
- Output saved in DB
- Code runs in isolated container
- No host access
- Output limited
- Timeout enforced
- Builtins restricted
MIT License
Copyright 2026
Seyyed Ali Mohammadiyeh (Max Base)