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
macrozheng/mall-app-web
mall-app-web是一个电商系统的移动端项目,基于uni-app实现。主要包括首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等功能。
lichess-bot-devs/lichess-bot
A bridge between Lichess bots and chess engines
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.
sdsds222/Unitale
一个基于Indextts和Qwen3TTS的 AI 有声书制作工具。利用 LLM 自动拆解剧本与识别情绪,集成多角色 TTS 语音合成(可智能分析音色并使用Qwen3TTS语音设计模型从音色描述文本生成音色),支持音效(SFX)、背景音乐(BGM)混音及实时台词音频滤波器的自动插入和匹配,可直接在浏览器导出 wav 成品,本工具本体无需配置环境即可跨平台在浏览器使用。
Early Stage
Young, active projects building towards their first 100 stars.
Latest Picks
Handpicked repositories selected for utility and relevance.

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

Prompt Optimizer: One-Click Fix for Bad LLM Prompts
Crafting effective LLM prompts remains a frustrating trial-and-error process for most developers. Prompt Optimizer automates this workflow with intelligent multi-round optimization that consistently improves prompt quality. We examine why this open-source tool earned 24K+ stars and address the deployment challenges users face.
prompt-optimizer
linshenkx
