Skip to main content
jhansi.io supports Python, Node, Go, and Java out of the box.
LanguageRuntimeDependency Manager
Python3.12pip / pipreqs
Node20npm
Go1.22go mod
Java21Maven / Gradle / javac
Specify the language when creating a sandbox:
curl -X POST https://api.jhansi.io/v1/sandboxes \
  -H "Content-Type: application/json" \
  -d '{"language": "python"}'
The sandbox runtime matches the language — no configuration needed.