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.
sindresorhus/p-retry
Retry a promise-returning or async function
nasa/apod-api
Astronomy Picture of the Day API service
macrozheng/mall-app-web
mall-app-web是一个电商系统的移动端项目,基于uni-app实现。主要包括首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等功能。
Hidden Gems
High-utility projects flying under the radar. Low stars, high potential.
New Arrivals
Recently created projects with active commits and initial traction.
ErickJ3/raptor
🦖 Raptor: Realtime Abstracted Path Tree Observer
antfu/vitest-package-exports
A Vitest util to get all exported APIs of a package and prevent unintended breaking changes.
BenChaliah/NVFP4-on-4090-vLLM
AdaLLM is an NVFP4-first inference runtime for Ada Lovelace (RTX 4090) with FP8 KV cache and custom decode kernels. This repo targets NVFP4 weights and keeps the entire decode path in FP8
Early Stage
Young, active projects building towards their first 100 stars.
Latest Picks
Handpicked repositories selected for utility and relevance.

25K Stars in Weeks: LLM Stock Analysis Goes Open Source
A stock analysis tool built entirely on LLM decision-making has captured 24,000+ GitHub stars since launching in January 2026. The project combines agent architecture with RAG to analyze A-shares, H-shares, and US markets—demonstrating how AI tooling is making sophisticated market analysis accessible to individual developers.
daily_stock_analysis
ZhuLinsen

Claude Code Templates: The Configuration Layer It Needed
Anthropic's Claude Code is powerful but lacks production-ready configuration. This community project provides the scaffolding teams actually need: tested agent configs, MCP server integrations, hooks, and monitoring templates. The project also exposes the rough edges—field naming mismatches and plugin loading issues show this infrastructure is still evolving.
claude-code-templates
davila7

Why Agent Code Edits Fail: The Stale-Line Problem
Agent development hits a wall when tools rely on models to reproduce code content instead of using stable line identifiers. This causes stale-line errors that corrupt files mid-edit. oh-my-openagent addresses this infrastructural problem directly, though the approach brings its own challenges around token consumption and orchestration.
oh-my-openagent
code-yeongyu

PageIndex vs Vector Databases: Choosing Relevance Over Speed
Vector databases optimize for semantic similarity at scale, but similarity isn't always relevance. PageIndex uses iterative LLM reasoning to achieve breakthrough accuracy on financial and legal documents, accepting higher costs and slower retrieval as an intentional trade-off. The question isn't which approach is better—it's which problem you're actually solving.
PageIndex
VectifyAI

SuperClaude Framework: Structure Layer for Claude Code
Claude Code excels at AI-assisted code generation but wasn't built for project lifecycle management or team coordination. SuperClaude Framework layers structured workflows, specialized agents, and systematic protocols onto Claude Code without replacing it—30 commands for PR reviews that check guidelines, behavioral modes for different dev phases, and MCP integrations for tool connectivity.
SuperClaude_Framework
SuperClaude-Org

opcode: The Claude Code GUI That Fixes Your PATH
opcode takes a different approach than Cursor or full IDE replacements—it's a lightweight desktop GUI built to solve one problem well: making Claude Code integrate cleanly with version managers and existing toolchains. The project hit 20K+ stars by focusing on unglamorous problems like PATH environment configuration that matter to working developers.
opcode
winfunc
