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 (★160 · 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.
Blink-h/agent-startup-kit (★20) AI coding workflows and reusable skills for shipping SaaS fast. Stop rebuilding the same auth, billing, landing, and deployment flows from scratch. Use reusable workflows for Claude Code and VS Code, then ship faster with a more consistent process. Quickstart guide
chrisryugj/korean-dart-mcp (★19 · TypeScript) OpenDART 83개 API를 15개 도구로. 공시·재무·지분·XBRL + 버핏급 애널리스트 프레임(내부자 시그널·회계 리스크·퀄리티 체크리스트) + HWP/PDF 첨부 마크다운화를 AI 어시스턴트에서 바로 사용. > 금융감독원 OpenDART 전자공시 기반 MCP 서버 + CLI. Claude Desktop, Cursor, Windsurf, Claude Code 등에서 바로 사용 가능. 자매 프로젝트: [korean-law-mcp](https://github.
NVSRahul/custcli (★12 · JavaScript)
custcli is a local orchestration CLI for paired coding workflows. - gemini handles planning and review - opencode handles execution and live editing - custcli coordinates both and stores local artifacts under .custcli/
Jabez175/PathTrace-AI (★12 · TypeScript) 🌐 View Live Application PathTrace AI is an intelligent, AI-powered career navigation engine designed to help students, job seekers, and career changers build concrete, personalized roadmaps to their dream roles.
dannote/boxart (★10 · 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.
HorseyofCoursey/cob2csv (★4 · COBOL) A pair of command-line tools written in pure COBOL that convert fixed-width flat files to CSV and back. Built with GnuCOBOL, no mainframe required.
VoidChecksum/void-patcher-cc (★4 · Python)
**[ArgusCapture/ArgusCapture](https://github.com/ArgusCapture/ArgusCapture)** (★4 · Rust)
Argus Capture is an camera tethering application that uses voice-to-text AI to control the camera and the shooting. Argus Capture is named after [Argus](https://en.wikipedia.org/wiki/Argus_Panoptes) which is a many-eyed giant in Greek mythology.
**[harish124/envsniff](https://github.com/harish124/envsniff)** (★3 · Python)
> Scan codebases for environment variables, detect undocumented vars, and generate `.env.example` files — with or without AI-written descriptions. No more "what env vars do I need to run this?" — `envsniff` finds them all and documents them for you. ---
## Active This Week
**[freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp)** (★443,161 · TypeScript)
[freeCodeCamp.org](https://www.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](https://www.freecodecamp.org/donate) 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](https://github.com/EbookFoundation/free-programming-books)** (★385,689 · Python)
Search the list at [https://ebookfoundation.github.io/free-programming-books-search/](https://ebookfoundation.github.io/free-programming-books-search/) [** (★360,144 · TypeScript)
**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](https://github.com/kamranahmedse/developer-roadmap)** (★353,170 · TypeScript)
Roadmaps are now interactive, you can click the nodes to read more about the topics.
**[vinta/awesome-python](https://github.com/vinta/awesome-python)** (★293,136 · Python)
An opinionated list of Python frameworks, libraries, tools, and resources.
**[TheAlgorithms/Python](https://github.com/TheAlgorithms/Python)** (★219,816 · Python)
Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.
**[ultraworkers/claw-code](https://github.com/ultraworkers/claw-code)** (★186,083 · Rust)
· · · ·
**[avelino/awesome-go](https://github.com/avelino/awesome-go)** (★170,364 · Go)
We use the _[Golang Bridge](https://github.com/gobridge/about-us/blob/master/README.md)_ community Slack for instant communication, follow the [form here to join](https://invite.slack.golangbridge.org/). **Sponsorships:** _Special thanks to_ **Awesome Go has no monthly fee**_, but we have employees who **work hard** to keep it running.
## Package Versions
**[vite](https://vite.dev)** — `v8.0.8`
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](https://github.com/evanw/esbuild#readme)** — `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](https://turborepo.dev)** — `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](https://www.npmjs.com/package/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](https://bun.com)** — `v1.3.12`
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](https://vitest.dev)** — `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](https://github.com/jasonmccreary/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](https://www.npmjs.com/package/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](https://github.com/cloudflare/workers-sdk#readme)** — `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](https://orm.drizzle.team)** — `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.*