Secure online code execution platform with Docker sandboxing.

Building a platform that executes untrusted code requires a robust security model. The goal for Intui was to create a fast, scalable, and secure environment where users could run code in multiple languages without compromising the host system.
The backend API receives code snippets, spins up a specialized Docker container tailored for the requested language, executes the code within a resource-limited environment, and returns the output via a secure stream.
Intui provides a seamless experience for developers to test and run code snippets safely, maintaining an average execution overhead of less than 200ms.