tinysearch is a lightweight full-text search engine designed specifically for static websites, offering fast and efficient search capabilities without requiring a backend server. It is written in Rust and compiled to WebAssembly, allowing it to run entirely in the browser while maintaining a very small footprint. The engine uses compact data structures such as XOR filters to efficiently index and query text, significantly reducing memory usage compared to traditional search libraries. TinySearch is particularly well-suited for blogs and documentation sites generated by static site generators, where simplicity and performance are critical. It processes content into a serialized binary index that can be loaded quickly and searched client-side, eliminating the need for external search services. While it prioritizes efficiency, it makes trade-offs such as focusing on whole-word matching rather than advanced search suggestions.

Features

  • Lightweight full-text search engine designed for static websites
  • Runs entirely in the browser using WebAssembly
  • Uses compact XOR filter data structures for efficient indexing
  • Small binary size optimized for fast loading
  • Compatible with static site generators like Hugo and Jekyll
  • Client-side search without requiring backend infrastructure

Project Samples

Project Activity

See All Activity >

License

Apache License V2.0

Follow tinysearch

tinysearch Web Site

Other Useful Business Software
Stop Storing Third-Party Tokens in Your Database Icon
Stop Storing Third-Party Tokens in Your Database

Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Try Auth0 for Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of tinysearch!

Additional Project Details

Programming Language

Rust

Related Categories

Rust Software Development Software

Registered

2026-04-08