Live demo — runs in your browser
Try sgrep right now
Real semantic search powered by sgrep compiled to WebAssembly. Same model, same algorithm as the CLI. No server, no API.
sgrep — ~/docs
Try these queries
sgrep "error handling"sgrep "install from source"sgrep "hybrid search"
What's happening
Your query is tokenized, embedded into a 256-dim vector, then compared against all doc pages using cosine similarity. All in ~10ms.
Same as the CLI
This WASM build uses the same int8 quantized model and HuggingFace tokenizer as the Rust binary. Token-level coloring included.