Go UI framework Active 2026
godom
A Go framework for local apps where the Go process owns the DOM and the browser is just a screen. No Electron, no complex JS frontend, no API layer; go build gives you one binary that opens a tab.
Tags / Claude Code
A Go framework for local apps where the Go process owns the DOM and the browser is just a screen. No Electron, no complex JS frontend, no API layer; go build gives you one binary that opens a tab.
May 3, 2026
I built a browser-based terminal in Go using godom and xterm.js. Then I ran Claude Code inside it. It just worked.
May 1, 2026
I built godom mostly with Claude as an implementation partner. Here's what that actually looked like.
Feb 25, 2026
AI-assisted port of Skyfield (Python) to a Go ephemeris library. Validation-first approach, golden tests, and bug hunts.