March 24, 2026
CLI goes red carpet
Show HN: Gridland: make terminal apps that also run in the browser
The terminal jumps to the browser — devs wonder if it can replace their go‑to tools
TLDR: Gridland promises apps that run in the terminal and the browser from the same code, and the crowd is hyped. Commenters are split between pure delight and practical questions, asking if it can replace popular tools like xterm.js or work with OpenTUI, signaling real interest in fewer codebases and more live, interactive sites.
The internet’s favorite tech peanut gallery lit up as Gridland landed on Show HN, promising one app that works in both the old-school command line (text-only screen) and the browser. Built on OpenTUI (a toolkit for text interfaces) and React (a popular web library), it’s basically a “make once, run everywhere” dream. One commenter summed up the mood with pure joy: “It needs to exist because it’s fun.” Translation: vibes secured. Another user immediately poked the bear by asking if this could replace xterm.js, a common tool that makes a fake terminal inside web pages. You could practically hear devs clutching their tabs.
Then came the “can it plug into my stack?” questions. Someone asked if OpenTUI Core plays nice with Gridland, while another admitted they want to ditch their static banner and put their actual app front-and-center on their site, name-dropping blisswriter.app as inspiration. The unspoken debate: is this a toy or a tool? Team Fun argues it doesn’t need a business case to be awesome. Team Practical wants receipts: production readiness, compatibility, and whether it’s really a drop-in for their current setup. Meanwhile, the meme energy is strong: “Terminal cosplay for your website” and “ship the vibes” kept popping up as devs imagined landing pages that literally run their apps live. Drama level: cozy but buzzing.
Key Points
- •Gridland is a framework for building terminal apps that also run in the browser.
- •It is built on top of OpenTUI and React.
- •The site itself serves as a working Gridland app running in the browser.
- •Developers can try a demo with “bunx @gridland/demo landing.”
- •New projects can be created using “bun create gridland,” with GitHub and docs linked from the site.