#85 · Primary category: Knowledge Base & RAG

search-index

nlp offline-first search

A persistent, network resilient, full text search library for the browser and Node.js

Project last updated:08/19/26

GitHub Stars

1.4K

Forks

148

Contributors

56

License

MIT

Why we included this project

Plenty of full-text search libraries expect you to run a separate service, but search-index keeps everything inside your application. It indexes documents in the browser or in Node.js, persists them locally, and keeps answering queries when the network drops. That makes it a good fit for offline documentation, field tools, and any app that can't depend on a remote search backend. The interface is just two promise-based methods, PUT and QUERY, so it drops into an existing JavaScript codebase without much of a learning curve. And because the index is embedded rather than hosted, you decide where the data lives, which is handy for privacy-sensitive or edge deployments.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category