🌐
Boot.dev
boot.dev β€Ί playground β€Ί go
Online Golang Playground - Compiler, Interpreter and Editor | Boot.dev
2 weeks ago - Compile and run Golang code in the browser in our free code playground. Debug, edit and execute your programs in a syntax-highlighted online IDE.
🌐
Online IDE Pro
onlineide.pro β€Ί playground β€Ί golang
Golang Playground | Online IDE Pro
Explore the Golang Playground on Online IDE Pro. Write, compile, and test code in your browser with our powerful online IDE.
Discussions

Static Go Playground: the Go Compiler running on your browser
Wow! Nice work :) More on reddit.com
🌐 r/golang
2
14
April 5, 2022
Go Sandbox: A full-featured, IDE-level Go playground β€” now live and free to use
It's not a good idea to setup an lsp on the backend, if there are slightly more users the server will run out of resources quickly. Better Go Playground uses an wasm parser that solves this problem by only calling the backend when trying to run. Also, even the backend can run the snippets with modules, lsp didn't support that. More on reddit.com
🌐 r/golang
39
106
May 17, 2025
Go Sandbox: A full-featured, IDE-level Go playground β€” now live and free to use - Releases - Go Forum
Hi all, just wanted to share a tool I built for Go developers: πŸ‘‰ https://go-sandbox.org Go Sandbox is a web-based Go programming environment delivering a nearly native development experience enhanced with LSP-powered features: Go-to-definition, reference lookup, autocompletion (via LSP) ... More on forum.golangbridge.org
🌐 forum.golangbridge.org
3
May 19, 2025
A better version of Go Playground
It would be nice if the official playground had this as an option. More on reddit.com
🌐 r/golang
32
175
February 28, 2022
🌐
Go
go.dev β€Ί play
Go Playground - The Go Programming Language
The Go Playground is a web service that runs on go.dev's servers.
🌐
LabEx
labex.io β€Ί tutorials β€Ί go-online-golang-playground-372913
Online Golang Playground | LabEx
Try our free online Golang Playground to write, compile and run Go code instantly. Web-based Go coding environment with cloud storage for seamless learning and practice - perfect for all skill levels.
🌐
Reddit
reddit.com β€Ί r/golang β€Ί static go playground: the go compiler running on your browser
r/golang on Reddit: Static Go Playground: the Go Compiler running on your browser
April 5, 2022 -

https://github.com/Yeicor/static-go-playground/

I wanted to share this project I made that lets you run the Go Compiler completely inside your browser. I also built a Go Playground around it with support for dependencies, cross-compiling, a code editor, etc. Check out the README for more features, demos and testing the app.

The original idea was just to learn how the Go Compiler works. However, I realized it can be used to provide editable examples for most Go projects from any device with a modern browser. No deployment or server backend needed (only a static hosting service like GitHub Pages).

In order to build it, I had to connect a complete file system abstraction on WebAssembly that implements node's fs module using memory. Hence, I also released the modified wasm_exec.js with file system support, if anyone is interested in it.

Feel free to leave comments and suggestions, or tell me if it works for your projects.

🌐
Go Sandbox
go-sandbox.org
Go Sandbox - An Advanced Online Golang Playground
Go Sandbox - an advanced online IDE for Go programming with LSP-backed tools, and real-time code execution, ideal for developers and learners!
🌐
Codapi
codapi.org β€Ί go
Go playground
```go package main func main() { println("Hello, World!") } ``` <codapi-snippet sandbox="go" editor="basic"> </codapi-snippet> Documentation Β· Powered by codapi β€” an open-source tool for embedding interactive code examples into product docs, online courses and blogs.
Find elsewhere
🌐
Goplay
goplay.space
The Go Play Space
Alternative Go (Golang) Playground with syntax highlighting, turtle graphics and more
🌐
Reddit
reddit.com β€Ί r/golang β€Ί go sandbox: a full-featured, ide-level go playground β€” now live and free to use
r/golang on Reddit: Go Sandbox: A full-featured, IDE-level Go playground β€” now live and free to use
May 17, 2025 -

Hi all, just wanted to share a tool I built for Go developers:

πŸ‘‰ https://go-sandbox.org

Go Sandbox is a web-based Go programming environment delivering a nearly native development experience enhanced with LSP-powered features:

  • Go-to-definition, reference lookup, autocompletion (via LSP)

  • Real-time code execution over WebSocket

  • Shareable, runnable Go code snippets

  • Code structure outline, multiple sandboxes

  • Vim/Emacs-style keybindings and dark mode

  • Free, zero-registration and setup

It was inspired by the official Go Playground and Better Go Playground, but built with a more IDE-like experience in mind.

Would love to hear your thoughts β€” feedback and bug reports are very welcome πŸ™

🌐
KodeKloud
kodekloud.com β€Ί playgrounds β€Ί playground-golang
Golang Playground | KodeKloud
This makes Go easy to learn. package main import ("fmt") func main() { fmt.Println("Hello World!") } In this playground, you’ll gain 60 minutes of access to an Ubuntu operating system environment pre-installed and fully equipped with Go and Visual Studio Code IDE straight to your browser.
🌐
Go Forum
forum.golangbridge.org β€Ί releases
Go Sandbox: A full-featured, IDE-level Go playground β€” now live and free to use - Releases - Go Forum
May 19, 2025 - Hi all, just wanted to share a tool I built for Go developers: πŸ‘‰ https://go-sandbox.org Go Sandbox is a web-based Go programming environment delivering a nearly native development experience enhanced with LSP-powered features: Go-to-definition, ...
🌐
JetBrains
jetbrains.com β€Ί help β€Ί go β€Ί running-applications-in-go-playground.html
Running applications in Go Playground | GoLand Documentation
October 24, 2024 - You can format and share your code, change the Go version, run your code by using the Go playground server, or run it locally.
🌐
GitHub
github.com β€Ί x1unix β€Ί go-playground
GitHub - x1unix/go-playground: Better Go Playground with autocompletion and syntax highlight Β· GitHub
Default playground run server provided by play.golang.org
Starred by 1.5K users
Forked by 97 users
Languages Β  Go 92.3% | CSS 3.1% | JavaScript 2.6% | HTML 0.9% | Makefile 0.6% | Dockerfile 0.4% | Shell 0.1%