Skip to content

Playground

hayate and its single standards dependency are pure Python, so they run under Pyodidethis page installs the real hayate wheel from PyPI into your browser and runs it. No server anywhere.

Edit the code and press Run. The first run downloads the Python runtime (~10 MB); after that it's instant.





Why this works

The playground is not a demo build. micropip.install("hayate") fetches the same py3-none-any wheel from PyPI that servers use; micropip resolves its single pure-Python UTS-46 dependency too. That portable wheel set is also what makes hayate run on Cloudflare Python Workers.