Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
levi-qiao/graphkit (★23 · Shell) Run a long coding task as a small graph of agent nodes, not one drifting loop. A Claude Code skill that turns "make this production-ready" into an executor node that does the work and a supervisor node that watches from outside the executor's context and corrects drift before it compounds.
lanpishu6300/match-rust (★20 · Rust) High-performance cryptocurrency matching engines in Rust for contract (and spot) exchange paths — dual-track design with a Java-equivalent core and an experimental low-latency core. Inspired in layout and packaging by perpetual_exchange / crypto-exchange (C++ R&D), while targeting Topic/JSON-compatible cutover against live Java services.
gkhan205/arcovia (★16 · TypeScript) Architecture Intelligence for React & Next.js. Analyze your codebase, detect architectural issues, and generate an interactive HTML report. Arcovia analyzes your project, builds a dependency graph, evaluates architectural rules, and generates an interactive HTML report with actionable insights.
fhiltscher/awesome-ai-coding-sandboxes (★14)
A curated list of sandboxing and isolation solutions for running the code of autonomous AI coding agents (Claude Code, Codex, OpenHands, and friends) — organized by security posture first: how strong the isolation boundary is, and what the agent can still reach beyond it. AI coding agents run arbitrary, model-generated commands.
GrubbyLee/skill-manager (★7 · JavaScript)
一间堆满工具的工作室里,Claude Code 和 Codex 各自抱着一箱 skill。 > 有的工具重复,有的很久没被拿起,有的名字像谜语,有的 MCP 一开场就把上下文塞满。 >
skm做的事很简单:把灯打开,把标签贴好,把灰尘扫出来。skm是一个清点、梳理并治理 AIDE(Claude Code / Codex CLI)中 skill 与 MCP 的命令行工具。它会告诉你:
Anti2077/Quantum-Leap (★5 · TypeScript)
一款面向 macOS 的原生网络带宽测试工具。Quantum Leap 通过 SSH 管理远端 iperf3 服务,用实时曲线、双向对比和关键质量指标呈现 TCP/UDP 测速结果。 > 下载最新版本 · 首个 Release 提供 Apple Silicon (arm64) DMG。
sundy-li/CodeFace (★5 · Rust) English | 简体中文 CodeFace is a native, cross-platform appearance manager for the Codex desktop app. Built with Rust and GPUI, it injects theme CSS and the required UI integration code through the Chrome DevTools Protocol (CDP), bound exclusively to the local loopback interface.
senexsnx/rulersnx (★2 · JavaScript) Illustrator-style ruler & draggable guide lines over any website — verify optical axes, alignment and spacing while you build. ---
practical-tutorials/project-based-learning (★274,230 · Python) A list of programming tutorials in which aspiring software developers learn how to build an application from scratch. These tutorials are divided into different primary programming languages. Tutorials may involve multiple technologies and languages. To get started, simply fork this repo. Please refer to CONTRIBUTING.md for contribution guidelines.
vite — v8.1.5
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.1
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.5
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.3.14
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.10
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.112.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.
I wrote an API client for my water-cooled bed (Lobsters) Comments
Claude found a counterexample to the Jacobian Conjecture (Lobsters) Comments
What is your favorite blog to read recently? (Lobsters) Especially interesting what it adds beyond an academic paper would.
Minimal Git CI using hooks (Lobsters) Comments
What are you doing this week? (Lobsters) What are you doing this week? Feel free to share! Keep in mind it’s OK to do nothing at all, too.
Building an AmigaOS Development Environment in 2026 (Lobsters) Comments
Cagire - Forth-based live coding sequencer (Lobsters) Comments
India's first privately-developed rocket reaches orbit on dramatic debut launch (Ars Technica) "On the first attempt, reaching orbit, I never thought it was possible."
As mosquito ranges expand, better monitoring is key to preventing disease (Ars Technica) Monitoring is expensive and labor intensive. But it helps public health officials stop outbreaks.
Netflix paid $587M for Ben Affleck’s AI filmmaking startup (TechCrunch) Netflix revealed that it paid $587 million in cash for InterPositive, a startup co-founded by Ben Affleck.
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.