TinyGo Playground
Write, compile, and run TinyGo code directly in your browser — no installation, no toolchain, no setup required. The TinyGo Playground is maintained by the TinyGo team and lets you experiment with real TinyGo code and see the output instantly.
What you can do
- Write Go code targeting real microcontroller targets (Arduino, Pico, etc.)
- See compiled output, size reports, and error messages in real time
- Share snippets via URL — great for tutorials and asking for help
- Explore the standard library functions available in TinyGo
Tips
- Use the target selector to match your hardware board
- The playground runs in a simulator, so GPIO output is shown visually rather than on real hardware
- Check the TinyGo documentation for supported packages and drivers