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.
oracle/vagrant-projects
Vagrant projects for Oracle products and other examples
allenai/OLMo-core
PyTorch building blocks for the OLMo ecosystem
nvidia-cosmos/cosmos-predict2.5
Cosmos-Predict2.5, the latest version of the Cosmos World Foundation Models (WFMs) family, specialized for simulating and predicting the future state of the world in the form of video.
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
cremich/promptz
Resource Library for AI-assisted software development with kiro
mebrown47/airspace-visualizer
Airspace visualizer app with ADS-B and ACARS integration. AI chatbot back-end via Ollama
Early Stage
Young, active projects building towards their first 100 stars.
Latest Picks
Handpicked repositories selected for utility and relevance.

GitNexus: Zero-Setup Code Intelligence in Your Browser
GitNexus chose client-side execution over server infrastructure, making code intelligence available to anyone with a browser. With 19K+ stars and production deployments across 25+ repositories, it validates that simplicity can scale—offering developers a different point on the complexity-accessibility spectrum than heavyweight graph database solutions.
GitNexus
abhigyanpatwari

Solo Dev Built Free Alternative to $50K Palantir Tools
A solo developer built World Monitor, an open-source real-time intelligence dashboard that competes with enterprise OSINT platforms like Palantir and Fivecast ONYX. The project renders geopolitical data streams at 60fps without heavy frameworks, aggregates 100+ curated feeds into a single interface, and earned 43,000+ GitHub stars in two months.
worldmonitor
koala73

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
