Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
miuuyy/codex-chatgpt-web (★53 · TypeScript) Change the model tier, save your workflow. Pick ChatGPT Web — Instant, Medium, High, Extra High, or Pro in Codex's native model picker. The bridge sends the complete Codex task context to a fresh ChatGPT Temporary Chat, attaches images, and streams visible reasoning, tool activity, and Markdown back into the same
zortos293/T3Notch (★16 · Swift) Your agents, under the notch. An Alcove-style dynamic notch for T3 Code: live agent progress, the task list, and approvals you can answer without switching windows. T3Notch sits where your Mac's notch already is and answers the question you keep
bjan/claudemux (★9 · Shell)
A real-time message bus for Claude Code sessions. Run many claude sessions at once — one per tmux pane — and let them talk to each other: one session asks another a question, the other wakes on its own, answers, and the reply lands back in the asking pane. No copy-paste between panes, no human relay.
williampepple1/rust-instructor (★8 · Rust) 20 lessons · 500 exercises · 3 difficulty levels · progress tracking · self-checking ---
enowdev/succubus (★7 · Go) --- Three Claude Code sessions, an OpenCode window, and a Factory Droid run can all be editing the same repository right now — and none of them knows the others exist. They duplicate work, overwrite each other, and lose the plan every time a
LessComplexity/mapal (★7 · Rust)
Faisal-Manzer/rit (★6 · Rust)
Building a Git-compatible version control system in Rust from scratch.
unisic/tuni (★5 · Rust) A native terminal workspace for Linux.
mehrtam/gitwhy (★4 · Python)
git blame tells you who wrote the line. This tells you why.
hossam-brgoth/OpsDock-Releases (★3) OpsDock is a fast, modular local ops workbench for developers, built with Tauri and Rust. It brings your essential developer tools into one native workspace: HTTP request testing, Git-native collections, Notion-like Pages, a KeePass-style Secret Vault, a DBeaver-like Database Manager, and installable modules such as Docker Manager, Redis Manager, a...
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.7
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.114.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.
Framework 13 Pro review: Much better battery, much worse price (Lobsters) Comments
Blogging Can Just Be Stating The Obvious (Lobsters) Comments
On AI (Lobsters) Comments
Setup a Simple, Self-Hosted Web Server with OpenBSD (Lobsters) Comments
Try the New Firefox Design in Nightly (Lobsters) Comments
One Ring to Rule Them All: Wiring Radios to Laptops the Hard Way (Lobsters) Comments
Paged Out - Issue #9 (Lobsters) Comments
Microsoft unveils AI security tools it says outperform competing platforms (Ars Technica) Microsoft says tools cost less than competing ones and outperform them, too.
Trump admin exempts SpaceX's Starlink from FCC ban on foreign-made routers (Ars Technica) Starlink has a Texas factory but also makes routers in Vietnam.
Epic diarrhea outbreak has 40% of Americans avoiding fruits and veggies (Ars Technica) Kennedy has focused on nutrition but has neglected food safety, critics say.
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.