Remix.run Logo
allthetime 3 days ago

Go + Lipgloss + Bubbletea is by far the most robust and performant stack for building (and or generating) aesthetic and usable TUIs. Excellent DX. No npm necessary

MarsIronPI 2 days ago | parent [-]

Is the Go ecosystem really that much better? As an outsider it looks like there's a fair amount of library use, more than I'd like.

polski-g 2 days ago | parent [-]

Check out the Crush agent harness. It's very impressive.

MarsIronPI 2 days ago | parent [-]

Impressively many dependencies? I estimate about 75-125 in the dependency tree, including multiple versions of the same package. Now compare to something written in e.g. C: such a program might have 2 dependencies: libcurl and ncurses.