Every card below was actually executed by the lab — under-the-radar repos that installed clean and did what they claim, verified in the sandbox, not guessed from the README. From 1,667 repos tested so far.
ArcadeDB
ArcadeDB is a high-performance Multi-Model Database Management System that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB, and Redis queries within a single engine.
Insight The project has a comprehensive structure, multiple release tags, and a clear multi-model implementation.
github.com/ArcadeData/arcadedb ↗
SparseIndex
A Rust library for high-performance sparse vector indexing, retrieval, and storage.
Insight Installed cleanly on the first try; its own test suite ran — 109 tests passed.
github.com/myscale/sparse-index ↗
Git Graph for VS Code
A Visual Studio Code extension that provides a graphical representation of Git repository history.
Insight Its own test suite ran — 1,266 tests passed.
github.com/mhutchie/vscode-git-graph ↗
Typer
Typer is a Python library for building command-line interfaces (CLIs) that leverages Python type hints for automatic validation and completion.
Insight The demo actually ran and produced real output; the library imports without errors.
github.com/tiangolo/typer ↗
text2sql-framework
An agentic text-to-SQL SDK that allows LLMs to explore database schemas, test queries, and self-correct using a single `execute_sql` tool.
Insight The project has a clear structure, documentation, and a published manifest.
github.com/Text2SqlAgent/text2sql-framework ↗
Fastify 5 Clean Architecture Boilerplate
A production-grade Node.js boilerplate for building APIs using Fastify 5, following Clean Architecture, Domain-Driven Design (DDD), and CQRS patterns.
Insight The project is a complete, well-structured boilerplate with a clear manifest and comprehensive documentation.
github.com/marcoturi/fastify-boilerplate ↗