🌐 Cloud IDE (Try it Here!)
The Cloud IDE is a powerful, cloud-based development environment designed to provide isolated, on-demand environments for secure and efficient remote code execution. Built using Kubernetes for container orchestration, it delivers scalability, security, and optimal performance for modern development workflows.
- Isolated Environments: Each project runs in its own Kubernetes pod with restricted permissions, dedicated shell access, and precise resource allocation.
- Network Isolation: Pods operate in isolated networks to prevent port conflicts, ensuring secure and efficient execution.
- Dynamic Domain Mapping: Each project is dynamically assigned a unique domain through ingress and service configurations.
- Resource Efficiency: Unused resources are automatically cleaned up to optimize system performance.
This architecture is tailored to meet the demands of modern development workflows, offering a secure, scalable, and efficient environment for developers.
Manages Kubernetes resource allocation and deallocation for each project on demand. Handles dynamic domain mapping to ensure each project is accessible through its unique domain.
A scheduled cron job that runs at specified intervals to clean up unused resources, maintaining system efficiency.
Responsible for project and user management, including authentication and API services for backend operations.
Each user is provided with an isolated executor pod for remote code execution. Executor pods:
- Enable real-time code management through a synchronized interface using
socket.io
. - Are accessed via dynamically mapped project-specific domains.
Handles the retrieval of project code from Firebase storage when starting a project. Ensures that the IDE environment is preloaded with the user’s codebase.
A user-friendly frontend designed for a seamless experience. Allows users to manage projects, execute code, and interact with the IDE environment efficiently.