Trending & Rising

High-velocity repos and community favorites.

ultraworkers/claw-code+49600 stars/day
affaan-m/everything-claude-code+1780 stars/day
obra/superpowers+755 stars/day
anomalyco/opencode+403 stars/day
DigitalPlatDev/FreeDomain+231 stars/day

Trending Now

High-velocity repositories gaining rapid community traction.

BMayhewBM

BMayhew/awesome-sites-to-test-on

A curated list of sites to practice testing on

1,001
159
thumbmarkjsTH

thumbmarkjs/thumbmarkjs

A free, open-source javascript fingerprinting library

1,000
81
mrwadamsMR

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.

1,000
296

Hidden Gems

High-utility projects flying under the radar. Low stars, high potential.

NEWultraworkers/claw-code3 days old
NEWgarrytan/gstack3 weeks old
NEWHKUDS/CLI-Anything3 weeks old
NEWchenglou/pretext3 weeks old
NEWkarpathy/autoresearch3 weeks old

New Arrivals

Recently created projects with active commits and initial traction.

ErickJ3ER

ErickJ3/raptor

🦖 Raptor: Realtime Abstracted Path Tree Observer

100
3
TarunsaisrinivasTA

Tarunsaisrinivas/React-Cursor

✨ A collection of modern, animated cursor components Smooth, customizable, and plug-and-play. Fun to explore. Easy to integrate. Level up your UI with delightful cursors that respond to interaction. Built with modern web technologies—crafted for developers who care about the details.

99
0
TensorCEOTE

TensorCEO/TensorCEO

计算机毕业设计、机器学习毕业设计、深度学习毕业设计、原创AI项目【源码+论文】

100
11

Early Stage

Young, active projects building towards their first 100 stars.

Latest Picks

Handpicked repositories selected for utility and relevance.

hello-agents interface preview

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.

datawhalechinaDA

hello-agents

datawhalechina

gstack interface preview

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.

garrytanGA

gstack

garrytan

nanoclaw interface preview

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.

qwibitaiQW

nanoclaw

qwibitai

CLI-Anything interface preview

CLI-Anything: Making Desktop Software Agent-Native

GUI automation is fragile, APIs don't cover professional features, and naively editing project files fails when effects render at runtime. CLI-Anything solves the 'rendering gap' by generating CLIs that call real software backends—Blender for rendering, LibreOffice for exports—instead of reimplementing features or scraping pixels.

HKUDSHK

CLI-Anything

HKUDS

beads interface preview

Beads: AI Coding Agents That Remember Past 1 Hour

AI coding agents like Claude and Cursor hit a wall after about an hour—they forget context, lose track of dependencies, and waste tokens re-analyzing problems. Beads gives them a memory system using task graphs and topological sort, extending sessions to 12+ hours according to DoltHub's testing. We cover the technical approach, real-world results, and honest trade-offs including merge conflict issues.

steveyeggeST

beads

steveyegge

CLIProxyAPI interface preview

CLIProxyAPI: OpenAI-Compatible APIs for CLI Tools

AI companies increasingly lock cheaper access behind CLI-only tools while blocking third-party integrations. CLIProxyAPI bridges this gap by wrapping CLI-based AI tools (Gemini CLI, Claude Code, Antigravity) with OpenAI-compatible API interfaces—letting developers use standard SDKs, manage multiple accounts, and access free tiers without rebuilding integrations. The project handles the unglamorous work of cleaning noisy CLI output and managing authentication, with honest tradeoffs around performance at scale.

router-for-meRO

CLIProxyAPI

router-for-me