Tag
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.
A developer built TracePilot, a lightweight zero-dependency npm SDK for AI observability to simplify debugging prompts in production, offering real-time latency, token costs, and error tracking.
Node.js 26.0.0 has been released, featuring the Temporal API enabled by default, updates to V8 14.6 and Undici 8.0, along with various deprecations and removals.
An open-source macOS tool that automates opting out from 500+ data broker sites, with CAPTCHA solving and monthly scheduling.
A complete tutorial for AI-powered fully automated batch creation of TikTok viral content, a five-step zero-cost process: download viral videos from TikTok, use Claude Opus 4.7 to analyze hooks and copy, get images from Pinterest, use Node.js to automatically synthesize image-text videos, and finally schedule bulk posting via self-hosted Postiz. Only 2 hours per week to stably produce 30 pieces of content.
The OpenCLI project surpassed 20,000 stars on GitHub. This tool converts websites, browser sessions, and Electron applications into deterministic CLI interfaces, supporting AI Agents in directly operating browsers and automating workflows.
OpenCLI has been updated to support reading content from WeChat, Telegram, and Discord via wx-cli, tg-cli, and discord-cli. This tool allows AI agents and developers to automate browser operations through a command-line interface and aggregate personal message feeds.
This article announces the release of openai-node v6.37.0, an update to the official TypeScript and JavaScript SDK for the OpenAI API, featuring examples of the new Responses API and workload identity authentication.
Aube is introduced as a new, high-performance Node.js package manager that is significantly faster than pnpm and bun while using less disk space by utilizing a global store for dependencies.
LiteParse is a standalone open-source PDF parsing tool from run-llama that provides fast, local spatial text extraction with bounding boxes, supporting multiple programming languages and platforms.
Ghost is an open-source, headless Node.js CMS designed for professional publishing. It can be self-hosted or used via the Ghost(Pro) managed service.
Evolver is a GEP-powered self-evolution engine for AI agents that automates prompt optimization and creates auditable, reusable evolution assets. The project is transitioning from fully open source to source-available while maintaining backward compatibility with existing MIT and GPL-3.0 releases.