APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more →
Client-vector-search Alternatives
Similar projects and alternatives to client-vector-search
-
transformers.js
State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
-
Puter.js
Puter.js - The Backend for AI-Generated Apps. One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.

-
-
indexed-vector-store
Vector Storage is a lightweight, browser-based database that enables semantic similarity searches and local storage of text vectors, offering privacy, low latency, and cost-effectiveness for NLP applications.
-
yt-semantic-search
OpenAI-powered semantic search for any YouTube playlist – featuring the All-In Podcast. 💪
-
nextjs-openai-doc-search
Template for building your own custom ChatGPT style doc search powered by Next.js, OpenAI, and Supabase.
-
-
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

-
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.
-
pg_auto_embeddings
Text embeddings calculation for Postgres, without extensions. Simple, atomic, supports OpenAI/Anthropic models. Does not require any additional extensions, making it suitable for managed databases and other restricted environments.
-
-
hn-recommendation-api
A recommendation system for Hacker News. Get the most similar posts for a given URL
-
client-vector-search discussion
client-vector-search reviews and mentions
-
Show HN: Chrome didn't have a native vector db so I built one:3
https://github.com/yusufhilmi/client-vector-search
Another area I've looked into briefly is also trying to generate vector embeddings fully in-browser. I know there will likely be tradeoffs with dimensionality / overall accuracy/performance but having a semi-decent way to do this in-browser would be awesome.
This project only runs in node (but there's an issue that talks about how it might be modified to run in-browser): https://github.com/Anush008/fastembed-js
Looks like transformers.js supports embeddings in-browser: https://github.com/xenova/transformers.js/releases/tag/2.1.0
- Client Vector Search: Embed, store, search, and cache vectors on the Browser
-
Show HN: Client Vector Search – Embeddings and Semantic Search with 5 Lines
1. easy setup: you only need to add 5 lines of code to build a semantic search
2. no embedding api needed: you don't need an api and have to pay for it unless ure scaling up millions
3. faster search: modern hardware is better than cheap cloud computers (0.5vCPUs)
4. zero latency: no back-and-forth with server-side
5. easy integration with our api if you scale fast: 10x cheaper than OpenAI and you don't have to pay for Pinecone et. al.
play with it: https://clientvectorsearch.com
install the library: https://www.npmjs.com/package/client-vector-search
check our repo: https://github.com/yusufhilmi/client-vector-search
find us on twitter, hit us up with questions:
- https://twitter.com/yusufhilmi_
- https://twitter.com/karmedge
-
A note from our sponsor - AppSignal
www.appsignal.com | 3 Aug 2026
Stats
yusufhilmi/client-vector-search is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of client-vector-search is TypeScript.
Popular Comparisons
- client-vector-search VS yt-semantic-search
- client-vector-search VS indexed-vector-store
- client-vector-search VS nextjs-openai-doc-search
- client-vector-search VS ask-your-stack
- client-vector-search VS semantic-search-example
- client-vector-search VS pg_auto_embeddings
- client-vector-search VS vector-storage
- client-vector-search VS tinkerbird
- client-vector-search VS hn-recommendation-api
- client-vector-search VS fastembed-js
