Recent Stars

Jul 21, 2026

Tracking:2,021|Stars today:10|Star contributors:10

React Three Fiber 3D architectural editor with node hierarchy and procedural geometry systems

pascalorg/editor17.5k
16m

The monorepo implements a flat node dictionary with parent references, Zustand scene state, registry lookups, and per-frame systems that regenerate geometry only for dirty nodes using React Three Fiber and WebGPU. This yields a modular React-native modeling stack but addresses a narrow AEC visualization niche rather than broad 3D creation workflows.

AI Score
1
Breakout Potential
3
Novelty
4
MH

Agent skills that review pull requests by learning a developer's style from their GitHub comment history

mainframecomputer/skills2
2h

The skill installs via npx and builds a private profile by analyzing a year of past reviews before applying the extracted patterns to new PRs on demand. The approach is novel in its per-person style extraction for agent-driven code review but targets a narrow audience already using Claude-based coding agents.

AI Score
9
Breakout Potential
4
Novelty
7
JS

Python library wrapping PyObjC to create macOS status bar apps with minimal code

jaredks/rumps3.3k
2h

It exposes an App subclass with clicked decorators, notifications, and timers that hides all Objective-C binding syntax while still requiring PyObjC and py2app for packaging. The wrapper targets only macOS Python developers who need tiny background menu utilities and provides no new cross-platform abstraction that would interest wider audiences.

AI Score
1
Breakout Potential
3
Novelty
4
YD

VLLM 0.25.1 Docker scripts serving poolside Laguna-S-2.1-NVFP4 MoE with DFlash speculative decoding on DGX Spark and RTX 6000 PRO

MiaAI-Lab/Laguna-S-2.1-DGX-Spark-RTX-6000-PRO7
2h

The scripts download gated 117B NVFP4 weights, launch a vLLM container on sm 121a or Blackwell GPUs, enable DFlash draft decoding with tuned KV cache and JIT settings, and expose an OpenAI-compatible endpoint. The approach is a conventional model-specific deployment wrapper with no architectural novelty, limiting adoption to users who already hold access to this single gated model and matching enterprise hardware.

AI Score
9
Breakout Potential
2
Novelty
2
AC

Header-only C++ library supplying reliable algorithms and data structures for computational geometry including triangulations meshes and boolean operations

CGAL/cgal6k
4h

It is delivered as a collection of template packages with CMake support that implement core primitives such as Delaunay triangulations convex hulls and mesh processing without requiring separate compilation steps. The approach follows decades-old established techniques in a mature domain so its audience remains limited to developers working in CAD graphics scientific computing and similar specialized fields.

AI Score
1
Breakout Potential
3
Novelty
2
MS

Self-hosted Nostr relay workspace where humans and agents share rooms, keys, and a unified event log

block/buzz685
4h

It implements channels, threads, canvases, git events via NIP-34, YAML workflows, and media annotations on top of a single signed event log that treats every participant as a distinct keypair. The approach unifies what teams currently assemble from separate chat, forge, CI, and bot systems into one auditable substrate that agents can act inside rather than merely observe.

AI Score
9
Breakout Potential
6
Novelty
7
JM

Python toolkit for parsing analyzing and manipulating symbolic music notation and scores

cuthbertLab/music212.5k
6h

It provides objects and methods to import MusicXML MIDI and other formats build hierarchical score representations and perform analytical queries such as key detection or contrapuntal reduction. The library fills a long-standing gap in symbolic music processing yet targets a narrow community of musicologists composers and educators rather than general developers or data pipelines.

AI Score
3
Breakout Potential
3
Novelty
2
EZ

Multilingual TTS model using dual autoregressive transformers for fine-grained prosody control

fishaudio/fish-speech31.3k
12h

It implements a 4B-parameter slow AR transformer paired with a 400M fast AR model on an RVQ codec to predict semantic and acoustic tokens from text plus inline emotion tags. The dual-AR design combined with RL alignment delivers SOTA naturalness that positions it for adoption across voice interfaces, content platforms, and agentic applications.

AI Score
10
Breakout Potential
8
Novelty
8
RP

MMORPG with identical WebSocket protocol for AI agents and human players

Julian-adv/OpenMMO582
14h

A Rust server and Three.js client implement full parity so agents connect through the same unauthenticated WebSocket messages as humans, with procedural terrain, housing, and server-authoritative combat. The agent-human parity model is new for live games and could be adopted by researchers building embodied agents or by studios exploring mixed human-AI worlds, though its audience remains specialized.

AI Score
9
Breakout Potential
4
Novelty
8
M🍥

Forkable template repository supplying example judges for the TREC AutoJudge LLM evaluation benchmark

trec-auto-judge/auto-judge-starter-kit5
14h

The kit packages workflow definitions, prompt-caching utilities, and three reference judges (deterministic, length-based, and minimal LLM) that run against synthetic and TIRA-hosted datasets. Its design follows conventional shared-task tooling and targets only the narrow IR evaluation community already engaged with TREC tracks.

AI Score
9
Breakout Potential
3
Novelty
4
AD