-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Implement that ability to write code in a coding sandbox interaction.
Maybe something like:
StackBlitz WebContainers
Runs Node/npm “locally” in the browser (no VM, no server). Great for React tutorials and small apps.
✅ Very good UX (instant boot, npm install)
✅ No server infra for execution
For Python (in-browser)
Pyodide / Python WASM
Runs Python in the browser via WebAssembly.
✅ No server execution needed
✅ Pretty safe: process is in the tab sandbox
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels