Dimension scores are derived from public data and fields; weighted into the composite. Reference only.
poor.dev is not a traditional SaaS website, but the personal site and technical blog of Zellij author Aram Drevekenin. The content states that the author is an independent software developer, the creator and main maintainer of Zellij, and also offers consulting related to terminal emulator internals, terminal applications, CLI tools, and developer tools. The core product signal is Zellij: a terminal workspace and multiplexer that keeps terminal sessions running in the background and, in newer versions, provides a built-in Web Terminal.
Based on the captured content, Zellij’s key value lies in persistent terminal sessions and multi-client connections. After a traditional terminal client disconnects, the Zellij server continues to preserve session state, including open programs, pane/tab layouts, and more. The Web Terminal further allows a browser to connect to these sessions as a client: it performs handshake and authentication over HTTP(S), then establishes two WebSocket channels — terminal and control — which handle STDIN/STDOUT and control messages such as window resizing, configuration, logs, and session switching, respectively. Its URL scheme is also practical: session names can be mapped to paths, supporting bookmarks for terminal workspaces such as backend-code and prod.
Zellij is built with Rust. Its web server uses the axum, tokio, tokio-tungstenite, tower ecosystem, and rustls; static assets are embedded into the executable via include_dir; and the frontend terminal is based on xterm.js. The article also explains underlying mechanisms such as PTYs, shells, ANSI escape codes, and terminal emulator rendering in detail, showing a high level of technical transparency.
The content clearly states that Zellij will always be free and open-source, contains no ads, and does not collect data. The author accepts recurring monthly donations and offers consulting or part-time services, but no specific pricing is disclosed for commercial support or consulting.
The advantages are that it is open source, focused on terminal UX, and has a clear Web session architecture. Its security model takes into account login tokens, hashed storage, httpOnly cookies, and the requirement that external listening must use HTTPS. The downside is that poor.dev is more of a personal site and blog than a complete product documentation site; information on installation, platform support, enterprise support, APIs/SDKs, and similar topics is limited. The Web client also involves some engineering trade-offs, such as requiring custom handling for xterm.js support of mouse AnyEvent.
It is suitable for heavy terminal users, Rust/CLI developers, engineers who need persistent terminal workspaces, and teams looking to build terminal tools or a Web Terminal. Access from mainland China is not mentioned in the content, so its status is unknown.
⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on poor.dev official site.
poor.dev is an Unknown Dev Tools provider. TG4G tracks its product information, an overall rating of 6.0/10, and a China-accessibility score of China direct-connect friendly. Click "Visit Official Site" to reach poor.dev directly.