tinysearch/tinysearch
🔍 Tiny, full-text search engine for static websites built with Rust and Wasm observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 97
- Release rhythm 66
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 182.5
- age_days: 3139
- days_rel: 19
- days_push: 18
- n_releases_24m: 3
Adoption not part of the score
2963 stars · 94 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
tinysearch is a lightweight full-text search engine for static websites, written in Rust and compiled to WebAssembly to run entirely in the browser. It produces a compact self-contained index (~2 kB per article) that works with static site generators like Jekyll, Hugo, and Zola as an alternative to lunr.js or external services like Algolia.
Use cases
- add search to a static website without a backend
- replace lunr.js with a smaller client-side search
- add full-text search to a Hugo or Jekyll blog
- self-hosted search without external services like Algolia or Google
- compact offline search index for a small blog
- client-side search using WebAssembly
When to choose
- your static site is small to medium sized (hundreds of posts)
- you want zero external dependencies and no server-side search
- payload size matters and JavaScript-heavy solutions like lunr.js are too large
- you use a static site generator and can produce a JSON index
When to avoid
- your site is very large (thousands of articles) since the whole index ships as one binary
- you need fuzzy matching, ranking, or advanced query features
- you need server-side search or dynamic content indexing
- you need prefix search on body text with the xor8 indexer
Facets
cli-tool · maturity active
search-engine cli wasm web-development wasm browser cli cross-platform static-site-search bloom-filter rust wasm client-side-search jekyll hugo zola search static-site-generators
3 sources
- readme: https://github.com/tinysearch/tinysearch · fetched 2026-08-28 · 27f26c4aa76f
- homepage: https://endler.dev/2019/tinysearch · fetched 2026-08-29 · 02be6e51a039
- site_page: https://endler.dev/about · fetched 2026-08-29 · 6c574c6151a6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tinysearch/tinysearch | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="tinysearch/tinysearch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem