Skip to content

Repid Playground

Try Repid instantly in your browser! This interactive playground is powered by Pyodide and CodeMirror, allowing you to experiment with Repid using real Python - no install required.

  • Repid is pure Python: No C extensions or native binaries, so it runs anywhere Python itself can run - even in the browser.
  • The browser-based environment uses modern WebAssembly technology.
  • The editor below is fully interactive.

Output

Initializing environment...

How does this work?

This playground uses Pyodide to install pure-Python packages from PyPI in your browser. Because Repid has no C dependencies, you get the real thing (not a sandboxed reimplementation):

  • The editor above is rendered using CodeMirror 5 and has a Run button.
  • When you load the page, Python 3 is started in the browser, Repid is installed using micropip.
  • When you click Run, your code runs as you typed, completely client-side.

Learn more about pyodide in its docs.