Ask HN: What's the best way to add search to my website?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • completions

    Node.js SDK for interacting with OpenAI Chat API.

  • Your website https://ray.run/ does have that nostalgic early 2000s vibe, which is cool! Regarding the search functionality, you might want to explore open-source alternatives to Algolia.

    Projects like Elasticsearch, Solr, or even using Google Custom Search can provide search capabilities without the cost. They might require a bit more setup and maintenance, but they can be budget-friendly options for a free community.

    In case you need help or assistance with your project, feel free to contact us! https://www.ratherlabs.com

  • duckduckgo-locales

    Translation files for <a href="https://duckduckgo.com"> </a>

  • Add a search box, on submit, open a new tab with 'site:ray.run'. You can do this on Google or DuckDuckGo,

    - https://duckduckgo.com/?q=site%3Aray.run+playwright+test&t=f...

    - https://www.google.com/search?q=site%3Aray.run+playwright+te...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tinysearch

    🔍 Tiny, full-text search engine for static websites built with Rust and Wasm

  • If your content is mostly static, you might want to consider pre-building an index and shipping it as a whole. You could look into something like

    * https://stork-search.net/ (Rust/WASM)

    * tinysearch: https://github.com/tinysearch/tinysearch (Rust/WASM)

    * https://lunrjs.com/ (JS, simple, stable)

    * http://elasticlunr.com/ - based on the former, slightly more sophisticated tuning options

  • stork

    🔎 Impossibly fast web search, made for static sites.

  • If your content is mostly static, you might want to consider pre-building an index and shipping it as a whole. You could look into something like

    * https://stork-search.net/ (Rust/WASM)

    * tinysearch: https://github.com/tinysearch/tinysearch (Rust/WASM)

    * https://lunrjs.com/ (JS, simple, stable)

    * http://elasticlunr.com/ - based on the former, slightly more sophisticated tuning options

  • lunr.js

    A bit like Solr, but much smaller and not as bright

  • If your content is mostly static, you might want to consider pre-building an index and shipping it as a whole. You could look into something like

    * https://stork-search.net/ (Rust/WASM)

    * tinysearch: https://github.com/tinysearch/tinysearch (Rust/WASM)

    * https://lunrjs.com/ (JS, simple, stable)

    * http://elasticlunr.com/ - based on the former, slightly more sophisticated tuning options

  • elasticlunr.js

    Based on lunr.js, but more flexible and customized.

  • If your content is mostly static, you might want to consider pre-building an index and shipping it as a whole. You could look into something like

    * https://stork-search.net/ (Rust/WASM)

    * tinysearch: https://github.com/tinysearch/tinysearch (Rust/WASM)

    * https://lunrjs.com/ (JS, simple, stable)

    * http://elasticlunr.com/ - based on the former, slightly more sophisticated tuning options

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Adding search to static websites

    1 project | dev.to | 4 May 2024
  • How to fuzzy-search html pages generated from org?

    1 project | /r/orgmode | 21 Jan 2023
  • Does Github Pages support Stork search?

    1 project | /r/github | 16 Jul 2022
  • A tiny static full-text search engine using Rust and WebAssembly (2019)

    1 project | news.ycombinator.com | 11 Jun 2022
  • Ask HN: What do you use to power search for a static site?

    3 projects | news.ycombinator.com | 1 Feb 2022