The DevTool that strikes fast.
"Those who get it, get it." — For developers who know speed matters.
Microsecond search speeds.
Built for your workflow.
Command line interface.
100% transparent.
import { addDocumentsFromPath, search } from '@microsearch/lightning';
// Index your documents
await addDocumentsFromPath('./documentation');
// Search your codebase
const results = await search('API reference');
// Lightning fast results ⚡
console.log(results);
Ready to strike? Join developers already using Lightning.