
gridland
React apps that render in the terminal and browser
53 followers
React apps that render in the terminal and browser
53 followers
gridland is a React framework for building terminal apps that render in both the browser and terminal. Now you can demo your app in the browser without forcing users to install it before they're invested. Our website, gridland.io, *is* a gridland app - check it out!
Products used by gridland
Explore the tech stack and tools that power gridland. See what products gridland uses for development, design, marketing, analytics, and more.
Engineering & Development 4
Engineering & Development 4
FumadocsThe React.js documentation framework
5.0 (8 reviews)
Every component page on gridland.io embeds a live, interactive gridland app rendering through the canvas. That meant we needed a docs framework with first-class MDX and the ability to mount arbitrary React inside content pages without fighting the build. Fumadocs handles both cleanly, and its Next.js integration works out of the box.

BunA fast JS runtime Node.js replacement with built‑in tools
5.0 (9 reviews)
gridland is built on OpenTUI, which includes its own bun-native TUI rendering engine written in Zig. Using Bun allows gridland apps to be compiled into portable, fast binaries.

Next.jsCreate web applications with the power of React components
5.0 (465 reviews)
Next.js powers gridland.io, hosting the docs, and serving the shadcn components.

VercelThe frontend cloud. Creators of Next.js.
5.0 (852 reviews)
gridland uses three Vercel tools: Next.js, Vercel AI SDK, and shadcn. Next.js powers gridland.io, hosting the docs, and serving the shadcn components. gridland components themselves are all shadcn components served via our shadcn registry. Vercel AI SDK powers the AI chat interface block.
Design & Creative 2
Design & Creative 2

ReactThe library for web and native user interfaces
5.0 (171 reviews)
gridland allows you to render React into both the browser and the terminal. In the browser, it renders to a custom HTML canvas. In the terminal, it renders with OpenTUI.

shadcn/uiBeautifully designed components.
5.0 (204 reviews)
We built gridland's component registry on with shadcn, a library that most of our users are already familiar with. You can install a gridland component via `bunx create-gridland add modal` to copy the source into your codebase so that you own your components from day one.
