Tag
ClickHouse releases @clickhouse/rowbinary, a Node.js library for reading/writing RowBinary formats that also includes a skill file enabling coding agents to generate query-specific, high-performance parsers that run 1.5–3.4x faster than generic parsers.
A CLI tool that downloads YouTube guitar lesson videos, uses Claude vision to detect and crop tablature regions, de-duplicates frames by bar number, and stitches them into a PDF. Requires Node.js, yt-dlp, ffmpeg, and an Anthropic API key.
DOM-docx is an open-source library that converts semantic HTML fragments into native, editable Word documents (OOXML) without screenshots or layout hacks, supporting Node.js and browser environments.
barebrowse is a tool that generates pruned ARIA snapshots from web pages, reducing token consumption for local AI models by stripping boilerplate and ads, and reusing existing browser cookies.
SecretSpec 0.13 releases native SDKs for Python, Node.js/TypeScript, Go, Ruby, and Haskell, enabling applications to resolve secrets declared in secretspec.toml directly without relying on the CLI.
An AI reverse engineering Agent project based on Firefox that non-invasively traces at the engine's C++ layer and strips out webpage encryption parameters, reducing them to standalone Node.js algorithms.
AnyCrawl is a high-performance open-source crawler/scraping tool that integrates Cheerio, Playwright, and Puppeteer engines. It supports static parsing and JS rendering, batch SERP scraping, site-level crawling, multi-threaded/multi-process concurrency, proxy support, and optimized output formats for LLM data collection.
Slint's integration with Node.js previously caused a 16ms tick that wasted CPU and delayed events; version 1.17 fixes this on Linux and macOS by allowing the Rust UI loop to cooperate with libuv without polling, improving efficiency and responsiveness.
TorLink is a terminal-native torrent client that searches multiple trusted sources in parallel and downloads directly to disk, with a keyboard-driven TUI and auto-seeding support. It's MIT-licensed and requires only Node.js to run.
Nub is a fast all-in-one toolkit for Node.js that provides a Bun-like developer experience, including running TypeScript files, managing dependencies, and Node versions, all in one CLI tool written in Rust.
Vercel AI SDK is an open-source, framework-agnostic toolkit for building AI-powered applications and agents, supporting React, Next.js, Vue, Svelte, Node.js, and more.
Introducing Nub, an all-in-one JavaScript toolkit that augments Node.js instead of replacing it.
Introduces 'tastebud-memory', an open-source agent memory system using hyperdimensional computing to create reversible, searchable project fingerprints, with backtested validation and an MCP server for integration.
Playwright scrapers in production on Node.js start failing around 20 concurrent browser sessions, causing memory spikes and crashes. The developer notes documentation does not warn about this limit.
Introducing an open-source SaaS foundation project, open-saas, based on the Wasp full-stack framework, which integrates a large number of essential SaaS features such as authentication, payments, email, and social media login, helping developers save weeks of development time.
Ableton has released a software development kit (SDK) for Live 12.4.5 beta, allowing developers to create custom extensions that interact with tracks, clips, MIDI, and more using Node.js.
Reverse-engineered and extracted maps from the 1990 DOS game Test Drive III, providing an online viewer and OBJ exports. The project includes file format specifications and extraction tools.
The author replaced OpenClaw's default flat-file memory with a strict Node.js/PostgreSQL API layer, eliminating context drift and hallucinations by enforcing typed schemas and immutable truth.
Introduces a 3.9k star open-source tutorial project, ai-agents-from-scratch, which builds AI Agents from scratch using local LLM and Node.js, covering core concepts such as system prompts, tools, memory, and reasoning patterns.
A tutorial repo that teaches the Model Context Protocol (MCP) by building it step by step in Node.js, with a local-first setup using node-llama-cpp, GGUF models, and a custom agent loop.