plate II.III · the playground
i / i
cr8script in your browser
type, run, repair — the interpreter is loaded into this page
status
boot
last run
—
editor
output
output appears here when you run
no server
The interpreter runs entirely in your browser via Pyodide (Python compiled to WebAssembly). Nothing is sent to a server when you run.
no http
The http.get built-in is disabled here. Scripts that call it get an immediate, located error. Run cr8script.py locally if you need HTTP.
10s wall clock
Each run terminates after 10 seconds. Cancel anytime. The worker is killed and replaced cleanly so the next run starts fresh.
plain-text output
Output is rendered as text, never HTML. show "<script>" appears as literal characters — no markup is interpreted.