Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
unclecode/modelprint (★49 · JavaScript) One page that answers one question: who is really behind that API? Run infrastructure probes against any OpenAI-compatible endpoint and compare the fingerprints, side by side. Plumbing does not lie; personality does. Try it: unclecode.github.io/modelprint
AmanVarshney01/tcut (★23 · TypeScript) Turn a terminal session into a video. Record it live or script it in TypeScript; render to MP4, GIF, SVG, HTML — identical every time.
ziv/bevytiles (★20 · Rust) Bevytiles is a 3D geospatial engine 🌎 for Bevy. Designed to stream and render the real world in real time. It lets you visualize any location on Earth directly inside your Bevy games and applications.
Grenish/mouse-me (★12 · Rust) A cursor manager for Linux desktops (Hyprland, Omarchy, GTK, Qt, and X11). It includes a Slint GUI and a CLI in one binary. > [!IMPORTANT] > This repository is under active development and is not accepting pull requests. If you run into a problem, open an issue.
centsandcode/rubber-duck (★9 · Python)
Don't give me the answer. Help me find it. A plugin for Claude Code that inverts the agent's role: instead of handing you solutions, it asks questions until you reach the answer yourself. Inspired by the classic rubber duck debugging technique.
mrpulor-gh/nuphus (★9 · Rust)
版本: 0.1.x · 状态: Alpha(积极开发中) · 平台: Windows / macOS / Linux > 技术栈: Tauri v2 · Rust · React 18 · TypeScript Nuphus 是运行在你电脑上的 AI Agent——本地、私有、拥有真实的桌面执行力,手机是它的第二块屏幕。 它识别屏幕、操作鼠标键盘、控制窗口、读写文件、调度浏览器,把 LLM 的推理变成真实的自动化。数据留在本机,模型由你选择,Agent 替你做事情。
isCopyman/cli-delegate (★7 · JavaScript) Host-neutral Agent Skill: from Claude Code, Codex, Grok Build, or Cursor, spawn any of the other three as a child CLI, then resume the same child session. This is the cheap substitute for a same-vendor subagent.
musoyangrigor/scroll-video-website-skill (★6)
bash npx skills add musoyangrigor/scroll-video-website-skill --skill scroll-video-website Live Demo · Install · Usage · Features
vezlin1/antigravity-bypass-russia (★6 · Rust) Без VPN • Без смены страны Google-аккаунта • На полной скорости вашего интернета ---
Nouman-Amjad/Cairn (★5 · Python) An agentic incident-analysis copilot. Ask "why did checkout latency spike at 3am?" in plain English; Cairn queries the observability stack, correlates against the deploy timeline, retrieves the relevant runbook, and proposes a root cause with evidence — and can execute a remediation, behind a human
vite — v8.2.2
A build tool and dev server for modern web projects. Starts instantly (no bundling in dev), uses native ES modules in the browser, and bundles with Rollup for production. The replacement for webpack in most new projects.
esbuild — v0.28.2
A JavaScript and TypeScript bundler written in Go. Extremely fast — 10-100x faster than webpack or Rollup. Used as the engine inside Vite and many other tools. Good for simple bundling; less configurable than webpack.
turbo — v2.10.11
A build system for JavaScript/TypeScript monorepos. Caches task results so you only re-run what changed. Built by Vercel. Speeds up CI and local builds in large codebases with multiple packages.
biome — v0.3.3
A single tool that replaces both ESLint and Prettier. Formats and lints JavaScript, TypeScript, JSON, and CSS. Written in Rust, so it runs much faster than the JS-based tools it replaces.
bun — v1.4.0
A JavaScript runtime, package manager, bundler, and test runner in one. Faster than Node.js at most things. Drop-in compatible with most Node.js code. Written in Zig.
vitest — v4.1.11
A unit testing framework built specifically for Vite projects. Uses the same config as your Vite build, runs tests in the browser environment, and is significantly faster than Jest.
oxc — v1.0.1
A JavaScript/TypeScript toolchain written in Rust — parser, linter, formatter, transpiler, bundler. The project behind the oxlint linter. Faster than most existing tools by a large margin.
rspack — v0.1.1
A webpack-compatible bundler written in Rust. Drop-in replacement for webpack with the same config format, but much faster. Built by ByteDance (TikTok's parent).
wrangler — v4.125.0
The CLI for deploying and managing Cloudflare Workers — serverless functions that run at the edge in Cloudflare's global network. Also manages KV storage, Durable Objects, Pages, and R2.
drizzle-orm — v0.45.2
A TypeScript ORM that lets you write SQL-like queries in TypeScript with full type safety. Lightweight, no code generation step, and closer to raw SQL than ORMs like Prisma.
Enabling the next-generation trait solver on nightly (Lobsters) Comments
I accidentally logged hundreds of thousands of phone calls to military bases (Lobsters) Comments
Japan tried to build an operating system for the entire world, then the US government intervened (Lobsters) Comments
OTel Isn't Going Well (And I Made A Spreadsheet About It) (Lobsters) Comments
Felony Bench: Be AI, Do Crime (Lobsters) Comments
The cool things of Gleam (Lobsters) Comments
Turning My CASIO F-91W Into a Contactless Payment Device (Lobsters) Comments
Trump's space transportation policy calls for new spaceport on federal land (Ars Technica) "We probably need another site that's capable of heavy and super heavy launch capability."
Thunder + fiber-optic cabling used for seismic imaging (Ars Technica) Thunderstorms make seismic waves that can be used to find sub-surface features.
Hidden Zillow listings created fake supply shock, raising NYC rents, lawsuit says (Ars Technica) Renters say hidden Zillow listings make it harder to afford living in New York City.
Data from GitHub public API, npm registry, and tech press (The Register, Lobsters, Ars Technica, TechCrunch, Wired, MIT Tech Review). README summaries pulled directly from each project.