Public list by ~nodeweekly

Issue 637 - Building terminal UIs with HTML and CSS

TermDOM | Build Terminal UIs with HTML, CSS and DOM

https://termdom.org/

TermDOM: Build Terminal UIs with HTML, CSS and the DOM — Like the look of Ink but don't like React? TermDOM implements a DOM, cascade and layout engine that paints to the terminal, so you can write a TUI with HTML and CSS. Pure JS, no native or WASM dependencies, and the official TodoMVC runs with only a stylesheet swap. Early days, but I like the idea!

7 days ago

Release v6.0.0-alpha.0 · fastify/fastify

https://github.com/fastify/fastify/releases/tag/v6.0.0-alpha.0

Fastify 6.0 Enters Alpha — It's been two years since Fastify, the popular low overhead web framework, dropped v5, but v6 is coming into sight. It's largely shaping up as a 'spring clean' release requiring Node 24 at minimum but should be good for initial testing. More background here.

7 days ago

Adding a second middleware broke our typescript types - Inngest Blog

https://www.inngest.com/blog/adding-a-second-middleware-broke-our-typescript-types

Adding a Second Middleware Broke Our TypeScript Types — A TypeScript detective story in which adding a second middleware could collapse a return type to {}. The culprit was a widely used key-filtering idiom that leaks undefined when properties are optional.

7 days ago

DeepSeek Harness developer preview: Everything is a plugin

https://deepseek.com/harness/en/

DeepSeek Harness: DeepSeek's New Node-Powered Agent Harness — Today, the popular Chinese model lab unveiled its own Claude Code-alike and already racked up 30k stars. It's not a typical CLI harness, though, but runs through a web UI. Curiously, everything is a plugin, built atop Cordis, an existing Node plugin system whose author DeepSeek has hired. GitHub repo.

7 days ago

GitHub - webpro-nl/unbash: Fast 0-deps bash parser written in TypeScript

https://github.com/webpro-nl/unbash

unbash: Fast 0-Dependency Bash Parsing Library — The parser Knip uses to make sense of shell scripts, as a standalone library. It turns bash code into a typed AST that can then be used for classification, permission checks, rewriting commands, and more.

7 days ago

Build Durable AI Agent Systems

https://master.dev/courses/agent-harness/

The Best Harness Wins, Not the Best Model. Learn Harness Engineering — Scott Moss (Netflix) teaches you to wrap an LLM in a production-grade harness. Learn durable execution, sandboxing, memory, and multi-agent orchestration.

about 1 month ago