An AVR development environment that runs entirely in the browser. It bundles a code editor, a shell, and the complete AVR toolchain, with nothing to install.
The tools are cross-compiled to WebAssembly and run on the client under
a Rust-based runtime. avrdude and picocom
communicate with the board over the Web Serial API, so you can flash
firmware and interact with your board without leaving the page.