nowfound

Alternatives

Products that do what Gridland: make terminal apps that also run in the browser does

Hi everyone, Gridland is a runtime + ShadCN UI registry that makes it possible to build terminal apps that run in the browser as well as the native terminal. This is useful for demoing TUIs so that users know what they're getting before they are invested enough to install them. And, tbh, it's also just super fun! Gridland is the successor to Ink Web (ink-web.dev) which is the same concept, but using Ink + xterm.js. After building Ink Web, we continued experimenting and found that using OpenTUI and a canvas renderer performed better with less flickering and nearly instant load times. We're…

  1. 1

    React apps that render in the terminal and browser

    Apr 2026

  2. 2
    Render324

    The easiest cloud for developers and startups.

    2019

  3. 3HG

    Tabs, splits, and tmux work fine until you have several projects open with logs, tests, and long-running shells. I kept rebuilding context instead of resuming work. Horizon puts shells on an infinite canvas. You can arrange them into workspaces and reopen later with layout, scrollback, and history intact. Built in 3 days with Claude/Codex, dogfooding the workflow as I went. Feedback and contributions welcome.

    Mar 2026 · github.com

  4. 4RA

    Author here. RMUX started from a frustration: I've used tmux for years and got tired of scraping output with grep and sleeps to automate anything. So I rebuilt the multiplexer from scratch in Rust, with a programmable layer on top. Two surfaces: a tmux-compatible CLI (~90 commands, your keybindings just work), and a typed async Rust SDK on the same daemon — stable pane IDs, structured snapshots, locator-style waits. The idea is Playwright-style automation, but for terminals. Native on Linux, macOS, Windows (real ConPTY, no WSL). Demos and docs at rmux.io. Happy to answer questions about the…

    May 2026 · github.com

  5. 5

    React component for a visual way to create UIs

    2024

  6. 6HT
  7. 7
    NDesk97

    Install and run Javascript/Node.js projects in a GUI

    2020

  8. 8
    WebTerm109

    A browser terminal sandbox for learning CLI without fear

    Jan 2026

  9. 9
    cmux90

    The open-source terminal built for coding agents

    Feb 2026

  10. 10
    Reweb88

    The AI visual builder for Next.js, Tailwind & shadcn/ui

    2025

  11. 11RA

    Hello HN! Just wanted to share a small project I've been working for the last few months. It's a tool called Runal, a text-based creative coding environment that runs in the terminal. It works similarly as processing or p5js but it does all the rendering as text. And it can either be scripted with JavaScript or used as a Go package. It's open-source and cross-platform (linux, macOS, windows). It seems to me that text/ascii-art aesthetics are really popular in creative coding communities, so I though it would make sense to create a tool that runs on a platform which can render text only.…

    2025 · github.com

  12. 12

    Full project management inside VS Code, Cursor & Windsurf

    Feb 2026

  13. 13

    The linux terminal built for Agents and Multiplexing

    Apr 2026

  14. 14

    Open-source UI library built with React, Tailwind and shadcn

    Nov 2025

  15. 15RG

    Hi there, Zero Stars here. I recently published some new work to Hokusai Pocket, which is a cross-platform binary made on top of raylib and MRuby that runs GUIs from ruby scripts. License? MIT! How does it work? The binary is available on the GitHub releases page: https://github.com/skinnyjames/hokusai-pocket/releases/tag/0... You can download the binary on x86 Windows, OSX, or Linux, and run your GUI application with hokusai-pocket run:target="" For a little bit of a hello world, I started a photoshop clone…

    Apr 2026 · github.com

  16. 16TI

    I wrote a small golang project to render terminal on browser. It is a single binary that can be deployed on any server and you can access the terminal over web.

    2025 · github.com

  17. 17DT

    Hi HN, I built Datacmd to eliminate bloated dashboards and browser UIs. It turns any CSV, JSON, API feed into live, terminal-native dashboards with one command. Fast. Minimal. Developer-centric. AND IT'S OPEN SOURCE https://github.com/VincenzoManto/datacmd What it does: * Generates dynamic dashboards in the terminal: tables, gauges, pie charts, line charts, radars, text boxes * Layout auto-generated or configurable via YAML * Supports CSV, JSON, REST APIs, live system metrics (CPU, memory, disk) Why this matters: * No GUI. Instant visuals where developers live * Zero…

    2025 · github.com

  18. 18AC

    Hi Hacker News. Today, we're excited to launch Aircada, a lightweight browser based 3D design studio for creating interactive 3D content on the web. We remember using three.js back in 2010 before we had smart phones. And now 15 years later it feels like 3D on the web is finally starting to see the light of day. We use the beloved three.js under the hood - with WebGPU alongside the awesome node material system and TSL shader language. 1 minute demo video showing off what Aircada can do: https://youtu.be/hAJPnP93pfA Hop right into a template:…

    2025 · aircada.com

  19. 19AS

    Doors: Server-driven UI framework + runtime for building stateful, reactive web applications in Go. Some highlights: * Front-end framework capabilities in server-side Go. Reactive state primitives, dynamic routing, composable components. * No public API layer. No endpoint design needed, private temporal transport is handled under the hood. * Unified control flow. No context switch between back-end/front-end. * Integrated web stack. Bundle assets, build scripts, serve private files, automate CSP, and ship in one binary. How it works: Go server is UI runtime: web application runs on a…

    Apr 2026 · github.com

  20. 20CU

    Hi HN, I've been building CH-UI, an open-source ClickHouse workspace. Today I'm releasing v2, which is a complete rewrite from scratch. v1 was a React SPA served via Docker. v2 is a single Go binary with an embedded Svelte frontend — download, run, open browser. No Docker, no Node, no runtime dependencies. What it does: - Multi-tab SQL editor with autocomplete - Database/table explorer with data preview - Saved queries - Tunnel architecture: run `ch-ui server` on one machine and `ch-ui connect` next to your ClickHouse — secure WebSocket tunnel, no VPN needed - Self-update (`ch-ui…

    Feb 2026 · ch-ui.com

  21. 21

    Your aperture to the universe: a GPU terminal in Rust

    18d ago

  22. 22
    InkUI3

    shadcn/ui for the terminal — own your Ink components

    Apr 2026

  23. 23RR

    I built a small demo showing a robotics runtime executing entirely inside the browser via WebAssembly. The example workload is a simple flight controller hooked up to a small world simulator. The runtime comes from copper-rs, an open-source robotics runtime written in Rust for deterministic workloads. While robotics stacks are often tightly coupled to specific OS distributions and environments, here, the same code runs on microcontrollers (for example this flight controller also compiles for STM32H7 and flies real drones) as well as on desktop OS targets like Linux, macOS, and Windows. The…

    Mar 2026 · cdn.copper-robotics.com

  24. 24HC

    This is a model I’ve been thinking about lately. It demonstrates a pattern that I’m wondering could exist, where terminal applications, BBS-style shared user boards, and other expressions of creativity and sharing are created with web technologies but rendered into the terminal and accessed over SSH. I like that this brings back some kind of old days of the internet feeling and uses web technologies but sidesteps the public World Wide Web, even though it’s still on the internet. You can try it out too right now, and I’m thinking about making the self-hosting specialized applications part a…

    Jul 2026 · duetbrowser.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →