FindAstra — AI Semantic Search for WooCommerce
FindAstra helps your WooCommerce store understand what shoppers actually mean, not just the exact words they type. Someone searching for “comfortable shoes for hiking” will find your “Trail Running Sneakers” even when the title never mentions comfort or hiking.
Ordinary keyword search only matches products that literally contain the words a shopper types. So a customer who describes things in their own way lands on a “no results” page and leaves. FindAstra closes that gap. It reads the intent behind each search, puts the most relevant products first, and offers helpful suggestions instead of dead ends.
And the free version runs completely on its own. There are no API keys to paste, no account to create, and no monthly fees. The AI runs right inside the shopper’s browser, so nothing about your catalog or your customers is sent to an outside server, and you can index your entire catalog with no product limit.
What your shoppers get
- Answers, not just matches. Searches are understood by meaning, so shoppers reach the right products even when their wording differs from yours.
- Live suggestions as they type. A search-as-you-type dropdown attaches to your existing search bar, with no theme editing.
- A results page that makes sense. Your normal WooCommerce results page is simply re-ordered by relevance, keeping your theme’s design exactly as it is.
- No more empty pages. When nothing is a strong match, shoppers see popular products instead of a dead end.
What you get as a store owner
- Set up in minutes. Activate, click index once, and AI search is live. No keys, no account, no configuration headaches.
- Private by default. Your products and your customers’ searches stay on your own site.
- Fits your store. Works with classic and block themes, and includes a shortcode and a sidebar widget. Developers also get filter hooks and a REST endpoint to build on.
How it works, in plain terms
When you click index, FindAstra reads each product and builds a small understanding of what it is. When a shopper searches, it compares their wording to that understanding and lists the closest products first. The first time it runs, the browser downloads a small AI model (about 33 MB) and reuses it from then on, so searches stay fast.
FindAstra Pro (optional)
A separate paid version is available at findastra.com for stores that want more. It adds optional server-side engines for very large catalogs (using your own OpenAI or Hugging Face key), multilingual search for WPML and Polylang, and built-in search analytics. The free version here is complete on its own, and nothing in it is locked or time limited.
External services
Which external service (if any) FindAstra contacts depends on the search engine you choose during setup. Each is described below, including what data is sent and when.
Hugging Face model hub (huggingface.co)
Used by the default Local engine. The first time the Local engine runs (when you index products in wp-admin, or when a shopper performs a search), the browser downloads a roughly 33 MB open-source AI model from the Hugging Face model hub and caches it locally for later visits. Only the model files are fetched. No store, product, shopper, or site data is ever sent. After the download, all search runs entirely in the browser.
Hugging Face terms of service: https://huggingface.co/terms-of-service . Privacy policy: https://huggingface.co/privacy
OpenAI API (api.openai.com)
Used only if you select the OpenAI engine and enter your own API key. At index time, the text of each product (its title and the fields you choose to include) is sent to OpenAI to generate an embedding; at search time, the shopper’s query text is sent. Requests are authenticated with the API key you provide and are made only while the OpenAI engine is the active provider.
OpenAI terms of use: https://openai.com/policies/terms-of-use . Privacy policy: https://openai.com/policies/privacy-policy
Hugging Face Inference API (router.huggingface.co)
Used only if you select the Hugging Face engine and enter your own access token. The same data as the OpenAI engine (product text at index time, query text at search time) is sent to the Hugging Face Inference API to generate embeddings, authenticated with the token you provide, and only while the Hugging Face engine is the active provider.
Hugging Face terms of service: https://huggingface.co/terms-of-service . Privacy policy: https://huggingface.co/privacy
