Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
drasimwagan/mdv (★277 · TypeScript)
Write documents, dashboards, and slides in a Markdown superset. Add charts, KPI cards, tables, and styled regions with nothing more complicated than fenced code blocks and named styles.
.mdvis strict CommonMark plus four additions: 1. YAML front-matter for title, theme, named styles, and dataset references. 2.
LordAizen1/git-newspaper (★41 · JavaScript)
Generate a Victorian broadsheet newspaper from any git repository's commit history. bash npx git-newspaper
twaldin/hone (★23 · Python)
Implementation of GEPA's optimize_anything using coding CLI agents. GEPA is a reflective Pareto optimizer that evolves text parameters — prompts, code, instructions — against a grader. Its optimize_anything API accepts any text component and any scorer. hone is
ovoment/ovo-local-llm (★22 · TypeScript) AI coding agent + chat + image gen, zero cloud. Run every open LLM locally — MLX, Transformers, VLM, Diffusion — with Ollama/OpenAI API compatibility. --- Your browser does not support the video tag.
BlondinkaQ/awesome-proxy (★17 · Python) A comprehensive guide and curated list of proxy servers, routing tools, and client libraries for developers. Discover how to integrate HTTP/SOCKS5 proxies across various programming languages for web scraping, bot development, and browser automation.
oanhduong/token-ninja (★17 · TypeScript)
Built for Claude Code first. token-ninja hooks into Claude Code's UserPromptSubmit event, intercepts commands like git status, npm test, or docker ps before they become an API call, runs them locally, and hands the result back to you — in the original colors, with a single dimmed
dannote/boxart (★12 · Elixir)
Terminal graph rendering with Unicode box-drawing characters. Takes a Graph.t() from libgraph and renders it as ASCII/Unicode art in the terminal, with multiline labels inside nodes, edge labels, and automatic layout.
ToDealMarket/tdm-protocol (★11 · JavaScript) Stable wire contract for TDM SDKs, gateway clients, and protocol-first integrations Public DTOs, schemas, headers, and payment-required response shapes Documentation • API Reference • [GitHub](https://github.
feel-co/nixos-core (★10 · Rust) This is a multi-call binary implementing core NixOS system utilities in safe, portable Rust, replacing some of the Perl and Bash scripts that are generally load-bearing. While those scripts can be replaced through various means such as the Perl-less and Bash-less profiles, those usually change how your system
freeCodeCamp/freeCodeCamp (★443,232 · TypeScript) freeCodeCamp.org is a friendly community where you can learn to code for free. It is run by a donor-supported 501(c)(3) charity to help millions of busy adults transition into tech. Our community has already helped more than 100,000 people get their first developer job.
EbookFoundation/free-programming-books (★385,744 · Python) Search the list at https://ebookfoundation.github.io/free-programming-books-search/ [ OpenClaw is a personal AI assistant you run on your own devices. It answers you on the channels you already use. It can speak and listen on macOS/iOS/Android, and can render a live Canvas you control. The Gateway is just the control plane — the product is the assistant.
kamranahmedse/developer-roadmap (★353,244 · TypeScript) Roadmaps are now interactive, you can click the nodes to read more about the topics.
vinta/awesome-python (★293,378 · Python) An opinionated list of Python frameworks, libraries, tools, and resources.
ultraworkers/claw-code (★186,571 · Rust) · · · ·
Significant-Gravitas/AutoGPT (★183,596 · Python) Deutsch | Español | français | 日本語 |
avelino/awesome-go (★170,490 · Go) We use the Golang Bridge community Slack for instant communication, follow the form here to join. Sponsorships: Special thanks to Awesome Go has no monthly fee_, but we have employees who work hard to keep it running.
vite — v8.0.9
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.0
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.9.6
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.13
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.4
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.83.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.
Data from GitHub public API and npm registry. README summaries pulled directly from each project.