Sunday, Jul 26, 2026
shippedLive terminal playground and redreammer redesign
Recoordinate shipped a browser-based CLI demo for Show HN and overhauled their portfolio site with 18 commits across two repositories.
The reddit-growth-mcp project got a live terminal demo playground [1] built for Vercel, letting visitors run the CLI's plan, draft, compare, patterns, and acceptance commands in their browser through an autoplay tour, then take control themselves. The interface includes a self-typing typewriter, ANSI-to-HTML renderer, and an Anthropic-style theme with serif display and JetBrains Mono in the terminal. The serverless API function [1] runs a credential-free allowlist of commands with hybrid caching and live archive fallback. Ruff formatting was applied to the web function and scripts to match the repo standard [2].
The redreammer portfolio site underwent a substantial redesign across 16 commits [3] through . The project began as a fresh init and moved through theme shifts, animated backdrops, and header cleanup. Content was stripped back: all blog articles [4] and project posts [9] were removed, the about section was flattened into a single page [5], and Umami analytics tracking was torn out [7]. The interface was simplified with window chrome and dragging disabled to keep the terminal fixed in place [6], the navbar footer was lightened with added social links , and a scrolling marquee title was added to the home page . Typography shifted to JetBrains Mono with prose formatting for about pages. An interactive graph view for projects was tried and reverted back to a card grid [8]. The backdrop received a warm dark tone replacing neutral gray.
Sources
- feat(web): live terminal demo playground for Vercel · latent-9/reddit-growth-mcp
- style: ruff-format the web function + scripts · latent-9/reddit-growth-mcp
- Initial commit · latent-9/redreammer
- Remove all blog articles · latent-9/redreammer
- Restructure about section into a single about page · latent-9/redreammer
- Lock the terminal window and use a static shimmer title · latent-9/redreammer
- Remove Umami analytics integration · latent-9/redreammer
- Revert projects graph view, restore grid layout · latent-9/redreammer
- Remove all project posts · latent-9/redreammer