Discover and explore top open-source AI tools and projects—updated daily.
r14ddPrior-art search for code ideas, stopping redundant development
Top 60.7% on SourcePulse
A prior-art search for code ideas, r14dd/patent helps developers avoid redundant work by identifying existing solutions across 11 open-source registries. It provides ranked matches and an honest verdict on the development space's saturation (Open, Crowded, or Saturated), all executed locally for privacy and offline capability.
How It Works
The tool parses a plain-English idea into keywords, concurrently querying multiple registries like crates.io, npm, and GitHub. It deduplicates results and ranks them using local semantic search powered by AllMiniLM-L6-V2 embeddings and cosine similarity. A local Ollama model (or an OpenAI-compatible API) then analyzes these ranked matches to classify the development space, highlighting potential gaps. This local-first architecture prioritizes privacy and offline functionality.
Quick Start & Requirements
cargo install patent (requires Rust stable 1.80+).brew, curl, winget), then ollama pull qwen2.5 and ollama serve.--api-base and --api-key flags.GITHUB_TOKEN environment variable to increase API rate limits.Highlighted Details
--json output for programmatic use.Maintenance & Community
The provided README does not detail specific contributors, sponsorships, or community channels (e.g., Discord, Slack).
Licensing & Compatibility
Licensed under either the MIT or Apache-2.0 license, offering flexibility for commercial use and integration into proprietary projects.
Limitations & Caveats
patent can confirm the existence of prior art but cannot definitively prove absence. All verdicts are scoped to the checked sources, and a "clean" result suggests further investigation is warranted rather than indicating a clear path to build. The tool transparently surfaces any sources that failed to respond.
4 days ago
Inactive
BloopAI
AntonOsika