Odin is a code execution engine which can be used to execute code written in different languages along with system dependencies and language dependencies( for some languages). It uses nix to manage the dependencies which makes supporting, configuring and updating the available packages far better than any other alternative.
Currently we are using rootless podman containers with a shared nix store to run user submitted code.
Please check out the hosted playground - Odin and let us know what you think