Daily Spotlight
Curated open source finds. Hand-picked for utility and relevance.
Trending & Rising
High-velocity repos and community favorites.
Trending Now
High-velocity repositories gaining rapid community traction.
mrwadams/stride-gpt
An AI-powered threat modeling tool that leverages OpenAI's GPT models to generate threat models for a given application based on the STRIDE methodology.
php-memcached-dev/php-memcached
memcached extension based on libmemcached library
iszhouhua/social-media-copilot
社媒助手开源版 - 小红书、抖音、快手等平台数据采集的浏览器插件,可通过API调用,支持Docker部署。
Hidden Gems
High-utility projects flying under the radar. Low stars, high potential.
New Arrivals
Recently created projects with active commits and initial traction.
vrn21/bouvet
Sandbox for Agents
zinja-coder/zin-mcp-client
MCP Client which serves as bridge between mcp servers and local LLMs running on Ollama, Created for MCP Servers Developed by Me, However other MCP Servers may run as well
whisdev/soccer-video-detection-ai-agent
soccer video detection ai agent
Early Stage
Young, active projects building towards their first 100 stars.
Latest Picks
Handpicked repositories selected for utility and relevance.

The Manual Anthropic Didn't Write for Claude Code
Anthropic's Claude Code arrived as a powerful agentic coding assistant, but developers had to learn best practices through expensive trial and error. shanraisshan's repository fills that gap with 84 documented practices covering CLAUDE.md configuration, the 30-minute chunking rule that hits 90% success rates, and skills management strategies. The guide topped Hacker News because it answers the question every AI coding tool leaves open: now that I have this, how do I actually use it well?
claude-code-best-practice
shanraisshan

Pretext: 300x Faster Text Measurement Without DOM Reflows
DOM reflows bottleneck text-heavy interfaces—every multiline height calculation triggers expensive layout recalculation. Pretext sidesteps the DOM entirely, using Canvas and the browser's font engine to compute wrapped text dimensions through pure calculation, achieving 300-600x speedups in real-world applications.
pretext
chenglou

Hermes Agent vs OpenClaw: Privacy-First Alternative
NousResearch's Hermes Agent takes a different path than OpenClaw: autonomous skill creation instead of human-authored tools, zero telemetry instead of data collection, and support for 200+ models instead of tight integration. Both approaches have merit—Hermes prioritizes privacy and self-improvement for developers who want control over their AI agents.
hermes-agent
NousResearch

Hello-Agents: Learn What No-Code AI Tools Actually Do
Dify and Coze make building AI agents accessible through drag-and-drop interfaces, but they abstract away the underlying principles. Hello-Agents fills the gap with a systematic 16-chapter tutorial that teaches agent architecture from scratch, backed by a 900-person learning community despite some documentation rough edges.
hello-agents
datawhalechina

Why gstack Hit 60K Stars in Two Weeks
gstack went from zero to 60,000 GitHub stars in two weeks, becoming a lightning rod for questions about AI development tooling. Role-based workflow structure resonated with developers tired of generic chatbots, but critics questioned whether the innovation was real or amplified by Y Combinator's CEO sharing his personal setup.
gstack
garrytan

NanoClaw: 500 Lines That Isolate AI Agents in Containers
OpenClaw runs agents in a single Node process with shared memory. NanoClaw's creator saw a security problem and built 500 lines of TypeScript that puts each agent in OS-level containers. The Docker partnership validates the isolation strategy, though running inside containers brings its own challenges.
nanoclaw
qwibitai
