indexbind

indexbind is a retrieval library for fixed document sets.

It builds retrieval artifacts offline, then opens them locally in Node, browsers, Web Workers, or Cloudflare Workers.

If you want the shortest path, start with Getting Started. If you first need to decide whether indexbind is the right tool, read Choosing indexbind.

What It Optimizes For

Most search infrastructure is designed around services, crawlers, or runtime-managed indexes.

indexbind takes a different position:

That makes it a better fit for docs systems, local tools, local knowledge bases with host-defined workflow, static deployments, and products such as mdorigin, where embedded retrieval is part of a larger publishing flow.

Choose The Right Tool

indexbind is a better fit when you need an embedded retrieval layer. It is not trying to be:

If that decision is still unclear, go to Choosing indexbind.

Main Paths

Start By Need

Current Platform Support

Docs Map

Local Preview

If you want to preview this documentation site itself with mdorigin:

npm run docs:index
npm run docs:dev