Live Playground
Test all x2y dev tools in real-time. Write code, execute it instantly, and see actual output without installation.
Select Tool
Real Code Execution
Test actual SDK code patterns with realistic terminal output and performance metrics.
Instant Feedback
See API monitoring, predictions, and refactoring suggestions execute in real-time.
No Installation Required
Try the SDK directly without npm install. Build confidence before committing.
Production Architecture
Containerized Execution
Security Hardening
- ✓
Network Isolation
NetworkMode: 'none' prevents outbound connections
- ✓
Resource Limits
Memory, CPU, and PID limits prevent DoS
- ✓
Capability Dropping
CAP_DROP: ALL prevents privilege escalation
- ✓
Filesystem Security
Read-only rootfs with no mount access
- ✓
Session Isolation
Each browser session gets unique container
Self-Host with Docker
Deploy your own secure terminal with Docker containerization. Each user session runs in an isolated, resource-limited container.
View the complete Docker server implementation in the SDK documentation. Includes WebSocket API, container lifecycle management, and security policies.
Note: This browser playground uses simulated execution for demonstration. For production use, deploy with the Docker containerized backend to achieve true sandbox isolation. Code samples remain faithful to real SDK behavior and execution patterns.