SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 TypeScript vector-database Projects
-
claude-context
Code search MCP for Claude Code. Make entire codebase the context for any coding agent.
Claude Code doesn't do anything with semantic search or embeddings out of the box. They use a simple grep tool instead.
Neither does OpenAI's Codex CLI - you can confirm that by looking at the source code https://github.com/openai/codex
Cursor and Windsurf both use semantic search via embeddings.
You can get semantic search in Claude Code using this unofficial plugin: https://github.com/zilliztech/claude-context
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
orama
🌌 A complete search engine and RAG pipeline in your browser, server or edge network with support for full-text, vector, and hybrid search in less than 2kb.
Project mention: Building KiroGraph: a 100% local semantic code knowledge graph for Kiro | dev.to | 2026-04-08Orama does something clever: hybrid search. One query combines full-text relevance and vector similarity, which produces better results than running them separately and merging. Pure JS, no native compilation. If you want the best result quality and no native dependencies, Orama is the choice.
-
genkit
Open-source framework for building AI-powered apps in JavaScript, Go, and Python, built and used in production by Google
Project mention: Genkit Middleware: Intercept, Extend and Harden your Gen AI Pipelines | dev.to | 2026-05-14For more inspiration, the source of the official middlewares is open in the Genkit GitHub repository, and reading them is genuinely educational.
-
OpenMemory
Local persistent memory store for LLM applications including claude desktop, github copilot, codex, antigravity, etc.
Project mention: Show HN: A local-first memory store for LLM agents (SQLite) | news.ycombinator.com | 2025-12-14edit:
from gpt5.2 with prompt:
<< 'adversarial review request. please look at the github link for signs of being written by llm ( extra points if you can point to the llm that generated it ) https://github.com/CaviraOSS/OpenMemory'
>> I can’t prove it’s LLM-written from the outside, but the README (at least) has a lot of “LLM smell.” I’d put it at high likelihood of AI-assisted marketing/docs copy, with some sections bordering on “generated then lightly edited.”
but then it adds a list of style reason why it could be generated by llm
<< “Extra points”: which LLM wrote it?
Most likely: Claude 3.5 Sonnet–style output
<< if i were to point to comments in readme and code, what would you say upon re-review
>> Comments that narrate the obvious (especially line-by-line)
-
autoflow
pingcap/autoflow is a Graph RAG based and conversational knowledge base tool built with TiDB Serverless Vector Storage. Demo: https://tidb.ai
-
vector-admin
The universal tool suite for vector database management. Manage Pinecone, Chroma, Qdrant, Weaviate and more vector databases with ease.
-
unbody
The Supabase of AI era. A modular, open-source backend for building AI-native software — designed for knowledge, not static data.
-
-
-
-
-
-
-
Alice
Alice is a voice-first desktop AI assistant application built with Vue.js, Vite, and Electron. Advanced memory system, function calling, MCP support, optional fully local use, and more. (by pmbstyle)
-
deepcontext-mcp
DeepContext is an MCP server that adds symbol-aware semantic search to Claude Code, Codex CLI, and other agents for faster, smarter context on large codebases.
Project mention: Show HN: DeepContext MCP – Large Codebase Search for Codex and Claude Code | news.ycombinator.com | 2025-09-19 -
-
-
vector-storage
Vector Storage is a vector database that enables semantic similarity searches on text documents in the browser's local storage. It uses OpenAI embeddings to convert documents into vectors and allows searching for similar documents based on cosine similarity.
-
-
-
-
Project mention: Show HN: PyAtlas – Interactive map of the most popular Python packages on PyPI | news.ycombinator.com | 2025-12-08
-
db-per-tenant
Example chat-with-pdf app showing how to provision a dedicated database instance for each user. In this app, every database uses pgvector for similarity search. Powered by Neon
TypeScript vector-database discussion
TypeScript vector-database related posts
-
Genkit Middleware: Intercept, Extend and Harden your Gen AI Pipelines
-
Building KiroGraph: a 100% local semantic code knowledge graph for Kiro
-
Show HN: What is HN thinking? Real-time sentiment and concept analysis
-
Show HN: PyAtlas – Interactive map of the most popular Python packages on PyPI
-
Show HN: I built an open source drag and drop editor for Genkit AI flows
-
Agent Development Kit: Making it easy to build multi-agent applications
-
Show HN: Genkit, Open framework/tooling to build apps with almost any AI model
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jun 2026
Index
What are some of the best open-source vector-database projects in TypeScript? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | claude-context | 11,828 |
| 2 | orama | 10,396 |
| 3 | genkit | 6,104 |
| 4 | OpenMemory | 4,214 |
| 5 | autoflow | 2,790 |
| 6 | vector-admin | 2,197 |
| 7 | unbody | 528 |
| 8 | embedbase | 524 |
| 9 | ReMind | 510 |
| 10 | wikipedia-semantic-search | 470 |
| 11 | qdrant-js | 455 |
| 12 | ai-template | 452 |
| 13 | vectorhub | 388 |
| 14 | Alice | 285 |
| 15 | deepcontext-mcp | 276 |
| 16 | tinkerbird | 273 |
| 17 | athenadb | 272 |
| 18 | vector-storage | 246 |
| 19 | upsy | 201 |
| 20 | genkit-plugins | 181 |
| 21 | drqa | 170 |
| 22 | pyatlas | 93 |
| 23 | db-per-tenant | 62 |